|
Rank: Newbie Groups: Member
Joined: 7/12/2007 Posts: 8
|
Hi,
It happens the following situation to me, some of my clients, when it tries to update data through gridview with datepickers the system gives back timeout. when I do not use datepickers works correctly.
That happens with ajax and without ajax.
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Ed,
I can not think of anything with our date picker would directly cause time out. I would start with the exact time out (db time out? IIS time out?) message and them go from there.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 7/12/2007 Posts: 8
|
The error is: Sys.WebForms ServerRequestTimeOut
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
That's an ASP.NET AJAX error. So I am thinking you will ge a different error message "without ajax" since it occurs "with ajax and without ajax". I do not believe it has anything directly with our DatePicker. So you can try to find out the error message without using AJAX, that may give you more information.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 7/12/2007 Posts: 8
|
My big problem is that it happens just with two clients.
I will try to handle some error
Thanks
|
|