Click here to Skip to main content
15,885,278 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPOPup Window and Sessions variables Pin
widget111-Jul-06 3:16
widget111-Jul-06 3:16 
AnswerRe: POPup Window and Sessions variables Pin
Not Active11-Jul-06 3:46
mentorNot Active11-Jul-06 3:46 
Questioncounting a checkbox within a datalist and submitting Pin
uglyeyes11-Jul-06 3:12
uglyeyes11-Jul-06 3:12 
AnswerRe: counting a checkbox within a datalist and submitting Pin
minhpc_bk11-Jul-06 12:04
minhpc_bk11-Jul-06 12:04 
GeneralRe: counting a checkbox within a datalist and submitting Pin
uglyeyes13-Jul-06 3:31
uglyeyes13-Jul-06 3:31 
GeneralRe: counting a checkbox within a datalist and submitting Pin
minhpc_bk13-Jul-06 15:27
minhpc_bk13-Jul-06 15:27 
GeneralRe: counting a checkbox within a datalist and submitting Pin
uglyeyes13-Jul-06 16:01
uglyeyes13-Jul-06 16:01 
GeneralRe: counting a checkbox within a datalist and submitting Pin
uglyeyes13-Jul-06 18:28
uglyeyes13-Jul-06 18:28 
Hi!

I actually managed to get displaying the checkboxlist working but having trouble getting the value of eventText and value of selected checkbox of each event.

my aspx looks something like,

===============================
<asp:repeater id="dlTrainingCourse" runat="server" OnItemDataBound="dlTrainingCourse_ItemDataBound">
<ItemTemplate>
<TABLE style="BORDER-RIGHT: #e0e0e0 1px solid; BORDER-TOP: #e0e0e0 1px solid; FONT-SIZE: 8pt; BORDER-LEFT: #e0e0e0 1px solid; FONT-FAMILY: verdana"
cellSpacing="0" cellPadding="4" width="100%">
<TR>
<TD>
<asp:Label id=lblCourseId Text='<%# DataBinder.Eval(Container.DataItem, "tcId") %>' Runat="server" Visible="False">
</asp:Label>
<asp:Label id=lblCoursename Font-Bold="True" Text='<%# DataBinder.Eval(Container.DataItem, "tcName") %>' Runat="server">
</asp:Label></TD>
</TR>
<TR>
<TD><%# DataBinder.Eval(Container.DataItem, "tcDesc") %></TD>
</TR>
<TR>
<TD>Venue:&nbsp;<%# DataBinder.Eval(Container.DataItem, "tcVenue") %></TD>
</TR>
<TR>
<TD>Contact:&nbsp;<%# DataBinder.Eval(Container.DataItem, "tcContact") %></TD>
</TR>
<tr>
<td>
<asp:CheckBoxList id="chkDates" Font-Name="Verdana" Font-Size="8pt" DataTextField="tcDateDesc" DataValueField="tcDateDesc" runat="server"></asp:CheckBoxList>
</td>
</tr>
</TABLE>

<hr size="1">
</ItemTemplate>
</asp:repeater>


please help.

thanks
GeneralRe: counting a checkbox within a datalist and submitting Pin
uglyeyes13-Jul-06 20:11
uglyeyes13-Jul-06 20:11 
GeneralRe: counting a checkbox within a datalist and submitting Pin
minhpc_bk13-Jul-06 20:32
minhpc_bk13-Jul-06 20:32 
GeneralRe: counting a checkbox within a datalist and submitting Pin
uglyeyes16-Jul-06 15:45
uglyeyes16-Jul-06 15:45 
GeneralRe: counting a checkbox within a datalist and submitting Pin
minhpc_bk16-Jul-06 23:54
minhpc_bk16-Jul-06 23:54 
QuestionThreading Pin
venkatasivaramaprasad11-Jul-06 3:03
venkatasivaramaprasad11-Jul-06 3:03 
AnswerRe: Threading Pin
Not Active11-Jul-06 3:38
mentorNot Active11-Jul-06 3:38 
QuestionHow to Pass multiple arugumnets Pin
VenkataRamana.Gali11-Jul-06 2:35
VenkataRamana.Gali11-Jul-06 2:35 
AnswerRe: How to Pass multiple arugumnets Pin
dwatkins@dirq.net11-Jul-06 4:31
dwatkins@dirq.net11-Jul-06 4:31 
QuestionTwo Way Sorting with Up/Down Arrow Pin
wEb GuRu...11-Jul-06 1:35
wEb GuRu...11-Jul-06 1:35 
AnswerRe: Two Way Sorting with Up/Down Arrow Pin
Saifi Hasan11-Jul-06 2:28
Saifi Hasan11-Jul-06 2:28 
GeneralRe: Two Way Sorting with Up/Down Arrow Pin
wEb GuRu...11-Jul-06 22:21
wEb GuRu...11-Jul-06 22:21 
QuestionConvert aspx pages to html Pin
Vipin Venugopal11-Jul-06 0:34
Vipin Venugopal11-Jul-06 0:34 
AnswerRe: Convert aspx pages to html Pin
Paddy Boyd11-Jul-06 0:57
Paddy Boyd11-Jul-06 0:57 
GeneralRe: Convert aspx pages to html Pin
dwatkins@dirq.net11-Jul-06 3:57
dwatkins@dirq.net11-Jul-06 3:57 
QuestionHow to provide method level security for Webservice methods Pin
IamMohan11-Jul-06 0:30
IamMohan11-Jul-06 0:30 
QuestionOutproc session mgt in ASP . Net Pin
ankushmn11-Jul-06 0:08
ankushmn11-Jul-06 0:08 
AnswerRe: Outproc session mgt in ASP . Net Pin
Saifi Hasan11-Jul-06 2:38
Saifi Hasan11-Jul-06 2: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.