|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET DataGrid Controlmicrosoft.public.dotnet.framework.aspnet.datagridcontrol
Nirmal Singh -
16 Nov 2007 4:40 PM - 4 messages
I have a delete button on my page which deletes the selected row in a gridview. After the deletion the selected index gets reset to -1. How can I keep the same selected index? Nirmal ...
Nathan Sokalski -
14 Nov 2007 5:57 PM - 4 messages
I have a GridView control with three columns, all BoundField columns. They all have a HeaderText and DataField property set, and the third one has a DataFormatString property as well. When I run my code, the GridView displays two sets of columns. The first set looks exactly as I would expect. The ...
Mufasa -
13 Nov 2007 2:32 PM - 5 messages
How can I programatically change whether a column is visible/not visible in a DataGrid? TIA - Jeff. ...
Scott M. -
12 Nov 2007 4:52 PM - 3 messages
In ASP .NET 1.x, I could have a bound column in a DataGrid and still "massage" that data so slightly different data was presented in the DataGrid (using DataBinder.eval and a custom databinding expression). Can I do something similar with a DataGridView? I want to be able to take a ...
ireallyneedtoknow2007 -
12 Nov 2007 1:17 PM - 3 messages
here is a cleaner version of a question I posted yesterday. I have tried many versions of the code below but cannot get the column to wrap. I am using asp.net 2.0 visual studio 2005. ultimately I will ...
ireallyneedtoknow2007 -
11 Nov 2007 6:36 PM - 2 messages
hello I am trying to wrap the text in the contact_email cell of a datagrid in asp.net 2.0 and tried many variations of the code below. the asp:TemplateColumn HeaderText="Email" wraps as expected but I cannot get the asp:BoundColumn Visible="False" ...
|
|||||||||||||||||||||||