Click here to Skip to main content
16,005,281 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Open popup window from gridview Pin
tahsinates2-Aug-07 4:04
tahsinates2-Aug-07 4:04 
GeneralRe: Open popup window from gridview Pin
tahsinates2-Aug-07 4:08
tahsinates2-Aug-07 4:08 
GeneralRe: Open popup window from gridview Pin
kubben2-Aug-07 4:18
kubben2-Aug-07 4:18 
GeneralRe: Open popup window from gridview Pin
tahsinates2-Aug-07 4:20
tahsinates2-Aug-07 4:20 
GeneralRe: Open popup window from gridview Pin
kubben2-Aug-07 4:28
kubben2-Aug-07 4:28 
GeneralRe: Open popup window from gridview Pin
tahsinates2-Aug-07 4:32
tahsinates2-Aug-07 4:32 
QuestionProblem With Certificate Authentication Pin
Malayil alex2-Aug-07 2:29
Malayil alex2-Aug-07 2:29 
AnswerRe: Problem With Certificate Authentication Pin
Vasudevan Deepak Kumar2-Aug-07 5:33
Vasudevan Deepak Kumar2-Aug-07 5:33 
Questionglobal.asax session end function Pin
Sonia Gupta2-Aug-07 2:03
Sonia Gupta2-Aug-07 2:03 
AnswerRe: global.asax session end function Pin
N a v a n e e t h2-Aug-07 2:14
N a v a n e e t h2-Aug-07 2:14 
GeneralRe: global.asax session end function Pin
Sonia Gupta2-Aug-07 2:20
Sonia Gupta2-Aug-07 2:20 
GeneralRe: global.asax session end function Pin
N a v a n e e t h2-Aug-07 2:25
N a v a n e e t h2-Aug-07 2:25 
GeneralRe: global.asax session end function Pin
Guffa2-Aug-07 4:05
Guffa2-Aug-07 4:05 
AnswerRe: global.asax session end function Pin
kubben2-Aug-07 2:31
kubben2-Aug-07 2:31 
GeneralRe: global.asax session end function Pin
N a v a n e e t h2-Aug-07 2:35
N a v a n e e t h2-Aug-07 2:35 
Questionviewstate statement confusion Pin
Sonia Gupta2-Aug-07 1:43
Sonia Gupta2-Aug-07 1:43 
AnswerRe: viewstate statement confusion Pin
Christian Graus2-Aug-07 1:49
protectorChristian Graus2-Aug-07 1:49 
GeneralRe: viewstate statement confusion Pin
Sonia Gupta2-Aug-07 2:11
Sonia Gupta2-Aug-07 2:11 
GeneralRe: viewstate statement confusion Pin
Christian Graus2-Aug-07 2:18
protectorChristian Graus2-Aug-07 2:18 
GeneralRe: viewstate statement confusion Pin
Sonia Gupta2-Aug-07 2:23
Sonia Gupta2-Aug-07 2:23 
GeneralRe: viewstate statement confusion Pin
N a v a n e e t h2-Aug-07 2:27
N a v a n e e t h2-Aug-07 2:27 
GeneralRe: viewstate statement confusion Pin
Sonia Gupta2-Aug-07 2:36
Sonia Gupta2-Aug-07 2:36 
GeneralRe: viewstate statement confusion Pin
Not Active2-Aug-07 2:47
mentorNot Active2-Aug-07 2:47 
GeneralRe: viewstate statement confusion Pin
N a v a n e e t h2-Aug-07 2:20
N a v a n e e t h2-Aug-07 2:20 
QuestionLinkbutton disabled loss of style Pin
thomasa2-Aug-07 1:36
thomasa2-Aug-07 1:36 
I have a Linkbutton like:
asp:linkbutton id="lbtnPrevious" Runat="server" CssClass="lbtnStyle5"><< $Previous$ /asp:linkbutton

The CssClass "lbtnStyle5" is like:
<br />
a.lbtnStyle5:link {color: #000000; text-decoration: none; font-family: Arial; font-size: 8pt; font-weight:bold}<br />
a.lbtnStyle5:visited {color: #000000; text-decoration: none; font-family: Arial; font-size: 8pt; font-weight:bold}<br />
a.lbtnStyle5:hover {color: #000000; text-decoration: underline; font-family: Arial; font-size: 8pt; font-weight:bold}<br />


My problem is that when I disable the linkbutton it looses it's style,
it's OK that it turns grey, but I don't want it to loose it's font-family, font-size and font-weight.

Is it possible to add an disable style to a linkbutton, or solve it by CssClass?

Something like:
a.lbtnStyle5:disabled {text-decoration: none; font-family: Arial; font-size: 8pt; font-weight:bold}

Thanks
Thomas

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.