Jump to content
Xtreme .Net Talk

smriti

Avatar/Signature
  • Posts

    56
  • Joined

  • Last visited

Everything posted by smriti

  1. does ASP.NET 2.0 version comes with .NETFrameWork 1.1
  2. database connectivity
  3. I want some help regarding client callbacks I have two dropdowns in my webpage . Whenever I select a value from the first dropdown the corresponding values(stored in data base)should be binded to the next dropdown by using client callbacks. I.e., Without refreshing the page. I tried to do something based upon your article but i am not able to find system.web.ui.ICallbackEventHandler to implement. If you have any sample code in vb, can u please send it to me provided if u r free. Thanks
  4. Hi friends,I used two dropdown client and subclient lists in my code. My requirement is as follows I bounded the items from database to Client dropdown list Now if i select an item from Client list i want to bound subclient list with some values. I used sqlquery by using join its working fine if i write entire code in buttonclick event but its not working when i write in onselectindexchange event any way i don't want to use that can any one guide me to write the code using javascript I can't move forward on how to bound the list with database items using javascript. :confused: Thanks, smriti
×
×
  • Create New...