page-init

Dynamic Columns and Data Sources with .NET Grid View

I am working on a multi-purpose page and rather than adding multiple grids to the same page we wanted to use a single GridView to the page, and on Page_Init add the needed columns, and set the respective DataSourceID. So to do this, we have something like the following in the aspx, the codebehind in the Page_Init is very simple adding a...

page load() or page init()

In asp.net, when do you bind your gridviews? at Page Load() or Page Init()....why? ...

dynamically created radiobuttonlist

Have a master page. The content page has a list with hyperlinks containing request variables. You click on one of the links to go to the page containing the radiobuttonlist (maybe). First problem: When I get to the new page, I use one of the variables to determine whether to add a radiobuttonlist to a placeholder on the page. I tried...