B
Bogdan Zamfir
Hi,
I'm new to ASP.NET, and I'm trying to get started with.
I have a webform with a drop down list of clients (from an Access database).
Also I have a buton Edit.
Autopostback prop for dropdown list is set to true, and when user select a
client from the list, below the list I display details about that client (I
have a BO who handle the client retrival, based on selection from the list).
What I want now is when user click Edit button, to open another web form to
edit client's data.
My questions are:
1. How can I direct user to another web form when Edit buton is clicked?
2. How can I pass the client ID (which I can retrive from the drop-down
list) from webform 1 to webform 2? In general, how can I make the edit
webform to be able to get some data from first webform?
Thank you.
Bogdan Zamfir
I'm new to ASP.NET, and I'm trying to get started with.
I have a webform with a drop down list of clients (from an Access database).
Also I have a buton Edit.
Autopostback prop for dropdown list is set to true, and when user select a
client from the list, below the list I display details about that client (I
have a BO who handle the client retrival, based on selection from the list).
What I want now is when user click Edit button, to open another web form to
edit client's data.
My questions are:
1. How can I direct user to another web form when Edit buton is clicked?
2. How can I pass the client ID (which I can retrive from the drop-down
list) from webform 1 to webform 2? In general, how can I make the edit
webform to be able to get some data from first webform?
Thank you.
Bogdan Zamfir