Click here to Skip to main content
15,900,907 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Passing Values to Payment Gatway Pin
Christian Graus7-May-08 19:15
protectorChristian Graus7-May-08 19:15 
QuestionProblem with dll Pin
Deepak Nigam7-May-08 8:34
Deepak Nigam7-May-08 8:34 
AnswerRe: Problem with dll Pin
JimmyRopes7-May-08 10:15
professionalJimmyRopes7-May-08 10:15 
AnswerRe: Problem with dll Pin
Abhijit Jana7-May-08 18:25
professionalAbhijit Jana7-May-08 18:25 
QuestionSession state in SharePoint Web parts Pin
JimmyRopes7-May-08 8:29
professionalJimmyRopes7-May-08 8:29 
QuestionProblem With Back Button Pin
mehrdadc487-May-08 7:51
mehrdadc487-May-08 7:51 
AnswerRe: Problem With Back Button Pin
Deepak Nigam7-May-08 8:37
Deepak Nigam7-May-08 8:37 
QuestionOpen new page Pin
ksaw1237-May-08 7:40
ksaw1237-May-08 7:40 
how do we open new aspx page or html file in new window from within a function in the .cs file.

(note: i have the html code that i want it in the page in a string variable)

more explaination:

i have a function that render the forms in my page into an html code, this is to open in it in a new page to be printable version. my current code now open the new page in the same page, and this is the code:
HttpContext.Current.Response.Clear();
HttpContext.Current.Response.Write(strHTML);
HttpContext.Current.Response.End();

where strHtml is the variable that contains the html code of the new page.

thanks in advance
AnswerRe: Open new page Pin
SomeGuyThatIsMe7-May-08 7:52
SomeGuyThatIsMe7-May-08 7:52 
QuestionReportViewer InitialToggleState ignored? Pin
Member 43822327-May-08 4:38
Member 43822327-May-08 4:38 
Questiongetting a string from the previous page Pin
laziale7-May-08 4:07
laziale7-May-08 4:07 
AnswerRe: getting a string from the previous page Pin
Syed Ali Raza7-May-08 4:19
Syed Ali Raza7-May-08 4:19 
GeneralRe: getting a string from the previous page Pin
Deepak Nigam7-May-08 8:40
Deepak Nigam7-May-08 8:40 
AnswerRe: getting a string from the previous page Pin
eyeseetee7-May-08 4:26
eyeseetee7-May-08 4:26 
AnswerRe: getting a string from the previous page Pin
Deepak Nigam7-May-08 8:41
Deepak Nigam7-May-08 8:41 
QuestionInstalling a web service and a web page on another machine! Pin
goldoche7-May-08 3:50
goldoche7-May-08 3:50 
AnswerRe: Installing a web service and a web page on another machine! Pin
laziale7-May-08 4:10
laziale7-May-08 4:10 
GeneralRe: Installing a web service and a web page on another machine! Pin
goldoche7-May-08 4:20
goldoche7-May-08 4:20 
QuestionHow to get a datarow from a datable in C#? Pin
salon7-May-08 3:40
salon7-May-08 3:40 
AnswerRe: How to get a datarow from a datable in C#? Pin
Herman<T>.Instance7-May-08 3:55
Herman<T>.Instance7-May-08 3:55 
GeneralRe: How to get a datarow from a datable in C#? Pin
Syed Ali Raza7-May-08 4:06
Syed Ali Raza7-May-08 4:06 
AnswerRe: How to get a datarow from a datable in C#? Pin
J4amieC7-May-08 4:16
J4amieC7-May-08 4:16 
Questioncreate controls dynamically [modified] Pin
ptvce7-May-08 2:34
ptvce7-May-08 2:34 
QuestionNeed assistance with Url ReWriting Pin
Shriniwasan Viswanathan7-May-08 0:53
Shriniwasan Viswanathan7-May-08 0:53 
Questionspace between elements... Pin
SamRST7-May-08 0:35
SamRST7-May-08 0:35 

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.