Click here to Skip to main content
15,891,920 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Clsoe all popup windows Pin
Abhijit Jana19-Jul-08 1:27
professionalAbhijit Jana19-Jul-08 1:27 
GeneralRe: Clsoe all popup windows Pin
Abhijit Jana19-Jul-08 3:37
professionalAbhijit Jana19-Jul-08 3:37 
GeneralRe: Clsoe all popup windows Pin
N a v a n e e t h19-Jul-08 5:02
N a v a n e e t h19-Jul-08 5:02 
QuestionPROBLEM RELATED TO USER CONTROL Pin
gaurav mangal18-Jul-08 20:40
gaurav mangal18-Jul-08 20:40 
Questionpage is not display Pin
gaurav mangal18-Jul-08 19:49
gaurav mangal18-Jul-08 19:49 
AnswerRe: page is not display Pin
N a v a n e e t h18-Jul-08 19:55
N a v a n e e t h18-Jul-08 19:55 
AnswerRe: page is not display Pin
gaurav mangal18-Jul-08 20:21
gaurav mangal18-Jul-08 20:21 
Questionradio button issue in asp.net Pin
trilokharry18-Jul-08 19:37
trilokharry18-Jul-08 19:37 
<td>


<asp:RadioButton GroupName="Hotel" ID="rbtnSelect" runat="server" ></asp:RadioButton>

</td>

in below written code in DataList I am using radio button now suppose 3 records are coming but I want to check any one radio button only but

right now It is allowing multiple checked.

<asp:DataList ID="DataHotel" runat="server" Width="100%" CellPadding="0" CellSpacing="0">

<HeaderTemplate>

<table width="100%" style="background-color: #f5f4f4">

<tr>

<td colspan="4" style="background-color: #b5f0a0; font-size: 15px">

Hotels</td>

</tr>

<tr>

<td></td>

<td>

<b>Hotel Name</b></td>

<td>

<b>Lowest Average Rate</b></td>

<td>

<b>Highest Average Rate</b></td>

</tr>

</HeaderTemplate>

<ItemTemplate>

<tr>

<td>


<asp:RadioButton GroupName="Hotel" ID="rbtnSelect" runat="server" ></asp:RadioButton>
</td>

<td>

<%# Eval("HotelName") %>

<asp:HiddenField ID="hdnNAME" runat="server" Value='<%# Eval("hotelID") %>' />

</td>

<td>

<%# Eval("lowestavgprice")%>

</td>

<td>

<%# Eval("Highestavgprice")%>

</td>


</tr>
</ItemTemplate>

<FooterTemplate>

</table>

</FooterTemplate>

</asp:DataList>

You get the best out of others when you give the best of yourself.

AnswerRe: radio button issue in asp.net Pin
Abhijit Jana18-Jul-08 21:08
professionalAbhijit Jana18-Jul-08 21:08 
GeneralRe: radio button issue in asp.net Pin
trilokharry18-Jul-08 21:37
trilokharry18-Jul-08 21:37 
AnswerRe: radio button issue in asp.net Pin
pradeep kumarappagari20-Jul-08 20:30
pradeep kumarappagari20-Jul-08 20:30 
Questionhow to remove an item in the drop down list when its value is known Pin
lakshmichawala18-Jul-08 19:18
lakshmichawala18-Jul-08 19:18 
AnswerRe: how to remove an item in the drop down list when its value is known Pin
Herman<T>.Instance20-Jul-08 21:51
Herman<T>.Instance20-Jul-08 21:51 
QuestionWarning the User when Caps Lock is On Pin
venkat86_ece18-Jul-08 17:48
venkat86_ece18-Jul-08 17:48 
AnswerRe: Warning the User when Caps Lock is On Pin
N a v a n e e t h18-Jul-08 21:12
N a v a n e e t h18-Jul-08 21:12 
GeneralRe: Warning the User when Caps Lock is On Pin
Abhijit Jana18-Jul-08 21:25
professionalAbhijit Jana18-Jul-08 21:25 
GeneralRe: Warning the User when Caps Lock is On Pin
N a v a n e e t h18-Jul-08 21:31
N a v a n e e t h18-Jul-08 21:31 
AnswerRe: Warning the User when Caps Lock is On Pin
Abhijit Jana18-Jul-08 21:27
professionalAbhijit Jana18-Jul-08 21:27 
GeneralRe: Warning the User when Caps Lock is On Pin
venkat86_ece18-Jul-08 23:58
venkat86_ece18-Jul-08 23:58 
QuestionUsing WebRequest or creating DLL using Activator? Pin
MasterShin18-Jul-08 12:57
MasterShin18-Jul-08 12:57 
Questionpaggin html Pin
brettokumar18-Jul-08 11:03
professionalbrettokumar18-Jul-08 11:03 
AnswerRe: paggin html Pin
pradeep kumarappagari20-Jul-08 22:10
pradeep kumarappagari20-Jul-08 22:10 
QuestionExpand Treeview in Firefox Pin
TheEagle18-Jul-08 10:00
TheEagle18-Jul-08 10:00 
Questioncalander control javascript to .net Pin
brettokumar18-Jul-08 7:15
professionalbrettokumar18-Jul-08 7:15 
AnswerRe: calander control javascript to .net Pin
Parwej Ahamad18-Jul-08 7:26
professionalParwej Ahamad18-Jul-08 7:26 

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.