Click here to Skip to main content
15,912,897 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to determine Session is Alive or not Pin
Guffa21-May-07 0:03
Guffa21-May-07 0:03 
AnswerRe: how to determine Session is Alive or not Pin
kapiljadhav21-May-07 4:18
kapiljadhav21-May-07 4:18 
GeneralRe: how to determine Session is Alive or not Pin
hammdo21-May-07 23:39
hammdo21-May-07 23:39 
Questionjavascript- to display the value of checkbox? Pin
Balaji.K20-May-07 23:32
Balaji.K20-May-07 23:32 
AnswerRe: javascript- to display the value of checkbox? Pin
Sandeep Akhare21-May-07 1:21
Sandeep Akhare21-May-07 1:21 
GeneralRe: javascript- to display the value of checkbox? Pin
Balaji.K21-May-07 19:34
Balaji.K21-May-07 19:34 
Questionon right click on LinkButton if we chose to "Open in new tab/window " it doesn't work Pin
yogita charhate20-May-07 23:20
yogita charhate20-May-07 23:20 
AnswerRe: on right click on LinkButton if we chose to "Open in new tab/window " it doesn't work Pin
badgrs20-May-07 23:52
badgrs20-May-07 23:52 
The LinkButton isn't strictly speaking a normal hyperlink, it runs some javascript in the onlick event that causes the form to post back. Firefox correctly realises this and doesn't give you the "open in new tab" option, and in IE it doesn't work because there is no link to open, only the code to run when its clicked (which it what happens).
Short answer is that "open in new tab" will only work for navigational links (ie ones that actually point to another URL).
The ASP HyperLink control doesn't have a click event because its supposed to be used for naviation, although if you use an HTML <a> tag with runat="server" you will get an onserverclick event (which basically turns it into a LinkButton).

What are you trying to use the LinkButton for? Are you running some code in the Click handler or just redirect?
QuestionCache not working Properly in ASP.NET 2.0 Pin
rsp702320-May-07 23:08
rsp702320-May-07 23:08 
AnswerRe: Cache not working Properly in ASP.NET 2.0 Pin
Sandeep Akhare21-May-07 0:24
Sandeep Akhare21-May-07 0:24 
GeneralRe: Cache not working Properly in ASP.NET 2.0 Pin
rsp702321-May-07 1:00
rsp702321-May-07 1:00 
Questiontab index in asp.net 2.0 Pin
aransiola20-May-07 23:02
aransiola20-May-07 23:02 
AnswerRe: tab index in asp.net 2.0 Pin
Harini N K20-May-07 23:18
Harini N K20-May-07 23:18 
Questionproblem with browser back button...plz help me...its urgent Pin
pradeep kumarappagari20-May-07 22:08
pradeep kumarappagari20-May-07 22:08 
AnswerRe: problem with browser back button...plz help me...its urgent Pin
wEb GuRu...20-May-07 22:31
wEb GuRu...20-May-07 22:31 
GeneralRe: problem with browser back button...plz help me...its urgent Pin
pradeep kumarappagari21-May-07 1:58
pradeep kumarappagari21-May-07 1:58 
AnswerRe: problem with browser back button...plz help me...its urgent Pin
Laxmikant Lad20-May-07 23:03
Laxmikant Lad20-May-07 23:03 
GeneralRe: problem with browser back button...plz help me...its urgent Pin
pradeep kumarappagari21-May-07 1:56
pradeep kumarappagari21-May-07 1:56 
AnswerRe: problem with browser back button...plz help me...its urgent Pin
kumarjammula21-May-07 0:13
kumarjammula21-May-07 0:13 
GeneralRe: problem with browser back button...plz help me...its urgent Pin
Christian Graus21-May-07 1:40
protectorChristian Graus21-May-07 1:40 
GeneralRe: problem with browser back button...plz help me...its urgent Pin
pradeep kumarappagari21-May-07 1:57
pradeep kumarappagari21-May-07 1:57 
AnswerRe: problem with browser back button...plz help me...its urgent Pin
Sandeep Akhare21-May-07 1:39
Sandeep Akhare21-May-07 1:39 
AnswerRe: problem with browser back button...plz help me...its urgent Pin
Sathesh Sakthivel21-May-07 2:22
Sathesh Sakthivel21-May-07 2:22 
QuestionAligninig elements on User Control Pin
zamiran20-May-07 22:01
zamiran20-May-07 22:01 
AnswerRe: Aligninig elements on User Control Pin
badgrs20-May-07 23:56
badgrs20-May-07 23:56 

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.