Click here to Skip to main content
15,917,875 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to use gridview,dropdown,datatable in c#,asp.net Pin
tauras8126-May-07 18:16
tauras8126-May-07 18:16 
Questionregarding database Pin
s_a_20026326-May-07 12:48
s_a_20026326-May-07 12:48 
AnswerRe: regarding database Pin
Not Active26-May-07 13:51
mentorNot Active26-May-07 13:51 
GeneralRe: regarding database Pin
s_a_20026326-May-07 14:08
s_a_20026326-May-07 14:08 
GeneralRe: regarding database Pin
Not Active26-May-07 15:52
mentorNot Active26-May-07 15:52 
GeneralRe: file management Pin
s_a_20026328-May-07 12:54
s_a_20026328-May-07 12:54 
Questionwhy doesnt it work ? Pin
sanaziuse26-May-07 10:05
sanaziuse26-May-07 10:05 
AnswerRe: why doesnt it work ? Pin
doWhileSomething26-May-07 15:01
doWhileSomething26-May-07 15:01 
Questionhelp me with newsletter Pin
sanaziuse26-May-07 6:00
sanaziuse26-May-07 6:00 
AnswerRe: help me with newsletter Pin
Not Active26-May-07 7:10
mentorNot Active26-May-07 7:10 
GeneralRe: help me with newsletter Pin
sanaziuse26-May-07 7:20
sanaziuse26-May-07 7:20 
GeneralRe: help me with newsletter Pin
Not Active26-May-07 8:29
mentorNot Active26-May-07 8:29 
QuestionGeting MapPath in Customer Server Control Pin
Nadia Monalisa26-May-07 4:24
Nadia Monalisa26-May-07 4:24 
AnswerRe: Geting MapPath in Customer Server Control Pin
Saifi Hasan26-May-07 18:00
Saifi Hasan26-May-07 18:00 
GeneralRe: Geting MapPath in Customer Server Control Pin
Nadia Monalisa27-May-07 0:10
Nadia Monalisa27-May-07 0:10 
Questionviewstate and javascript Pin
Zapss26-May-07 1:57
Zapss26-May-07 1:57 
QuestionMigrating from ASP to ASP.Net Pin
aaraaayen26-May-07 1:07
aaraaayen26-May-07 1:07 
AnswerRe: Migrating from ASP to ASP.Net Pin
doWhileSomething26-May-07 1:51
doWhileSomething26-May-07 1:51 
AnswerRe: Migrating from ASP to ASP.Net Pin
Christian Graus26-May-07 14:03
protectorChristian Graus26-May-07 14:03 
QuestionDetails View Pin
A kamath26-May-07 0:45
A kamath26-May-07 0:45 
AnswerRe: Details View Pin
doWhileSomething26-May-07 2:23
doWhileSomething26-May-07 2:23 
GeneralRe: Details View Pin
A kamath26-May-07 3:36
A kamath26-May-07 3:36 
QuestionCall JavaScript function from Code behind Pin
Jay_se25-May-07 23:43
Jay_se25-May-07 23:43 
AnswerRe: Call JavaScript function from Code behind Pin
doWhileSomething26-May-07 2:04
doWhileSomething26-May-07 2:04 
QuestionStyleSheet difficulty Pin
deep725-May-07 23:40
deep725-May-07 23:40 
Hi,
In my application, im using a stylesheet, in which i've set styles for different controls.

There one gridview control,in which one column is of hyprelink type, so in stylesheet i have:
a:hover{color:Blue; font-weight:bold; font-size:medium}
a:active{color:Blue; font-weight:bold; font-size:medium}
a:link{color:Black; font-weight:normal; font-size:small}

But there also one hyperlink control, whose style has to be differnt...i can set a class in stylesheet:
.csshyperlink
{
font-family:Arial;
}
but how do i set the hover, link colors?

Kindly do tell me how to do it...

Thanks

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.