Click here to Skip to main content
15,913,055 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Dashboard Pin
Christian Graus27-Oct-09 16:41
protectorChristian Graus27-Oct-09 16:41 
AnswerRe: Dashboard Pin
sashidhar27-Oct-09 19:06
sashidhar27-Oct-09 19:06 
GeneralRe: Dashboard Pin
Civic0628-Oct-09 4:31
Civic0628-Oct-09 4:31 
GeneralRe: Dashboard Pin
sashidhar28-Oct-09 4:52
sashidhar28-Oct-09 4:52 
Questioncreate button Pin
farokhian27-Oct-09 9:01
farokhian27-Oct-09 9:01 
AnswerRe: create button Pin
Abhishek Sur27-Oct-09 9:39
professionalAbhishek Sur27-Oct-09 9:39 
GeneralRe: create button Pin
farokhian27-Oct-09 9:53
farokhian27-Oct-09 9:53 
Questioncheck box Pin
AndyInUK27-Oct-09 8:55
AndyInUK27-Oct-09 8:55 
Hi Devs

can we use repeater control with checkboxlist ?

Is below piece of code correct or not. On adding this code,I get a error in code behind as it doesn't recognise chboxlst.

Or is there any other way i can add date control next to each checkbox populated from database.



<table>
<asp:Repeater >
  <ItemTemplate>
    <tr>
  
                                                            
     <td >
       <asp:CheckBoxList runat="server" ID="chboxlst">
                                                                
          </asp:CheckBoxList>
     </td>
     <td valign="top" width="100" ">
      <radCln:RadDateTimePicker ID="date" runat="server">
      </radCln:RadDateTimePicker>
                                                                    
     </td>    
                                                                           
   </tr>
  </ItemTemplate>
 </asp:Repeater>
</table>



Thank You
AnswerRe: check box Pin
Abhishek Sur27-Oct-09 9:24
professionalAbhishek Sur27-Oct-09 9:24 
GeneralRe: check box Pin
AndyInUK28-Oct-09 2:42
AndyInUK28-Oct-09 2:42 
QuestionAdd RadioButtonList Pin
netJP12L27-Oct-09 8:49
netJP12L27-Oct-09 8:49 
AnswerRe: Add RadioButtonList Pin
Abhishek Sur27-Oct-09 9:35
professionalAbhishek Sur27-Oct-09 9:35 
GeneralRe: Add RadioButtonList Pin
netJP12L27-Oct-09 10:23
netJP12L27-Oct-09 10:23 
GeneralRe: Add RadioButtonList Pin
Abhishek Sur27-Oct-09 10:43
professionalAbhishek Sur27-Oct-09 10:43 
Questionasp.net targetting 32-bit processor on a 64-bit build machine? Pin
Marc Clifton27-Oct-09 5:14
mvaMarc Clifton27-Oct-09 5:14 
AnswerRe: asp.net targetting 32-bit processor on a 64-bit build machine? Pin
Not Active27-Oct-09 6:10
mentorNot Active27-Oct-09 6:10 
AnswerRe: asp.net targetting 32-bit processor on a 64-bit build machine? Pin
Covean27-Oct-09 6:11
Covean27-Oct-09 6:11 
QuestionEmail, ASP.NET amd authentication Pin
OriginalGriff27-Oct-09 4:50
mveOriginalGriff27-Oct-09 4:50 
AnswerRe: Email, ASP.NET amd authentication Pin
sashidhar27-Oct-09 5:48
sashidhar27-Oct-09 5:48 
GeneralRe: Email, ASP.NET amd authentication Pin
OriginalGriff27-Oct-09 6:11
mveOriginalGriff27-Oct-09 6:11 
GeneralRe: Email, ASP.NET amd authentication Pin
Abhishek Sur27-Oct-09 7:56
professionalAbhishek Sur27-Oct-09 7:56 
GeneralRe: Email, ASP.NET amd authentication Pin
OriginalGriff27-Oct-09 11:17
mveOriginalGriff27-Oct-09 11:17 
QuestionProblem with Connection ? Pin
Purish Dwivedi27-Oct-09 4:48
Purish Dwivedi27-Oct-09 4:48 
AnswerRe: Problem with Connection ? Pin
Abhishek Sur27-Oct-09 7:54
professionalAbhishek Sur27-Oct-09 7:54 
Questionhow to catch the row number Pin
souravghosh1827-Oct-09 3:48
souravghosh1827-Oct-09 3:48 

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.