Monday, May 24, 2010

Dropdownlist in ASP.Net using c#?

I have a dropdownlist named country in the registration form and in the profile form.I want to display the corresponding country name(it is stroed int the database) in the profile form.I'm using dataset for binding the whole form.I knew the itemarry intdex of the dataset too.How can I do this?I had set its AutoPostBack true.Hope u'll help me.

Dropdownlist in ASP.Net using c#?
Once a person selects the initial country from the listing, create a session variable ( Session.Add("Country", value) and then set the ddl on the next page to the value of that session var.





hope this helps,





cheers
Reply:i help you but then you'd take my job.


No comments:

Post a Comment