CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    Apr 2005
    Posts
    1,828

    Repeater Control

    I have a repeater Control, within which I have placed checkboxes inside the item template. The No. of checkboxes depends on the number of records present in the database table.

    Now I have a task in which I have to check those checkboxes which reside inside the repeater, their checked value depends on the bit value picked from the database. So how will I do that?? My motive is to set their check state while they are loaded inside a repeater during the databound.

    Thanks in advance
    Last edited by maverick786us; July 18th, 2009 at 08:12 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured