dropdownlist with ajax
-
hi In my asp.net applicaton i populate my dropdown list using ajax. its displaying the values.but the problem is after select the value the values in dropdown list are disapper. here i am taking data from a new form by open that form using ajax . plz help me to solve this problem asap regards venkat
-
hi In my asp.net applicaton i populate my dropdown list using ajax. its displaying the values.but the problem is after select the value the values in dropdown list are disapper. here i am taking data from a new form by open that form using ajax . plz help me to solve this problem asap regards venkat
venky456 wrote:
In my asp.net applicaton i populate my dropdown list using ajax.
venky456 wrote:
but the problem is after select the value the values in dropdown list are disapper.
I think, you have enabled AutoPostback property. As you populated the DropDownList using AJAX, it difficult to maintain the ViewState after the Page postbacks.
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group | Blog Spot
-
hi In my asp.net applicaton i populate my dropdown list using ajax. its displaying the values.but the problem is after select the value the values in dropdown list are disapper. here i am taking data from a new form by open that form using ajax . plz help me to solve this problem asap regards venkat
post your code
please don't forget to vote on the post that helped you.