Click here to Skip to main content
15,911,890 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to create regular expression start with * Pin
$unil Dhiman4-Dec-07 21:13
$unil Dhiman4-Dec-07 21:13 
AnswerRe: How to create regular expression start with * Pin
N a v a n e e t h4-Dec-07 21:22
N a v a n e e t h4-Dec-07 21:22 
GeneralRe: How to create regular expression start with * Pin
$unil Dhiman4-Dec-07 22:05
$unil Dhiman4-Dec-07 22:05 
QuestionHow to maintain session between multiple popup windows in asp.net Pin
Rajesh_K_Sharma4-Dec-07 20:51
Rajesh_K_Sharma4-Dec-07 20:51 
AnswerRe: How to maintain session between multiple popup windows in asp.net Pin
ReactiveX4-Dec-07 21:50
ReactiveX4-Dec-07 21:50 
GeneralRe: How to maintain session between multiple popup windows in asp.net Pin
Rajesh_K_Sharma4-Dec-07 22:05
Rajesh_K_Sharma4-Dec-07 22:05 
Questionsession end function [modified] Pin
Sonia Gupta4-Dec-07 20:23
Sonia Gupta4-Dec-07 20:23 
GeneralRe: session end function Pin
N a v a n e e t h4-Dec-07 20:25
N a v a n e e t h4-Dec-07 20:25 
QuestionRe: session end function Pin
Sonia Gupta4-Dec-07 20:31
Sonia Gupta4-Dec-07 20:31 
GeneralRe: session end function Pin
N a v a n e e t h4-Dec-07 20:38
N a v a n e e t h4-Dec-07 20:38 
GeneralRe: session end function Pin
Sonia Gupta4-Dec-07 20:47
Sonia Gupta4-Dec-07 20:47 
GeneralRe: session end function Pin
N a v a n e e t h4-Dec-07 21:20
N a v a n e e t h4-Dec-07 21:20 
GeneralRe: session end function Pin
Sonia Gupta4-Dec-07 21:36
Sonia Gupta4-Dec-07 21:36 
GeneralRe: session end function Pin
N a v a n e e t h4-Dec-07 21:49
N a v a n e e t h4-Dec-07 21:49 
GeneralRe: session end function Pin
Sonia Gupta4-Dec-07 21:57
Sonia Gupta4-Dec-07 21:57 
GeneralRe: session end function Pin
Vasudevan Deepak Kumar4-Dec-07 21:37
Vasudevan Deepak Kumar4-Dec-07 21:37 
GeneralCSS for link Pin
.NET- India 4-Dec-07 19:49
.NET- India 4-Dec-07 19:49 
GeneralRe: CSS for link Pin
John-ph4-Dec-07 21:09
John-ph4-Dec-07 21:09 
The Knowledge wrote:

.myCSS <strike>a</strike>{FONT-WEIGHT:bold;Text-Decoration:none; bold; FONT-SIZE: 9.5pt; COLOR: #004a91; FONT-FAMILY: arial}
.myCSS <strike>a</strike>:hover { FONT-SIZE: 20pt; COLOR: red; TEXT-DECORATION: none }


myCSS{style-Class definition goes here}<br />
myCSS:hover{style-Class definition goes here}


And Now using myCSS as class attribute for link controls will work. If you want to use this style as default style for the hyper links then you can do...

a{style-Class definition goes here}<br />
a:hover{style-Class definition goes here}


when you do this, you don't have to set the style-class attribute for the hyper links. By default, it will use the given style (a{}).

- Regards -
   JON


     Life is not measured by the amount of breaths we take, but by the moments that take our breath away.



GeneralError in ranges of RangeValidator, MaxValue 90 Cannot be less than MinValue -90 Pin
Rocky#4-Dec-07 19:30
Rocky#4-Dec-07 19:30 
GeneralRe: Error in ranges of RangeValidator, MaxValue 90 Cannot be less than MinValue -90 Pin
Ujjaval Modi4-Dec-07 23:30
Ujjaval Modi4-Dec-07 23:30 
QuestionAbout DropDownList...? Pin
Kasi Viswanathan4-Dec-07 19:04
Kasi Viswanathan4-Dec-07 19:04 
GeneralRe: About DropDownList...? Pin
Sun Rays4-Dec-07 19:28
Sun Rays4-Dec-07 19:28 
GeneralRe: About DropDownList...? Pin
rockz...4-Dec-07 20:23
rockz...4-Dec-07 20:23 
GeneralRe: About DropDownList...? Pin
Sandeep Akhare4-Dec-07 20:32
Sandeep Akhare4-Dec-07 20:32 
GeneralRe: About DropDownList...? Pin
Sandeep Akhare4-Dec-07 20:38
Sandeep Akhare4-Dec-07 20:38 

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.