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

ASP.NET

 
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 
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 
good morning venkatesh!!

Thank you for replying me, after much longer wait finally i got reply from someone. Actually the code I have put in my page is working
bcoz sys.webforms.... exception is not coming but server side event is not getting fired afte button click, Postback is not happening at all.

I have used script manager in master page and written code in script in the page
in which that error is comming.
Even if i tried putting this script below script manager in master page but nothng different happened.

I Think in the if condition of code below
is it enough to have statement args.set_errorHandled(true);
or something more is needed.

Pls guide I want button click event at server side should get fired after exception is handled by the following code which is not happening in my page .

thanks a lot again!
have a very nice day!!


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

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 
QuestionCrystal Report in .NET 2005 Urgent pls help Pin
Elizma11-Jun-07 22:54
Elizma11-Jun-07 22:54 
AnswerRe: Crystal Report in .NET 2005 Urgent pls help Pin
Sylvester george11-Jun-07 23:02
Sylvester george11-Jun-07 23:02 

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.