Gridview Select Event does not fire

E

eric.dehaan

Hello,

I'm writing my own mini-CMS. Default.aspx has a placeholder which i
dynamicly populate with Web User Controls. On of these controls
consists of three Gridviews. The Select command doesn't get fired
when I click 'Select' on these gridviews. But, when I create an
empty aspx page, with no usercontrols and Masterpage, the select
commands works. So it must be the combination of using web
usercontrols and masterpages.

Has anyone any idea?

Thanks in advance.
 
E

eric.dehaan

I think I solved my own problem... In default.aspx, I put the
LoadWebcontrols in a if(!IsPostback) statement, so on a postback...
the page will not be reloaded.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top