Click here to Skip to main content
15,868,016 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Session lost. Paradise found. Pin
led mike3-Apr-08 11:24
led mike3-Apr-08 11:24 
GeneralRe: Session lost. Paradise found. Pin
Pete O'Hanlon3-Apr-08 11:40
subeditorPete O'Hanlon3-Apr-08 11:40 
Generaltoo many error logs filling disk space Pin
shefali_sinha3-Apr-08 8:27
shefali_sinha3-Apr-08 8:27 
GeneralRe: too many error logs filling disk space Pin
led mike3-Apr-08 10:13
led mike3-Apr-08 10:13 
QuestionHow to do this? Pin
Chatura Dilan3-Apr-08 6:07
Chatura Dilan3-Apr-08 6:07 
AnswerRe: How to do this? Pin
pmarfleet3-Apr-08 9:17
pmarfleet3-Apr-08 9:17 
QuestionHow to avoid PostBack in LinkButton Pin
udaymohan3-Apr-08 5:47
udaymohan3-Apr-08 5:47 
GeneralRe: How to avoid PostBack in LinkButton Pin
Jesse Squire3-Apr-08 6:03
Jesse Squire3-Apr-08 6:03 
If I understand you correctly and you are simply looking to navigate to a new page when the user clicks the link, you may wish to consider using a standard HTML anchor instead of the LinkButton.

If you choose to still use the LinkButton, set its OnClientClick attribute to return false;. For example:

<asp:LinkButton ID = "myLink" runat = "server" OnClientClick = "return false;" Text = "Hello" />

Hope that helps. Smile | :)

  --Jesse
"... the internet's just a big porn library with some useful articles stuck in." - Rob Rodi

GeneralRe: How to avoid PostBack in LinkButton Pin
MoustafaS3-Apr-08 6:59
MoustafaS3-Apr-08 6:59 
QuestionHow can I find user click Back Button at IE? Pin
Dong Kim3-Apr-08 5:38
Dong Kim3-Apr-08 5:38 
AnswerRe: How can I find user click Back Button at IE? Pin
Jesse Squire3-Apr-08 6:27
Jesse Squire3-Apr-08 6:27 
QuestionHow to download embedded resources of webcontrol on AJAX call? Pin
pankazmittal3-Apr-08 3:47
pankazmittal3-Apr-08 3:47 
GeneralRe: How to download embedded resources of webcontrol on AJAX call? Pin
Jesse Squire3-Apr-08 3:52
Jesse Squire3-Apr-08 3:52 
General.asp pages with Asp.Net 2.0 Pin
Jacob Dixon3-Apr-08 3:39
Jacob Dixon3-Apr-08 3:39 
GeneralRe: .asp pages with Asp.Net 2.0 Pin
Jesse Squire3-Apr-08 3:50
Jesse Squire3-Apr-08 3:50 
GeneralRe: .asp pages with Asp.Net 2.0 Pin
Jacob Dixon3-Apr-08 4:07
Jacob Dixon3-Apr-08 4:07 
GeneralRe: .asp pages with Asp.Net 2.0 Pin
Jesse Squire3-Apr-08 4:12
Jesse Squire3-Apr-08 4:12 
GeneralRe: .asp pages with Asp.Net 2.0 Pin
Jacob Dixon3-Apr-08 6:41
Jacob Dixon3-Apr-08 6:41 
GeneralLosing Session in IIS Pin
Leandrão3-Apr-08 2:50
Leandrão3-Apr-08 2:50 
GeneralRe: Losing Session in IIS Pin
eyeseetee3-Apr-08 2:55
eyeseetee3-Apr-08 2:55 
GeneralRe: Losing Session in IIS Pin
N a v a n e e t h3-Apr-08 3:01
N a v a n e e t h3-Apr-08 3:01 
GeneralRe: Losing Session in IIS Pin
Leandrão3-Apr-08 7:24
Leandrão3-Apr-08 7:24 
GeneralRe: Losing Session in IIS Pin
Leandrão3-Apr-08 3:02
Leandrão3-Apr-08 3:02 
GeneralRe: Losing Session in IIS Pin
N a v a n e e t h3-Apr-08 3:03
N a v a n e e t h3-Apr-08 3:03 
GeneralRe: Losing Session in IIS Pin
eyeseetee3-Apr-08 3:08
eyeseetee3-Apr-08 3:08 

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.