Tagged Questions
1
vote
1answer
126 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
1answer
355 views
ASP.NET 3.5 Gridview layout for each product type in DB
I'm trying to create a simple CMS-likeb backend app that uses TreeView for categories and GridView for product display/editing.
The problem that I'm experiencing lies within the fact that there is a ...
1
vote
1answer
700 views
Change Order of columns
I am using gridView. I have 4 auto generated columns and 1 generated by my self. Now the column which i have generated is displayed first and then the auto generated columns.
I want to display auto ...
0
votes
3answers
145 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 ...