Click here to Skip to main content
15,896,207 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionfocus on page Pin
Member 439315621-Sep-09 7:18
Member 439315621-Sep-09 7:18 
AnswerRe: focus on page Pin
Abhishek Sur21-Sep-09 8:57
professionalAbhishek Sur21-Sep-09 8:57 
GeneralRe: focus on page Pin
Abhijit Jana21-Sep-09 9:47
professionalAbhijit Jana21-Sep-09 9:47 
GeneralRe: focus on page Pin
Abhishek Sur21-Sep-09 11:00
professionalAbhishek Sur21-Sep-09 11:00 
QuestionBulleted list control Pin
janani1321-Sep-09 3:43
janani1321-Sep-09 3:43 
AnswerRe: Bulleted list control Pin
Not Active21-Sep-09 4:07
mentorNot Active21-Sep-09 4:07 
AnswerRe: Bulleted list control Pin
sashidhar21-Sep-09 6:52
sashidhar21-Sep-09 6:52 
AnswerRe: Bulleted list control Pin
Abhishek Sur21-Sep-09 11:25
professionalAbhishek Sur21-Sep-09 11:25 
You need to display horizontal..

use

display:inline

For Example :

<style>
.bulletstyle
{ 
     padding-left:10px;
}
.bulletstyle li
{
     display:inline; /* This will produce single line output*/
}

<style>

<asp:BulletedList runat="server" ID="blt" CssClass="at-red">
    <asp:ListItem>Item1</asp:ListItem>
    <asp:ListItem>Iten2</asp:ListItem>
    <asp:ListItem>Item3</asp:ListItem>
</asp:BulletedList>


The output will be <br />
Item1  Item2  Item3


Big Grin | :-D Big Grin | :-D

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

GeneralRe: Bulleted list control Pin
Not Active21-Sep-09 11:30
mentorNot Active21-Sep-09 11:30 
AnswerRe: Bulleted list control Pin
Himadri Sahoo21-Sep-09 19:22
Himadri Sahoo21-Sep-09 19:22 
Questionpage cannot be displayed occurred in asp.net 2.0 when executing a oracle sp for a long time Pin
prasannavenkatesh21-Sep-09 2:38
prasannavenkatesh21-Sep-09 2:38 
AnswerRe: page cannot be displayed occurred in asp.net 2.0 when executing a oracle sp for a long time Pin
Abhijit Jana21-Sep-09 3:33
professionalAbhijit Jana21-Sep-09 3:33 
GeneralRe: page cannot be displayed occurred in asp.net 2.0 when executing a oracle sp for a long time Pin
prasannavenkatesh21-Sep-09 15:37
prasannavenkatesh21-Sep-09 15:37 
AnswerRe: page cannot be displayed occurred in asp.net 2.0 when executing a oracle sp for a long time Pin
Not Active21-Sep-09 3:44
mentorNot Active21-Sep-09 3:44 
Questioncookie is not working when session expired in IIS 6.0 in Win 2003 sever Pin
prasannavenkatesh21-Sep-09 2:06
prasannavenkatesh21-Sep-09 2:06 
AnswerRe: cookie is not working when session expired in IIS 6.0 in Win 2003 sever Pin
Abhijit Jana21-Sep-09 3:30
professionalAbhijit Jana21-Sep-09 3:30 
QuestionRe: cookie is not working when session expired in IIS 6.0 in Win 2003 sever Pin
prasannavenkatesh21-Sep-09 15:21
prasannavenkatesh21-Sep-09 15:21 
QuestionButton OnClick event on post back Pin
amit sahu2021-Sep-09 0:14
amit sahu2021-Sep-09 0:14 
AnswerRe: Button OnClick event on post back Pin
Manas Bhardwaj21-Sep-09 0:27
professionalManas Bhardwaj21-Sep-09 0:27 
AnswerRe: Button OnClick event on post back Pin
amit sahu2021-Sep-09 0:36
amit sahu2021-Sep-09 0:36 
Questiongridview Pin
mylogics21-Sep-09 0:10
professionalmylogics21-Sep-09 0:10 
AnswerRe: gridview Pin
Abhijit Jana21-Sep-09 1:05
professionalAbhijit Jana21-Sep-09 1:05 
GeneralRe: gridview Pin
Seraph_summer21-Sep-09 10:15
Seraph_summer21-Sep-09 10:15 
GeneralRe: gridview Pin
Abhijit Jana21-Sep-09 10:32
professionalAbhijit Jana21-Sep-09 10:32 
AnswerRe: gridview Pin
Amit Patel198521-Sep-09 1:09
Amit Patel198521-Sep-09 1:09 

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.