LinkButton & HyperLink
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Can we do the same effect with LinkButton like HyperLink, which once click on the LinkButton, open the content page in another frame? Apart from that, how to display the current page URL on the address bar in the browser? I'm using either hyperlink or linkbutton. In linkbutton, i use Response.Redirect to redirect my page to anothere page. I want the page to be refresh itself when user hit the refresh button in the browser....