Click here to Skip to main content
15,898,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello

i need a popup window when i click a link button ... and also i need some contents in that page. what will do?
Posted

Hi,
Just go through this link:
http://forums.asp.net/t/883647.aspx/1[^]
Get source code also; it's on code project itself.
ASP.NET Popup Control[^]
 
Share this answer
 
XML
<a  href="javascript:window.open('yourpage.aspx?did=<%# Eval("db_column")%>&fun=2',null, 'height=650, width=500, status=yes, toolbar=no, menubar=no, location=no,scrollbar=yes'); void('');"> View</a>                                 </ItemTemplate>


put this on a linkbutton itemtemplate
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900