page is not posting back

  • Thread starter Thread starter Rick
  • Start date Start date
Hi all,
I have a simple page with a dropdown and a datagrid. But the page is not
posting back at all when I select an item in the dropdown. What could be
wrong?

Thanks.
 
Sometimes when using the VS.NET IDE, it will "loose" (aka delete) the event
handler in the InitializeComponent() function that is autogenerated by the
IDE. This is a known bug. Check there to see if the event handler was
removed.
 

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

Back
Top