hello everyone,
i m using vwd2005 express
i have a webform to register user.
all the controls have required field validators.
to organise the form i have created update panel
and put some of the the server controls on it.
within update panel there is edit button .
when edit button is clicked the controls on it becomes enabled to make changes on it.
now when i fill the correct values in all the server controls outside the update panel and
then click the edit button inside the edit panel,the panel is editable.no problem.
But whenever i click the edit button without first filling up the controls outside the panel ,the controls on the update panel doesnot get editable.
required field validator error msg shows next to each control here.
i dont know whats the problem.
ajax update panel was supposed to be for the partial postback right.? and i hope the controls on it is independent with
the controls outside of it right?
but i dont know when ever i click the button inside the update panel the whole page seems to be refreshed.
any clue how to use button inside the update panel without refreshing the whole page.?
and if i need to use nested update panel where each panel is indepent of the other then how can i use it.?
any links to good resources on this with example?
thanks.
jack.