| | |
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: 66
Reputation:
Solved Threads: 12
•
•
•
•
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 |
.net activexcontrol advice ajax alltypeofvideos appliances asp asp.net bc30451 beginner bottomasp.net box browser button c# cac checkbox click commonfunctions control css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock deployment development dgv dialog dropdownlist dynamic dynamically edit embeddingactivexcontrol expose fileuploader fill findcontrol flash formatdecimal formview gridview gudi iframe iis javascript listbox login microsoft mono mouse mssql multistepregistration news novell numerical objects opera panelmasterpagebuttoncontrols radio redirect registration relationaldatabases reportemail rotatepage save schoolproject search security sessionvariables silverlight smartcard smoobjects software sql-server sqlserver2005 ssl suse textbox tracking treeview unauthorized validatedate validation vb.net video videos virtualdirectory vista visualstudio web webapplications webdevelopemnt webdevelopment webprogramming webservice xsl youareanotmemberofthedebuggerusers





