How to add table's content from one to another table
-
Hi All, I have a table which has multiple row. User wants to see some data based upon criteria(Primary Key) through user interface. After displaying the row on the datagrid(Infragistic), user wants to delete some rows or update. In my code, I am using two table. One is "Maintable" and other is "Displaytable". I donot have any problem to display the row using "Displaytable" in datagrid but when user update or delete rows and I donot know how to update the "maintable". Do I need to have only one table or two table? Please help me. Thanks in Advance
-
Hi All, I have a table which has multiple row. User wants to see some data based upon criteria(Primary Key) through user interface. After displaying the row on the datagrid(Infragistic), user wants to delete some rows or update. In my code, I am using two table. One is "Maintable" and other is "Displaytable". I donot have any problem to display the row using "Displaytable" in datagrid but when user update or delete rows and I donot know how to update the "maintable". Do I need to have only one table or two table? Please help me. Thanks in Advance
Why do you have two tables again ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Why do you have two tables again ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
I am using two tables because one for displaying the contents of the selected row in Displaytable when user send data through text box and other one is used for maintable (getting the data for displaytable). I donot have any problem to use one table but I donot know how to use and display the contents of the selected 10 row. If user modify one row or delete how to update the maintable.
-
I am using two tables because one for displaying the contents of the selected row in Displaytable when user send data through text box and other one is used for maintable (getting the data for displaytable). I donot have any problem to use one table but I donot know how to use and display the contents of the selected 10 row. If user modify one row or delete how to update the maintable.
-
I am using two tables because one for displaying the contents of the selected row in Displaytable when user send data through text box and other one is used for maintable (getting the data for displaytable). I donot have any problem to use one table but I donot know how to use and display the contents of the selected 10 row. If user modify one row or delete how to update the maintable.
You only need one table. When user updates the value, update it to database and refresh your table with latest values.
Navaneeth How to use google | Ask smart questions