Tagged Questions
1
vote
1answer
124 views
Accessing all of the columns of an AutoGenerated GridView - ASP.NET
I have a simple Gridview with AutoGenerate on. I need to know how to access these columns, because the column count is always zero, even though they show in the page.
I found something about an ...
1
vote
2answers
1k views
DataGridView Autogeneratecolumns as TextBox instead of label
How can I have a datagridview that will autogenerate a textbox instead of a label?
0
votes
3answers
144 views
replacing the autogenerated checkbox feild with radio button in a Autogenerated columns Grid View
I have a Grid view for which columns are auto-generated. The binding data-table would be having a Bit(Boolean) column. Now when the data is binded, the check-box field is generated in place of the Bit ...
0
votes
2answers
2k views
How to get width of gridview column when AutoGenerateColumns is true
I have a gridview that I need to get the width of columns for after the gridview is databound. I have to have AutoGenerateColumns=true because the columns for the datatable that the gridview is bound ...