Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7563883
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T13:46:39+00:00 2026-05-30T13:46:39+00:00

I want to store the repeater control value to database table. I have a

  • 0

I want to store the repeater control value to database table. I have a repeater control with three lable with corresponding textbox.

<asp:Repeater ID="RepeatInformation" runat="server">
 <ItemTemplate>
   <tr>
      <td valign="top" class="style3"> 
         <%#DataBinder.Eval(Container,"DataItem.fldleavename")%>
      </td>
      <td valign="top">
          <asp:TextBox ID="TextBox1" runat="server" CssClass="textbox" ></asp:TextBox>
      </td>
  </tr>
 </ItemTemplate>
</asp:Repeater>

repeater control format:

  Casual Leave  : Textbox1
  Medical Leave : Textbox1
  Annual Leave  : Textbox1

how can i store the repeater value to database. I don’t have an idea for storing this value please help me ..

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T13:46:40+00:00Added an answer on May 30, 2026 at 1:46 pm
    foreach (RepeaterItem item in RepeatInformation.Items)
    {
        if (item.ItemType == ListItemType.Item || item.ItemType == ListItemType.AlternatingItem)
        {
            TextBox textBox = (TextBox)item.FindControl("TextBox1");
    
            //Now you have your textbox to do with what you like
            //You can access the .Text property to find the new value that needs saving to the database
        }
    }
    

    On a side note. I would consider revising the names of your controls. It’ll make life a lot easier in the future if you adopt some sort of convention and use camel case.

    With regards to saving this to a database – it entirely depends on how you’re dealing with data access at the moment. That’s another question altogether I think.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a nested Repeater control in the ItemTemplate of another Repeater. I want
Using VS 2008, I have a Repeater control with nested elements and want to
I want to use asp.net repeater control to display all threads that under same
I want to store a large number of sound files in a database, but
I want to store a a c# DateTimeOffset value in a SQL Server 2005
I want to store a large result set from database in memory. Every record
So here is the situation - I have a store app that I want
I want to store into the same table, in different columns 2 java.sql.Date objects
I want to store a user's current location on an ASP.NET MVC website for
I'm using repeater control from asp.net for data binding. And for designing i used

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.