Click here to Skip to main content
15,922,325 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: I have an aspx app which needs to post data to a form and read the response. Pin
B.A11-Nov-07 21:06
B.A11-Nov-07 21:06 
AnswerRe: I have an aspx app which needs to post data to a form and read the response. Pin
Prateek G11-Nov-07 20:03
Prateek G11-Nov-07 20:03 
GeneralRe: I have an aspx app which needs to post data to a form and read the response. Pin
B.A11-Nov-07 21:32
B.A11-Nov-07 21:32 
QuestionSessions in window application Pin
afreen taj10-Nov-07 17:07
afreen taj10-Nov-07 17:07 
AnswerRe: Sessions in window application Pin
Michael Sync10-Nov-07 20:02
Michael Sync10-Nov-07 20:02 
GeneralRe: Sessions in window application Pin
Tokorie11-Nov-07 15:07
Tokorie11-Nov-07 15:07 
QuestionNeed to show "Get directions", search nearby and Save to my maps on marker on google maps Pin
enjoycrack10-Nov-07 10:13
enjoycrack10-Nov-07 10:13 
QuestionError Reporting Pin
Sam Heller10-Nov-07 7:15
Sam Heller10-Nov-07 7:15 
I have the following code in my global.asax file. The reasons I create a page object and pass it is because my error reporting code requires a page object which it then uses parts of to build the report. Now obviously this method provides no page details. Is it possible to get the last page viewed and send that instead of a NULL page.

Otherwise is it possible to send some form of machine specific information via my error report. The error report code lies in a seperate vb file.


Thanks in advance

        ' Code that runs when an unhandled error occurs<br />
        Dim ex As Exception = Server.GetLastError<br />
        Dim page As Page = Nothing<br />
        <br />
        Emailer.ErrorEmail(ex, page)<br />
<br />
        Server.Transfer("~/Error_Page.aspx", False)

QuestionProblem with Timer Control in AjaxControlToolkit Pin
morteza5710-Nov-07 6:44
morteza5710-Nov-07 6:44 
QuestionI'd like to use "smart client" for listing software in someone's computer. Pin
Real Coder10-Nov-07 5:43
Real Coder10-Nov-07 5:43 
AnswerRe: I'd like to use "smart client" for listing software in someone's computer. Pin
Michael Sync10-Nov-07 19:58
Michael Sync10-Nov-07 19:58 
QuestionIn XP works fine, W2000: Bad variable type! Pin
alexvw10-Nov-07 2:05
alexvw10-Nov-07 2:05 
AnswerRe: In XP works fine, W2000: Bad variable type! Pin
Michael Sync10-Nov-07 5:02
Michael Sync10-Nov-07 5:02 
GeneralRe: In XP works fine, W2000: Bad variable type! Pin
alexvw10-Nov-07 15:00
alexvw10-Nov-07 15:00 
GeneralRe: In XP works fine, W2000: Bad variable type! Pin
Michael Sync10-Nov-07 19:52
Michael Sync10-Nov-07 19:52 
GeneralRe: In XP works fine, W2000: Bad variable type! Pin
alexvw10-Nov-07 23:25
alexvw10-Nov-07 23:25 
GeneralRe: In XP works fine, W2000: Bad variable type! Pin
Michael Sync11-Nov-07 0:08
Michael Sync11-Nov-07 0:08 
QuestionHow to show header in DataList Pin
Kurian_Kurian10-Nov-07 0:50
Kurian_Kurian10-Nov-07 0:50 
AnswerRe: How to show header in DataList Pin
pmarfleet10-Nov-07 1:27
pmarfleet10-Nov-07 1:27 
QuestionOpen a new window Pin
.NET- India 10-Nov-07 0:01
.NET- India 10-Nov-07 0:01 
AnswerRe: Open a new window Pin
John-ph10-Nov-07 0:37
John-ph10-Nov-07 0:37 
Questionhow to add scroll bar to grid view (plz help with code) Pin
jagan1239-Nov-07 22:58
jagan1239-Nov-07 22:58 
AnswerRe: how to add scroll bar to grid view (plz help with code) Pin
Christian Graus9-Nov-07 23:28
protectorChristian Graus9-Nov-07 23:28 
AnswerRe: how to add scroll bar to grid view (plz help with code) Pin
Elegantly Wasted31-Jan-12 0:24
Elegantly Wasted31-Jan-12 0:24 
Questioncan i assign datatable to crystal reportt? Pin
dandamudi padma9-Nov-07 22:50
dandamudi padma9-Nov-07 22:50 

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.