In some cases we would like to disable the scroll bar on the page in that case we can use the following lines in the appropiate section of the .aspx page. the code is as follows
< body style="overflow: hidden" >
[style type="text/css"]
body {
overflow-x: hidden;
overflow-y: scroll;
}
[/style]
Note: That all browsers doest not support this method (for instance IE for Mac still shows the scrollbars).
Thanks and Regards
Meetu Choudhary
Founder http://www.msdotnetmentor.com
| < Prev | Next > |
|---|

Thanks Meetu, Its really a great and...
Good one
massive formating
Well described
Really nice but I do not like the for...