Hello Chandra,
The easiest way to open a hyperlink in a new
browser popup is to use the
target attribute of the anchor and set it to _blank. Alternatively you can use JavaScript and
window.open() to start a browser popup. If you need the server-side functionality and you wish to use the RadAjaxManager you need to make sure the said hyperlinks perform an ajax request through the RadAjaxManager in order for its ResponseScripts collection to be executed. You can, however, remove the dependency from the RAM by
injecting a script from the code-behind that will open the needed browser window via window.open.
Greetings,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now