help please,
I used <A HREF="default.aspx" target="_blank">display text</A>
previously it is working.After i changed the order of web forms now the blank page is displaying but page load event is not taking place simply displaying one blank page

Recommended Answers

All 4 Replies

Post web related questions in ASP.NET forum.
Hyperlink doesnot support postback. With this link a page_load event of default.aspx will be fired.

<a href="default.aspx" target="_blank">Click Me</a>

Post web related questions in ASP.NET forum.
Hyperlink doesnot support postback. With this link a page_load event of default.aspx will be fired.

<a href="default.aspx" target="_blank">Click Me</a>

without _blank option the page is displaying but with _blank option page is displaying without any content

help please,
I used <A HREF="default.aspx" target="_blank">display text</A>
previously it is working.After i changed the order of web forms now the blank page is displaying but page load event is not taking place simply displaying one blank page

re

re

code:
<A HREF="default.aspx">display text</A>
re arrange the code

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.