Click here to Skip to main content
15,896,207 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Clarification On Static Member Pin
Arun.Immanuel12-Jun-07 2:51
Arun.Immanuel12-Jun-07 2:51 
GeneralRe: Clarification On Static Member Pin
Rahul8312-Jun-07 4:02
Rahul8312-Jun-07 4:02 
QuestionDropdown LIst Pin
sneha0112-Jun-07 0:38
sneha0112-Jun-07 0:38 
AnswerRe: Dropdown LIst Pin
Biju Sam12-Jun-07 0:50
Biju Sam12-Jun-07 0:50 
AnswerRe: Dropdown LIst Pin
_AK_12-Jun-07 0:53
_AK_12-Jun-07 0:53 
AnswerRe: Dropdown LIst Pin
koolprasad200312-Jun-07 0:54
professionalkoolprasad200312-Jun-07 0:54 
GeneralRe: Dropdown LIst Pin
sneha0112-Jun-07 0:57
sneha0112-Jun-07 0:57 
QuestionSys.Webforms.PageRequestManagerServerErrorException Pin
yogita charhate12-Jun-07 0:07
yogita charhate12-Jun-07 0:07 
Hi!

I’m getting on buttonclick event following exception
Sys.Webforms.PageRequestManagerServerErrorException
When updatepanel is used in page.
Do you have any idea to solve this exception.
I tried a lot ,I got some ways to solve it Like
1) set EnablePartialRendering to false, but it is of no use bcoz whole page is getting refreshed ,to solve this issue only I’m using updatepanel.
<asp:scriptmanager id="ScriptManager1" runat="server" enablepartialrendering="false">

2)Set EnableEventVaildation=”false” not possible bcoz server side validation wont happen.
3)disabling cache in Role Manger in web.config
i put following code snippet in web.config

<rolemanager enabled="true" cacherolesincookie="false">
<providers>
<add
name="SQLOLEDB"
="" type="System.Web.Security.SqlRoleProvider" connectionstringname="ConnectionString" applicationname="MClosetURL">


but problem didnt get solved

4) I used javascript to catch the exception at client side in script tag in aspx page , In this case I’m not getting exception but nothing is happening after that ,server side click is not getting fired

Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequestHandler);
function EndRequestHandler(sender, args)
{
if (args.get_error() != undefined)
{
var errorMessage;
if (args.get_response().get_statusCode() == '12031' || args.get_response().get_statusCode()=='12030' || args.get_response().get_statusCode() == '405')
{
args.set_errorHandled(true);


}
else
{


}
}
}







yog
hui gfgh kgdgrt njjn hjgkn

AnswerRe: Sys.Webforms.PageRequestManagerServerErrorException Pin
Venkatesh Mookkan12-Jun-07 1:41
Venkatesh Mookkan12-Jun-07 1:41 
GeneralRe: Sys.Webforms.PageRequestManagerServerErrorException Pin
yogita charhate13-Jun-07 18:35
yogita charhate13-Jun-07 18:35 
GeneralRe: Sys.Webforms.PageRequestManagerServerErrorException Pin
hrajusb29-Aug-08 8:44
hrajusb29-Aug-08 8:44 
QuestionCustom DropDown Behaviour Pin
John Gathogo11-Jun-07 23:36
John Gathogo11-Jun-07 23:36 
QuestionASP.net [modified] Pin
ling_luv11-Jun-07 23:27
ling_luv11-Jun-07 23:27 
AnswerRe: ASP.net Pin
Biju Sam12-Jun-07 0:04
Biju Sam12-Jun-07 0:04 
GeneralRe: ASP.net Pin
ling_luv12-Jun-07 15:42
ling_luv12-Jun-07 15:42 
AnswerRe: ASP.net Pin
Sylvester george12-Jun-07 1:00
Sylvester george12-Jun-07 1:00 
QuestionRun a Website/Program fast in ASP.NET Pin
.NET- India 11-Jun-07 23:23
.NET- India 11-Jun-07 23:23 
AnswerRe: Run a Website/Program fast in ASP.NET Pin
Biju Sam12-Jun-07 0:10
Biju Sam12-Jun-07 0:10 
AnswerRe: Run a Website/Program fast in ASP.NET Pin
Paddy Boyd12-Jun-07 0:28
Paddy Boyd12-Jun-07 0:28 
Questionc dll in asp.net Pin
Harikrk11-Jun-07 23:02
Harikrk11-Jun-07 23:02 
Questionpopup window at center screen Pin
deep711-Jun-07 23:00
deep711-Jun-07 23:00 
AnswerRe: popup window at center screen Pin
rreddy.V12-Jun-07 0:36
rreddy.V12-Jun-07 0:36 
QuestionDynamically write to a panel on page load Pin
markymark8211-Jun-07 23:00
markymark8211-Jun-07 23:00 
AnswerRe: Dynamically write to a panel on page load Pin
Sylvester george11-Jun-07 23:06
Sylvester george11-Jun-07 23:06 
GeneralRe: Dynamically write to a panel on page load [modified] Pin
markymark8212-Jun-07 4:51
markymark8212-Jun-07 4:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.