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.
 
Back
Top