Click here to Skip to main content
15,918,808 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalgridview Pin
trilokharry5-Feb-08 17:23
trilokharry5-Feb-08 17:23 
Generalgridview Pin
trilokharry5-Feb-08 17:29
trilokharry5-Feb-08 17:29 
QuestionHow to get the Text and ID of CheckBox Pin
sjs4u5-Feb-08 17:19
sjs4u5-Feb-08 17:19 
Questioncrystall report printer status Pin
kvijayajyothy5-Feb-08 17:07
kvijayajyothy5-Feb-08 17:07 
Questioncan anyone recommend a good shoppingcart? Pin
icewolf_snowfire5-Feb-08 8:55
icewolf_snowfire5-Feb-08 8:55 
GeneralRe: can anyone recommend a good shoppingcart? Pin
Vasudevan Deepak Kumar6-Feb-08 1:37
Vasudevan Deepak Kumar6-Feb-08 1:37 
GeneralRe: can anyone recommend a good shoppingcart? Pin
Brendan Vogt6-Feb-08 1:46
Brendan Vogt6-Feb-08 1:46 
QuestionException Handling Ajax enabled function Pin
SNarayanan5-Feb-08 7:18
SNarayanan5-Feb-08 7:18 
Problem Statement:

I am working on .Net Framework 2.0. I have *.cs file located in App_Code.
In that file a function is Ajax enabled
[AjaxPro.AjaxMethod(HttpSessionStateRequirement.Read)]
public string PullPrice(string txnID, string data)
{
......

catch (Exception ex)
{
ParentPage parentpage;
parentpage.HandleException(ex);
}
}

The ParentPage is located in same App_Code. In that file Iam using Server.Tranfer("ExceptionPage.aspx")in function HandleException. But the Server.Transfer does not work when the function is Ajax enabled. If the function is not Ajax enabled it works. Even Response.Redirect also does not work.

I need to transfer the contents of error messge to "ExceptionPage.aspx"
Please give us your valuable suggestions / feedback ??
GeneralAjax Issue Pin
Ajeet mittal5-Feb-08 6:21
Ajeet mittal5-Feb-08 6:21 
GeneralRe: Ajax Issue Pin
N a v a n e e t h5-Feb-08 7:01
N a v a n e e t h5-Feb-08 7:01 
GeneralRe: Ajax Issue Pin
Ajeet mittal5-Feb-08 9:04
Ajeet mittal5-Feb-08 9:04 
GeneralRe: Ajax Issue Pin
Mark Churchill5-Feb-08 14:40
Mark Churchill5-Feb-08 14:40 
GeneralRe: Ajax Issue Pin
Vasudevan Deepak Kumar5-Feb-08 21:02
Vasudevan Deepak Kumar5-Feb-08 21:02 
QuestionAjax Issue Pin
Ajeet mittal5-Feb-08 21:09
Ajeet mittal5-Feb-08 21:09 
GeneralRe: Ajax Issue Pin
Malcolm Smart5-Feb-08 21:52
Malcolm Smart5-Feb-08 21:52 
GeneralRe: Ajax Issue Pin
Vasudevan Deepak Kumar6-Feb-08 1:40
Vasudevan Deepak Kumar6-Feb-08 1:40 
JokeRe: Ajax Issue Pin
Ri Qen-Sin6-Feb-08 3:18
Ri Qen-Sin6-Feb-08 3:18 
GeneralRe: Ajax Issue Pin
Ri Qen-Sin6-Feb-08 3:19
Ri Qen-Sin6-Feb-08 3:19 
QuestionIIS/ASP.NET High Load Pin
Vasudevan Deepak Kumar5-Feb-08 5:41
Vasudevan Deepak Kumar5-Feb-08 5:41 
GeneralRe: IIS/ASP.NET High Load Pin
Sam Xavier13-Feb-08 23:34
Sam Xavier13-Feb-08 23:34 
GeneralConsole.WriteLine and Response.Write Pin
Brendan Vogt5-Feb-08 4:23
Brendan Vogt5-Feb-08 4:23 
GeneralRe: Console.WriteLine and Response.Write Pin
pmarfleet5-Feb-08 5:34
pmarfleet5-Feb-08 5:34 
QuestionWindows Authentication Help Needed Pin
Brendan Vogt5-Feb-08 4:21
Brendan Vogt5-Feb-08 4:21 
Generalreading HTML file and Append text Pin
gottimukkala5-Feb-08 3:44
gottimukkala5-Feb-08 3:44 
Generalreading HTML file and Append text Pin
gottimukkala5-Feb-08 3:44
gottimukkala5-Feb-08 3:44 

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.