User Profile

Collapse

Profile Sidebar

Collapse
Newbe developer
Newbe developer
Last Activity: Oct 29 '07, 08:15 AM
Joined: Oct 24 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I addapted the code to this
    Code:
    <asp:Repeater id="GameFuture" runat="server">
          <headertemplate>
            <table class="fixtures">
              <tr>
                <th colspan="3">Game</th>
                <th colspan="3">Prediction</th>
              </tr>
          </headertemplate>
    ...
    See more | Go to post

    Leave a comment:


  • Newbe developer
    started a topic How can I loop through the repeater items?
    in .NET

    How can I loop through the repeater items?

    I have a question how I can evaluate the item values. I want to know which radiobutton is true in order to save the value it represents. the code is this:
    Code:
    <asp:Repeater id="futuregames" runat="server">
          <headertemplate>
            <table class="fixtures">
              <tr>
                <th colspan="3">Game</th>
                <th
    ...
    See more | Go to post
No activity results to display
Show More
Working...