how to put scroll bar in aspx page
-
I need to put scroll bar in some region of my aspx page not on whole page. I know it in HTML page, but I need to put in aspx page in asp.net. Please reply me. Thanks & regards, Jay
-
I need to put scroll bar in some region of my aspx page not on whole page. I know it in HTML page, but I need to put in aspx page in asp.net. Please reply me. Thanks & regards, Jay
//you can use panel or div //div
//panel
Padmanabhan
-
I need to put scroll bar in some region of my aspx page not on whole page. I know it in HTML page, but I need to put in aspx page in asp.net. Please reply me. Thanks & regards, Jay
Hi, you can do this by 3 ways: 1.Using Panel (Server Control) 2.using DIV Tag (HTML Tag) 3.using Iframe (HTMl Tag) if you want to scroll in verticle/horizontol then you set height/width of above control :)
Farogh Haider Web developer