Hi, if you are using Ajax you don't want to use postbacks, that is the reason. Other frameworks use the viewstate mechanism to get this working. AjaxPro is optimized to have the smallest traffic from and to the web server.
Regards, Michael On 9/28/06, Mann <[EMAIL PROTECTED]> wrote: > > HI Micheal and all, > > I have one doubt here...May be that is very basic for others for I am a > started in AJAX.NET > I follow below steps > > 1. I have a dropdown control in my webform,with values 1,2,3 > 2. I call a AJAX method get values 4,5 as string and add them in > dropdown in javascript > > 3. I click on submit button, get a post back and tried to access value > no-4 of dropdown at server side but i do not get it. > > > This is a general issue in ASP.NET and javascript and I am sure that > must be some way here to solve this isssue in AJAX. > > Thanks in advance, > Manish > > > > > -- Best regards | Schöne Grüße Michael Microsoft MVP - Most Valuable Professional Microsoft MCAD - Certified Application Developer http://weblogs.asp.net/mschwarz/ http://www.schwarz-interactive.de/ Skype: callto:schwarz-interactive MSN IM: [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info/ Don't forget to read my blog at http://weblogs.asp.net/mschwarz/ -~----------~----~----~----~------~----~------~--~---
