Click here to Skip to main content
15,903,012 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
GeneralWindows Vista Home Premium and MS .NET Pin
Vipin.d4-Dec-07 18:48
Vipin.d4-Dec-07 18:48 
GeneralRe: Windows Vista Home Premium and MS .NET Pin
Christian Graus4-Dec-07 19:07
protectorChristian Graus4-Dec-07 19:07 
GeneralRe: Windows Vista Home Premium and MS .NET Pin
Vipin.d4-Dec-07 19:26
Vipin.d4-Dec-07 19:26 
Generalmaintain my data in the firt page in paging concept Pin
yardly4-Dec-07 18:37
yardly4-Dec-07 18:37 
GeneralRe: maintain my data in the firt page in paging concept Pin
John-ph4-Dec-07 18:48
John-ph4-Dec-07 18:48 
GeneralRe: maintain my data in the firt page in paging concept Pin
yardly4-Dec-07 20:00
yardly4-Dec-07 20:00 
GeneralRe: maintain my data in the firt page in paging concept Pin
John-ph4-Dec-07 20:40
John-ph4-Dec-07 20:40 
GeneralRe: maintain my data in the firt page in paging concept Pin
Christian Graus4-Dec-07 19:06
protectorChristian Graus4-Dec-07 19:06 

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.