You might look at the ASP Hyperlink server control. I'm not what you
mean by wanting "to execute some logic", but at least you will have some
programmatic options using an ASP.NET control as opposed to a
client-side HTML control.
Just a thought..Chris
Christopher Reed
Application Analyst
Web Development Coordinator
Information Technology
City of Lubbock
creed@m...
"The oxen are slow, but the earth is patient."
>>> sachinx@h... 2:34:23 AM 1/7/2003 >>>
Hi all,
In ASP.Net application I want to open a page in a new window. I don't
want to use the Hyperlink target option as I want to execute some logic
before generating the page. In Linkbutton and Button I could not use the
Response.Redirect as it opens the target page in the same window.
So how to opená a web form page in a new window?
á
Regards
Sachin