Click here to Skip to main content
15,914,419 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAdd scrollbar to listbox/Treeview after specific height. Pin
Qasim198428-Jan-10 23:04
professionalQasim198428-Jan-10 23:04 
AnswerRe: Add scrollbar to listbox/Treeview after specific height. Pin
sashidhar28-Jan-10 23:26
sashidhar28-Jan-10 23:26 
GeneralRe: Add scrollbar to listbox/Treeview after specific height. Pin
Qasim198428-Jan-10 23:46
professionalQasim198428-Jan-10 23:46 
AnswerRe: Add scrollbar to listbox/Treeview after specific height. Pin
Sneha Bisht29-Jan-10 0:01
Sneha Bisht29-Jan-10 0:01 
GeneralRe: Add scrollbar to listbox/Treeview after specific height. Pin
Qasim198429-Jan-10 0:15
professionalQasim198429-Jan-10 0:15 
GeneralRe: Add scrollbar to listbox/Treeview after specific height. Pin
Ravindra Nidhonkar31-Jan-10 23:16
Ravindra Nidhonkar31-Jan-10 23:16 
QuestionDIV Pin
aniju mathew28-Jan-10 22:16
aniju mathew28-Jan-10 22:16 
AnswerRe: DIV Pin
sashidhar28-Jan-10 22:21
sashidhar28-Jan-10 22:21 
Try this sample it may help
<style type="text/css">
*{margin:0;padding:0;}
body{font-family:Arial;font-size:8pt;}
#container{width:350px;border:3px dashed #fc6;margin:10px auto;padding:10px;height:300px;}
#left{text-align:center;float:left;margin:3px auto;}
#right{text-align:center;float:right;}
</style>

<div id="container">
	<div id="left">
		<b>Monday</b>
		Buy any two sandwiches
		<br/> and get the third FREE
	</div>
	
	<div id="right">
		<b>Tuesday</b>
		Choose any appitizer
		<br/>
		for just $3 with any
	<br/>
	order of $10 or more
	</div>
	
</div>

i Got It from Little bit of search..!

Source:-http://www.htmlforums.com/html-xhtml/t-table-style-question-101800.html[^]


LatestArticle :Log4Net

Why Do Some People Forget To Mark as Answer .If It Helps.

AnswerRe: DIV Pin
Pranay Rana28-Jan-10 22:27
professionalPranay Rana28-Jan-10 22:27 
GeneralNice Article Pin
sashidhar28-Jan-10 22:37
sashidhar28-Jan-10 22:37 
AnswerRe: DIV Pin
Brij29-Jan-10 9:43
mentorBrij29-Jan-10 9:43 
QuestionProgramatically convert PDF files to excel Pin
Mohan G28-Jan-10 21:31
Mohan G28-Jan-10 21:31 
AnswerRe: Programatically convert PDF files to excel Pin
sashidhar28-Jan-10 22:30
sashidhar28-Jan-10 22:30 
Questionfonts not supported by browser Pin
krishnaveer28-Jan-10 20:40
krishnaveer28-Jan-10 20:40 
AnswerRe: fonts not supported by browser Pin
R. Giskard Reventlov29-Jan-10 0:49
R. Giskard Reventlov29-Jan-10 0:49 
QuestionJavaScript registering at PageLoad for User Control Pin
mark_me28-Jan-10 19:56
mark_me28-Jan-10 19:56 
AnswerRe: JavaScript registering at PageLoad for User Control Pin
Pranay Rana28-Jan-10 20:33
professionalPranay Rana28-Jan-10 20:33 
AnswerRe: JavaScript registering at PageLoad for User Control Pin
Brij28-Jan-10 21:53
mentorBrij28-Jan-10 21:53 
GeneralRe: JavaScript registering at PageLoad for User Control Pin
Pranay Rana28-Jan-10 22:32
professionalPranay Rana28-Jan-10 22:32 
GeneralRe: JavaScript registering at PageLoad for User Control Pin
mark_me29-Jan-10 4:20
mark_me29-Jan-10 4:20 
GeneralRe: JavaScript registering at PageLoad for User Control Pin
Brij29-Jan-10 9:51
mentorBrij29-Jan-10 9:51 
QuestionDiffrence between RDL and RDLC Pin
Prosanta Kundu online28-Jan-10 19:06
Prosanta Kundu online28-Jan-10 19:06 
AnswerRe: Diffrence between RDL and RDLC Pin
sashidhar28-Jan-10 20:14
sashidhar28-Jan-10 20:14 
GeneralRe: Diffrence between RDL and RDLC Pin
Archana,India29-Jan-10 0:31
Archana,India29-Jan-10 0:31 
GeneralRe: Diffrence between RDL and RDLC Pin
sashidhar29-Jan-10 0:40
sashidhar29-Jan-10 0:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.