hi,
There is a option for showing a form as a modal dialog in ASp.net.For that we have to use the javscript
window.showdialog('page.aspx');
You can specify some attributes like whether you want scrollbars and resizable option and height and width.
cheers mate
vijay