Click here to Skip to main content
15,905,322 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Implementing MVC vs built-in MVC Pin
Quake2Player17-Aug-09 13:41
Quake2Player17-Aug-09 13:41 
Questiongetting at object properties in an arraylist Pin
BPatt17-Aug-09 10:59
BPatt17-Aug-09 10:59 
AnswerRe: getting at object properties in an arraylist Pin
Christian Graus17-Aug-09 11:39
protectorChristian Graus17-Aug-09 11:39 
GeneralRe: getting at object properties in an arraylist Pin
BPatt17-Aug-09 16:38
BPatt17-Aug-09 16:38 
Questionhow to integrate pseudo css style into ASP.net Pin
Seraph_summer17-Aug-09 10:26
Seraph_summer17-Aug-09 10:26 
AnswerRe: how to integrate pseudo css style into ASP.net Pin
Abhijit Jana17-Aug-09 10:33
professionalAbhijit Jana17-Aug-09 10:33 
GeneralRe: how to integrate pseudo css style into ASP.net Pin
Seraph_summer17-Aug-09 10:51
Seraph_summer17-Aug-09 10:51 
GeneralRe: how to integrate pseudo css style into ASP.net Pin
Abhijit Jana17-Aug-09 11:05
professionalAbhijit Jana17-Aug-09 11:05 
Ohh. I missunderstood yout question. You do it like this way,

 .MyHperLink{
	font-family: Verdana;
	font-size: 11px;
	color: #006DB1;
}

.MyHperLink:a
{
	color: #006DB1;
	text-decoration:none;
}

.MyHperLink:hover
{
	color: #13B12D;
	text-decoration:underline;
	
}

Do all other stuff for active etc.

Set CssClass="MyHperLink" for link button.

Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Don't forget to click "Good Answer" on the post(s) that helped you.

GeneralRe: how to integrate pseudo css style into ASP.net Pin
Seraph_summer17-Aug-09 11:21
Seraph_summer17-Aug-09 11:21 
Questionhow to set the color when mouseover on a linkbutton? Pin
Seraph_summer17-Aug-09 9:57
Seraph_summer17-Aug-09 9:57 
AnswerRe: how to set the color when mouseover on a linkbutton? Pin
Abhijit Jana17-Aug-09 10:07
professionalAbhijit Jana17-Aug-09 10:07 
GeneralRe: how to set the color when mouseover on a linkbutton? Pin
Seraph_summer17-Aug-09 10:14
Seraph_summer17-Aug-09 10:14 
AnswerRe: how to set the color when mouseover on a linkbutton? Pin
Abhijit Jana17-Aug-09 10:25
professionalAbhijit Jana17-Aug-09 10:25 
GeneralRe: how to set the color when mouseover on a linkbutton? Pin
Seraph_summer17-Aug-09 10:30
Seraph_summer17-Aug-09 10:30 
GeneralRe: how to set the color when mouseover on a linkbutton? Pin
Abhijit Jana17-Aug-09 10:34
professionalAbhijit Jana17-Aug-09 10:34 
GeneralRe: how to set the color when mouseover on a linkbutton? Pin
Seraph_summer18-Aug-09 10:46
Seraph_summer18-Aug-09 10:46 
QuestionAjax Control ToolKit Problem Pin
pampam11017-Aug-09 9:30
pampam11017-Aug-09 9:30 
AnswerRe: Ajax Control ToolKit Problem Pin
Abhijit Jana17-Aug-09 10:06
professionalAbhijit Jana17-Aug-09 10:06 
GeneralRe: Ajax Control ToolKit Problem Pin
pampam11017-Aug-09 10:11
pampam11017-Aug-09 10:11 
GeneralRe: Ajax Control ToolKit Problem Pin
pampam11020-Aug-09 3:11
pampam11020-Aug-09 3:11 
QuestionGetting crazy with datalist-volume 2- Pin
Ersan Ercek17-Aug-09 9:22
Ersan Ercek17-Aug-09 9:22 
QuestionCalling non-static method from static webmethod Pin
DotNetXenon17-Aug-09 8:19
DotNetXenon17-Aug-09 8:19 
AnswerRe: Calling non-static method from static webmethod Pin
N a v a n e e t h17-Aug-09 8:44
N a v a n e e t h17-Aug-09 8:44 
GeneralRe: Calling non-static method from static webmethod Pin
DotNetXenon17-Aug-09 9:29
DotNetXenon17-Aug-09 9:29 
GeneralRe: Calling non-static method from static webmethod Pin
Christian Graus17-Aug-09 11:57
protectorChristian Graus17-Aug-09 11:57 

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.