I am trying to redirect another site on button click.
Answer Posted / anju
Hi Anjani, there is a mistake in answer is that the link button control doesn't contain the NavigateUrl property but we do this task by doing this in the linkbutton control source view is:
<asp:LinkButton ID="lnkbtn" runat="server" OnClick="lnkbtn_Click" OnCommand="link"><a href="http://www.google.com">Link</a></asp:LinkButton>
</div>
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is ispostback method in asp.net?
Can you change a master page dynamically at runtime? How?
What is http request and response?
What is microsoft windows sharepoint services?
What is work flow gen? how can it will work with .Net?
How does the iis work?
What is bson in web api?
What are session state modes? List some of the important session state modes of asp.net.
What are the data controls available in asp.net?
What are the security types in ASP/ASP.NET? Different Authentication modes?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is ashx file in asp.net?
Explain what is event bubbling?
What is masterpage?