You cannot post messages because only members can post, and you are not currently a member.
Description:
With Ajax.NET Professional you are able to build AJAX related web applications using similar code on the client-side JavaScript as you are using in C# or any other .NET language. Ajax.NET was the first AJAX library for .NET.
See more details at http://www.ajaxpro.info/
|
|
|
A bug in 7.7.31 while returning a DataSet
|
| |
I return a DataSet from server-side,and when I try to get the DataSet
object in callback function of Client-side,an error occurred that
"DataTable is not a constructor".
the lower version AjaxPro.2.dll works well, but the error always pops
up while using the version 7.7.31!
|
|
problem when using dynamic linkbuttons with DropDownExtender
|
| |
hi~,everyone.
I'm learning about asp.net ajax toolkit,and I want to use the
DropDownExtender with database, so I try to dynamic create the
linkbuttons in the control panel and triggers in the updatepanel, and
then I found problem, when I select DropDownExtender for the first
time, it works fine, just as the DropDownExtender Sample does,but... more »
|
|
how to parse json string
|
| |
Hi all,
i googled for json parser and the ajaxpro is top result.
I have a string like this {'1':{'t':'Stockings','p':5.26 },'2':
{'t':'test','p':2.00}}
i need to be able to parse it so that i can insert them into datarow
eg:
first row has id 1, the title is stockings and the price is 5.26... more »
|
|
Ver 7.7.31.1 Core Problem with DataSet result
|
| |
Hi everybody,
I 'm using Ajax.NET Pro last relese with .Net 2 But i have a problem
like that with dataset:
Server Side :
[AjaxPro.AjaxMethod]
public static System.Data.DataTable TestDataTable()
{
System.Data.DataTable dt = new System.Data.DataTable();
dt.Columns.Add("FamilyName", typeof(string));... more »
|
|
AJAX Installation Error - Javascript issue
|
| |
Hi, I am using ASP.NET 2.0 Project with Ajax Toolkit. There was no issue in the local and testing environment. But when we try to install the same in the production there is a notorious javascript error. Some time saying "Object Required" and sometime saying "Sys" undefined. Can anyone guide what could be the possible error in this deployment?... more »
|
|
why is session available in IE, but not in Firefox?
|
| |
Hi everybody,
I 'm using Ajax.NET Pro 2.0. But i have a problem like that:
In the case i browse my page by Firefox, when i create a session in
aspx page, i use ajax method call to process this session but it have
null value (session is created new). However, If i use Internet
Explore 7.0 to browse it, that's ok.... more »
|
|
ajaxpro - 2 new messages in 2 topics - digest
|
| |
It may be an error but why would you be using Ajax for synchronous calls? Thanks, Ken Hartwigsen -----Original Message----- ...Sent: Friday, December 12, 2008 1:02 AM To: ajaxpro digest subscribers ... Ajax.NET Professional [link] ajaxpro@googlegroups.com Today's topics:... more »
|
|
|