What I meant by bookmark was to put a breakpoint within the queryDB
method to see if the strGValue variable had data.
If you are using the AjaxPro.Net library passing parameters to Ajax
"enabled" methods is easy.
Here is the basic syntax to call
<namepsace>.<classname>.<method>(<param1>, <param2>, <callback>);
where
<namespace> = The .NET namespace where your ASP.NET page resides
<classname> = The ASP.NET page class name
<method> = The Ajax enabled method
<param#> = One parameter for each parameter described in the method
above.
<callback> = Optional but recommended JavaScript to call when the
request is completed.
EXAMPLE:
<namespace>.AjaxTest .queryDB(ItemDescription, GetContact_Callback);
For more samples and a powerpoint, check out the presentation I gave at
a recent code camp http://www.josephguadagno.net
Joe
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---