how to pass combo box values from one webpage to another web page

  • Thread starter Thread starter jaffar
  • Start date Start date
J

jaffar

hi all,


how can i pass the combo box values from one form to another web
page. using c#.net platform.

thanking you ,

Shaik Jaffar ali
b.tech
 
Hi Shaik,

How many combos are there in your form? Is the number fixed?

How do you navigate to the second web page? Using Response.Redirect,
Server.Transfer, form submit, or plain hyperlink?

Regards,
Jim
 
Back
Top