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

ASP.NET

 
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 
Hello Friends,

I want to use CSS for link in my DataList

Can anybody let me know how to do it........


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



<asp:datalist id="DataList1" runat="server" CellPadding="4" BorderWidth="2px" RepeatDirection="Horizontal"
BorderStyle="Solid" RepeatColumns="1" Width="500px">
<ItemStyle BorderWidth="1px" BorderStyle="Solid" BorderColor="#004A91"></ItemStyle>
<ItemTemplate>
<table>
<tr>
<td height="7">
</td>
</tr>
<tr>
<td>
<a class="myCSS" href='<%# DataBinder.Eval(Container.DataItem,"URL") %>'>
<%# DataBinder.Eval(Container.DataItem,"Title") %>
</a>
</td>
GeneralRe: CSS for link Pin
John-ph4-Dec-07 21:09
John-ph4-Dec-07 21:09 
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 
GeneralRe: About DropDownList...? Pin
Kasi Viswanathan4-Dec-07 23:45
Kasi Viswanathan4-Dec-07 23:45 

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.