Groups | Blog | Home
all groups > asp.net > april 2004 >

asp.net : Submit doubt



Carlos Cruz
4/11/2004 11:52:34 PM
Hi,

Suposing that I've an aspx page with a <table> with 2 colums, the column on
the left has a menu loaded from a database and the column on the right an
ascx user control with a submit button.

My question is... Do I need to reload the left cell menu each time the user
clicks on the submit button?

Thanks
CC

Kevin Spencer
4/12/2004 8:32:09 AM
Every time the Page is Posted Back your code has to rebuild the entire page.
HTTP is stateless.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

[quoted text, click to view]

AddThis Social Bookmark Button