Insert data from asp.net table to sql server 2005
-
Hello Everybody I have a table name tempOrderDetails in order.aspx where i keept order details. Also have Button called btnSubmitOrder. When you clicked SubmitOrder then all data will add into SQL SERVER, if you have any example or guide line please tell me, it will be really helpful Thanks in advance
Sarfarj Ahmed
-
Hello Everybody I have a table name tempOrderDetails in order.aspx where i keept order details. Also have Button called btnSubmitOrder. When you clicked SubmitOrder then all data will add into SQL SERVER, if you have any example or guide line please tell me, it will be really helpful Thanks in advance
Sarfarj Ahmed
To store data in a database is about as widely documented on the web as anything could be. It's also the sort of task where reading an online article makes more sense than working off the quick notes someone will enter for a forum reply. Do you have a data layer already ? Is the database set up already ?
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
To store data in a database is about as widely documented on the web as anything could be. It's also the sort of task where reading an online article makes more sense than working off the quick notes someone will enter for a forum reply. Do you have a data layer already ? Is the database set up already ?
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
What I have done so far is......... I have created a table into SQL SERVER called tempOrderDetails where I can add order data and at the same time I retrived those data to show it to shopping cart but i think its not good idea because every single time i am adding data into server. Also I can create session data table in .aspx page and show it to shopping cart but I cant add all data into SQL SERVER So I need to know how can I insert data into SQL SERVER from SESSION data table. Thanks in advance
Sarfarj Ahmed
-
What I have done so far is......... I have created a table into SQL SERVER called tempOrderDetails where I can add order data and at the same time I retrived those data to show it to shopping cart but i think its not good idea because every single time i am adding data into server. Also I can create session data table in .aspx page and show it to shopping cart but I cant add all data into SQL SERVER So I need to know how can I insert data into SQL SERVER from SESSION data table. Thanks in advance
Sarfarj Ahmed
pld send me syntex .