-1

I want to create a tabular form in Asp.net for multiple insertions at a time. Can anyone help?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
classic classic
  • 53
  • 1
  • 2
  • 7
  • Can you please explain a little more by example what you really means ? Also what is the tabular form, do you have some examples, some links, do you have see the asp.net tabs around the internet and no one work for you ? – Aristos May 18 '13 at 21:17
  • I want to create a tabular form like oracle developer provides. i want a grid that should allow me multiple enteries at a time. however one by one entry is also acceptable like Listview, the problem is i dont want to run the default insert, cause i want to insert values in some columns without user input. how to do that? – classic classic May 19 '13 at 15:58

2 Answers2

0

There is not much to go on there with your question, but perhaps you are looking for the ListView or GridView controls? I would suggest you look at those and see if that is what you want, or update your question with further details.

Chris H
  • 501
  • 1
  • 4
  • 11
  • i am new to asp and want to create tabular form like oracle developer(form 6i or 10g). list view can be used. but i want to insert through a procedure one form. how to do that? – classic classic May 19 '13 at 16:01
  • I'm afraid I am not familiar with oracle developer(form 6i or 10g) and I'm still not sure what exactly you are trying to do. – Chris H May 22 '13 at 13:17
0

Do you mean you want to have a few rows of text boxes where you can insert more than one row into the DB? If so you'll have to create a UserControl.

Look at this:

http://msdn.microsoft.com/en-us/library/fb3w5b53(v=vs.100).aspx