Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, I am a student. I am trying to find in Google but I can't see any solution that suit the problem.

I am trying to create a table wherein I can a new row.
When I click <add schedule=""> a new row with text box check box and combobox on it. Then when I finish the filling of necessary fields. When I save it. It saved
Then, I after I save it. I want to see all the <schedule> I added. I can edit it by row.

WHAT SHOULD I SEARCH? This is serious for me. All day long I am looking for this. Please, need help. Thanks
Posted
Comments
Sergey Alexandrovich Kryukov 1-Aug-11 2:57am    
Not clear even what do you mean by table. HTML table, database table, something else? What's the problem?
--SA
Matt Jun 1-Aug-11 3:05am    
I am using ASP.Net. I am now currently using DataGridView.

You'll have to search for inseting records in Database table

Check this[^]
 
Share this answer
 
you display all record in gridview control, repeater, datalists etc.

Now you want to find row in sql table in primary key basis. also you use comparison operator such as like, or ,between etc in sql for find your record. and display in gridveiew, datalist etc. now you add the edit button in control and when you click the edit button is automatically give option for edit row(selected data).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900