The "problem" is that each AjaxPro request doesn't know anything from the page (this means that the ViewState is not send everytime). What you can do is to send all the values needed to the client-side html output and use it as arguments later.
AjaxPro has been developed to reduce the traffic and the processing on the web server. Regards, Michael On 10/6/06, Gaz <[EMAIL PROTECTED]> wrote: > > Hi, > > It is the VehicleDetails.cs. I'm not sure I understand why ajaxpro > cannot access the private vairables of the vehicle details class? > (would it help if these private variables were changed to public or > protected?) > > The IIS settings have been changed from the default settings for a web > application. > > Regards, > Gaz > > > Michael Schwarz wrote: > > > Can you give me a hint... don't remeber it. :( > > > > Was it with the VehicleDetails.cs? I see that you are accessing > > private variables, these variables are not available in AjaxPro > > request. If you are using static AjaxMethod you will find every source > > code that may be a problem. And running your debugger should also give > > you some info. > > > > Regards, > > Michael > > > > > > > -- 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/ The open source project is now located at http://www.codeplex.com/Wiki/View.aspx?ProjectName=AjaxPro -~----------~----~----~----~------~----~------~--~---
