Jump to content

DropDown List


nazar ali

Recommended Posts

Hi thereI have more then one dorp down lists in a page which fill by data connecting and they are interconectingmean when I slect a item in first list then data in second list changed but at the same time page become disappear and appear instantly just like refresh.I dont want disapear or refreshplease visit "www.zoozu.com" and chek it thanks

Link to comment
Share on other sites

In order for ht einformation in your second ddl to change you will need a PostBack (refresh), there is no way around it.If you want to do this without a page refresh you should look into AJAX

Link to comment
Share on other sites

  • 3 weeks later...

You hv to use 'AJAX' for that , read abt AJAX , it will solve ur problem . I hv used AJAX for Drop down :)

Hi thereI have more then one dorp down lists in a page which fill by data connecting and they are interconectingmean when I slect a item in first list then data in second list changed but at the same time page become disappear and appear instantly just like refresh.I dont want disapear or refreshplease visit "www.zoozu.com" and chek it thanks

Link to comment
Share on other sites

  • 3 weeks later...
Hi thereI have more then one dorp down lists in a page which fill by data connecting and they are interconectingmean when I slect a item in first list then data in second list changed but at the same time page become disappear and appear instantly just like refresh.I dont want disapear or refreshplease visit "www.zoozu.com" and chek it thanks

Use AJAX for your solution but if there is no dependency between two DDList contents then simply set AutoPostBack to False of DDL's it will solve your porblem.For Ajax Go for w3school.com/Ajax/
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...