Contents tagged with GridView
-
How to set SelectedValue of DropDownList in a GridView
I see many people coming across same issue of how to set the SelectedValue of a DropDownList that is inside of a GridView.
-
RadioButton OnCheckChanged not firing on first time click
Someone on a Q&A forum was having issue where he had a RadioButton inside a GridView. The RadioButton had AutoPostBack=”true” and had OnCheckChanged event setup.
-
Page crashes when binding to Gridview
On a certain forum, I read somebody was having an issue with their GridView. He had a page with certain inputs to filter data. Upon submitting the form would fetch data from the database and bind it to a GridView.
-
Get GridView RowIndex upon button click
Scenario:
-
Binding List of Custom Class to GridView or ListView Control
Scenario:
-
Not able to change GridView Styles
I have a test website where I try and play with various stuff. Today I was trying to play with GridView styles to help someone on a forum. Suddenly I could not change the Styles of asp.net GridView control. I choose one of the available Auto-Format styling. It looks all fine in Visual Studion Designer View but when in the browser I was losing all styling. This was a complete new page with just a gridview and SqlDataSource with no external styles on the page.
-
Passing Value to an OnCheckedChanged Event Handler of asp.net Checkbox Control
Scenario