Hi,
I am doni. I need help in developing a website.
I can able to fit layouts. using the following codes.
Since <a> tag has redirection (href) property. using that we can redirect page.
But I need to preform operation in code behind page (Default.aspx.c s)
kindly give me solutions.
with regards,
Doni.
I am doni. I need help in developing a website.
I can able to fit layouts. using the following codes.
Code:
<div id="nav"> <ul> <li><a>About Us</a></li> <li><a>Home</a></li> <li><a>Services</a></li> <li><a>Contact us</a></li> </ul> </div>
Since <a> tag has redirection (href) property. using that we can redirect page.
But I need to preform operation in code behind page (Default.aspx.c s)
kindly give me solutions.
with regards,
Doni.
Comment