Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to fill in DataField of Gridview at runtime
Message
From
19/04/2006 14:50:39
 
 
To
19/04/2006 14:04:09
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01114676
Message ID:
01114702
Views:
15
Hi Jerry,

One way is to place all the potential columns in the DataGrid at design time and then at run time, depending on the requirements, hide selected columns using the Visible (=false;) property of the appropriate column(s).

To manipulate data in specific columns of specif rows at run time you can use the ItemDataBound event of the grid.

Bill

>Is there a way to fill in a Gridview's information at runtime in a Asp.Net webform?
>
>Depending on the button that was clicked, I would like the Gridview to show certain columns and hide others. What sort of technique works best in this case?
>
>Thanks,
>
>Jerry
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform