| | |
How To user clients input in another Page
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Nov 2007
Posts: 4
Reputation:
Solved Threads: 0
hi guys, im building an e-shop website and i have alot of pages there.
Here's how it works...
The client will surf the site, choose the product he wishes to buy and checks on a textbox that says "add to cart". now when he chooses all he wants, he then have to click on a submit button to be submitted to the cart.
now how can i aquire the products he clicked to the cart's homepage
Im familiar with asp.net,javascript,html,css..
Thanks anyway guys.....
FELONG
Here's how it works...
The client will surf the site, choose the product he wishes to buy and checks on a textbox that says "add to cart". now when he chooses all he wants, he then have to click on a submit button to be submitted to the cart.
now how can i aquire the products he clicked to the cart's homepage
Im familiar with asp.net,javascript,html,css..
Thanks anyway guys.....
FELONG
•
•
Join Date: Sep 2007
Posts: 88
Reputation:
Solved Threads: 15
•
•
•
•
I would be very pleased if you would send the code....thanks alot
Sorry about the delay!!!
Here is a piece of code: add to your appropriate event.
ASP.NET Syntax (Toggle Plain Text)
Public Sub _doStuff() Dim ds As New DataSet Dim r As DataRow r = ds.Tables(0).NewRow With r r.Item("col1") = textbox1.text r.Item("col2") = textbox2.text End With ds.Tables(0).Rows.Add(r) 'To set Cache data Session("myDataset") = ds End Sub
Mohammed Yousuf uddin
Software Developer
![]() |
Similar Threads
- memory management in wndows 2000 (Windows NT / 2000 / XP)
- onClick Events to Change to dynamic text (HTML and CSS)
- Zone Alarm Security Alerts. (Viruses, Spyware and other Nasties)
- Problems in Dynaform (Form Mail) URGENT HELP (PHP)
- iSearch Spyware (Viruses, Spyware and other Nasties)
- When a host says "included scripts" (Networking Hardware Configuration)
- more "home search assistent" fun... (Viruses, Spyware and other Nasties)
- I can't remove about:blank (Viruses, Spyware and other Nasties)
Other Threads in the ASP.NET Forum
- Previous Thread: JS don't include window.open popup in browser history
- Next Thread: Seeking a opinion for the datagrid (web + asp.net))
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 ajax alltypeofvideos anathor appliances application asp asp.net bc30451 beginner box browser button c# cac checkbox commonfunctions control dataaccesslayer database datagridview datalist deployment development dgv dialog dropdownlist dynamic dynamically edit editing embeddingactivexcontrol expose feedback fileuploader fill findcontrol flash form formatdecimal formview google gridview gudi iis image javascript list listbox login microsoft mobile mouse mssql news novell numerical opera panelmasterpagebuttoncontrols parent project radio redirect registration relationaldatabases reportemail richtextbox rows schoolproject search security select sessionvariables silverlight smoobjects software sql-server sqlserver2005 ssl suse textbox tracking treeview unauthorized validatedate validation vb.net video videos vista visualstudio web webapplications webdevelopemnt webdevelopment webprogramming webservice xsl youareanotmemberofthedebuggerusers





