Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
HEM #1
Cell handling when databinding in a GridView
I have a table with some url's (e.g. MyLinks.)
In the database, the table has a field "AllowDelete".
The grid is set up with two columns. One that displays the link as a
hyperlink, and one delete button.
While binding the gridview to the dataset, I want to check (for each row) if
it is allowed to delete the link. If it is not allowed, I would like to
disable or hide the delete button for that link (row).
How can I accomplish this?
Henrik
HEM Guest
-
Newbie, how to check if a value in a gridview cell already exist in database
Hi I've the following dataset bound to my gridview <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$... -
Determine Selected Cell in Gridview
Hi all, I have created a row selectable gridview control, however I am looking to add a little more functionality. Currently, I can select a row... -
Problem handling DataGrid TemplateColumn Databinding Event
I have spent several hours trying to research and/or fix the following problem: Environment: VB.Net 2003 Scenario: I have a dynamically... -
RadioButtonList In A DataGrid Cell - Can I find the selected button without editing the cell?
I have an ASP.NET form with a DataGrid and Button. I want to put a RadioButtonList in a DataGrid cell. I bind it to an ArrayList which has a... -
DataGrid Custom Column Error when DataBinding "does not contain a definition for 'DataBinding'"
I am creating a custom column that inherits from DataColumnGrid. When I attempt Databind to a property of the custom column, I get the the error: ...



Reply With Quote

