In one of my ASP.NET pages i represent information about a group of employee in a DataGrid, the first column is a employee full name. I need to represent e-mail, phone and adress of a selected employee outside of this DataGrid but not on this page. When a user clicks a name of an employee i want a new page to load, but not in the same browser window (like Response.Redirect(...)). Also i want my information to be shown in a simple browser window(without any toolbar or a menu, just a simple window with a single available action - to close it).How can ido it?
Thanks in advance.Hi,
Take a look @.
-Creating a HyperLink in a DataGrid that Opens in a New Window
HTH
Thanks man, this article gave a full answer.
0 comments:
Post a Comment