Click here to Skip to main content
15,898,941 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: build errors Pin
padmanabhan N18-Aug-09 22:51
padmanabhan N18-Aug-09 22:51 
Generalbuild errors Pin
kavinnagarajan18-Aug-09 22:54
kavinnagarajan18-Aug-09 22:54 
AnswerRe: build errors Pin
padmanabhan N18-Aug-09 18:53
padmanabhan N18-Aug-09 18:53 
Questionopen Popup window from java script Pin
kavinnagarajan18-Aug-09 18:19
kavinnagarajan18-Aug-09 18:19 
AnswerRe: open Popup window from java script Pin
N a v a n e e t h18-Aug-09 18:51
N a v a n e e t h18-Aug-09 18:51 
QuestionHow to provide authentication credentials when transferring to a URL Pin
RogueMM18-Aug-09 14:23
RogueMM18-Aug-09 14:23 
QuestionI found that CSS does not work for Linkbutton and BulletedList Pin
Seraph_summer18-Aug-09 10:11
Seraph_summer18-Aug-09 10:11 
AnswerRe: I found that CSS does not work for Linkbutton and BulletedList Pin
Abhishek Sur18-Aug-09 11:25
professionalAbhishek Sur18-Aug-09 11:25 
What problem are you having ... ???

See what I did, and its working fine...

In Head section Add
<style type="text/css">
.blt
{
    background-color:Red;
}
.lnk
{
    background-color:Green;
}
.lnk:hover
{
    background-color:Aqua;
}
</style>


Now inside Form create these
<asp:BulletedList runat="server" ID="bltList" CssClass="blt">
<asp:ListItem>This is list</asp:ListItem>
<<asp:ListItem>This is list</asp:ListItem>
<asp:ListItem>This is list</asp:ListItem>
</asp:BulletedList>
<asp:LinkButton CssClass="lnk" runat="server" >This is link
</asp:LinkButton>


Now run. I think you will see BulletedList in Red background and LinkButton in Green Background which on hover change color to Aqua...

Thumbs Up | :thumbsup: Thumbs Up | :thumbsup:

Hope this help you .. Rose | [Rose]

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: I found that CSS does not work for Linkbutton and BulletedList Pin
Seraph_summer19-Aug-09 8:36
Seraph_summer19-Aug-09 8:36 
GeneralRe: I found that CSS does not work for Linkbutton and BulletedList Pin
Abhishek Sur19-Aug-09 21:44
professionalAbhishek Sur19-Aug-09 21:44 
GeneralRe: I found that CSS does not work for Linkbutton and BulletedList Pin
Seraph_summer20-Aug-09 9:02
Seraph_summer20-Aug-09 9:02 
GeneralRe: I found that CSS does not work for Linkbutton and BulletedList Pin
Abhishek Sur20-Aug-09 21:21
professionalAbhishek Sur20-Aug-09 21:21 
QuestionAdding a new row to a gridview with javascript Pin
dptalt18-Aug-09 8:06
dptalt18-Aug-09 8:06 
AnswerRe: Adding a new row to a gridview with javascript Pin
Abhishek Sur18-Aug-09 10:01
professionalAbhishek Sur18-Aug-09 10:01 
QuestionConnection string in asp connecting to sharepoint list as datasource Pin
Ghis1234518-Aug-09 6:53
Ghis1234518-Aug-09 6:53 
QuestionBackup problem Pin
monika_vasvani18-Aug-09 5:07
monika_vasvani18-Aug-09 5:07 
AnswerRe: Backup problem Pin
Siddiqui Muhammad18-Aug-09 6:34
Siddiqui Muhammad18-Aug-09 6:34 
Questionget hardware information of clients ? Pin
Lagziyan18-Aug-09 4:20
Lagziyan18-Aug-09 4:20 
AnswerRe: get hardware information of clients ? Pin
Abhishek Sur18-Aug-09 10:05
professionalAbhishek Sur18-Aug-09 10:05 
QuestionWorking with non english characters Pin
yogesh.rain18-Aug-09 3:38
yogesh.rain18-Aug-09 3:38 
AnswerRe: Working with non english characters Pin
Arindam Sinha18-Aug-09 4:32
Arindam Sinha18-Aug-09 4:32 
QuestionDatalist items disappear-Any help is appreciated Pin
Ersan Ercek18-Aug-09 3:34
Ersan Ercek18-Aug-09 3:34 
Questiongridview with check box in it Pin
anbusenthil18-Aug-09 2:23
anbusenthil18-Aug-09 2:23 
AnswerRe: gridview with check box in it Pin
Blue_Boy18-Aug-09 2:58
Blue_Boy18-Aug-09 2:58 
AnswerRe: gridview with check box in it Pin
Arindam Sinha18-Aug-09 2:58
Arindam Sinha18-Aug-09 2:58 

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.