scrollable control + popup window

huby

Freshman
Joined
Feb 20, 2004
Messages
32
hello my loved ones ! i have 2 questions :

i am looking for some kind of a scrollable control to use on web pages. i'd like to add textboxes, hyperlinks, and imageboxes dynamically at runtime. i saw some people talk about scrollable panels in windows forms, but i don't think those are available in ASP.NET. any ideas ?

also, is it possible to launch pop-up windows without any IE (or other) toolbars on it? or should I use Javascript for that ?

peace,
Huby.
 
You can place this around the panel...

<div style="OVERFLOW:auto; WIDTH:100%; HEIGHT:250px">

For popup windows use Javascript
 
Back
Top