Click here to Skip to main content
15,886,664 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: numeric check in asp.net Pin
Not Active29-Sep-09 18:52
mentorNot Active29-Sep-09 18:52 
GeneralRe: numeric check in asp.net Pin
Christian Graus29-Sep-09 19:23
protectorChristian Graus29-Sep-09 19:23 
QuestionTextBox Pin
Elamanand29-Sep-09 15:39
Elamanand29-Sep-09 15:39 
AnswerRe: TextBox Pin
Kannan Ar29-Sep-09 16:14
professionalKannan Ar29-Sep-09 16:14 
AnswerRe: TextBox Pin
Christian Graus29-Sep-09 19:24
protectorChristian Graus29-Sep-09 19:24 
JokeRe: TextBox Pin
sashidhar29-Sep-09 21:08
sashidhar29-Sep-09 21:08 
GeneralRe: TextBox Pin
Christian Graus29-Sep-09 22:32
protectorChristian Graus29-Sep-09 22:32 
QuestionLinkbutton, Target="_blank" Pin
JohnQuar129-Sep-09 11:05
JohnQuar129-Sep-09 11:05 
Hello,
I have a couple of link buttons and I am trying to get them to open a page in a new window. I know how to do this with a normal link, but I also have some very simple code behind that I need to run (Set a session variable).

I am writing this in C#, and have had no luck getting the page to open with the session variable passed.
Let me know if you have any suggestions, or if you know how to do this through a normal link. Thanks for your time.


C# Code

protected void lnkEnterprise_Click(object sender, EventArgs e)
        {
            Session["Owner"] = 1;
            Response.Redirect("~/SampleDashboardDetails.aspx");
        }


JM
AnswerRe: Linkbutton, Target="_blank" Pin
Christian Graus29-Sep-09 11:06
protectorChristian Graus29-Sep-09 11:06 
GeneralRe: Linkbutton, Target="_blank" Pin
JohnQuar129-Sep-09 11:32
JohnQuar129-Sep-09 11:32 
GeneralRe: Linkbutton, Target="_blank" Pin
Abhishek Sur29-Sep-09 11:45
professionalAbhishek Sur29-Sep-09 11:45 
AnswerRe: Linkbutton, Target="_blank" Pin
Abhishek Sur29-Sep-09 11:43
professionalAbhishek Sur29-Sep-09 11:43 
GeneralRe: Linkbutton, Target="_blank" Pin
JohnQuar130-Sep-09 4:48
JohnQuar130-Sep-09 4:48 
GeneralRe: Linkbutton, Target="_blank" Pin
JohnQuar130-Sep-09 7:32
JohnQuar130-Sep-09 7:32 
QuestionDownload html table content and save to excel Pin
Guvera29-Sep-09 10:29
Guvera29-Sep-09 10:29 
AnswerRe: Download html table content and save to excel Pin
Abhijit Jana29-Sep-09 10:44
professionalAbhijit Jana29-Sep-09 10:44 
GeneralRe: Download html table content and save to excel Pin
Guvera29-Sep-09 10:56
Guvera29-Sep-09 10:56 
GeneralRe: Download html table content and save to excel Pin
Christian Graus29-Sep-09 11:04
protectorChristian Graus29-Sep-09 11:04 
GeneralRe: Download html table content and save to excel Pin
Abhijit Jana29-Sep-09 11:09
professionalAbhijit Jana29-Sep-09 11:09 
QuestionVertical Scroll bar not displaying properly in IE6 Pin
meeram39529-Sep-09 8:19
meeram39529-Sep-09 8:19 
AnswerRe: Vertical Scroll bar not displaying properly in IE6 Pin
Abhishek Sur29-Sep-09 9:52
professionalAbhishek Sur29-Sep-09 9:52 
GeneralRe: Vertical Scroll bar not displaying properly in IE6 Pin
meeram39529-Sep-09 21:12
meeram39529-Sep-09 21:12 
Questionsending xml file to web service Pin
d_smit29-Sep-09 7:02
d_smit29-Sep-09 7:02 
AnswerRe: sending xml file to web service Pin
sashidhar29-Sep-09 7:16
sashidhar29-Sep-09 7:16 
Questionperformance issue [modified] Pin
sanrah29-Sep-09 2:45
sanrah29-Sep-09 2:45 

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.