Hi there. This is my first post here. I have a created several ASP.NET projects but I am stuck on something for my current project. Everything works as I a want, I basically want a row of textboxes and dropdowns(Amount, Customer Name etc) that are bound
to a datasource, that will allow the user to input/select several values(transactions) on a page and then hit the Save button.
I have posted below code from my demo of what I want to do for simplification purposes, this is not the code in the production version, but I have all the controls I want already in my production version, I just don't want the repeated controls to go all
the way down to the botton of the screen. I just want it to be repeated say 5 times. It currently goes all the way to the bottom of the scree. Please help.
The below code has dropdowns all the way to the botton of the page
<asp:Repeater ID="Repeater1" runat="server" >
<ItemTemplate> ...
Go to the complete details ...