| | |
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 2.0 activexcontrol advice ajax alltypeofvideos asp asp.net bc30451 bottomasp.net browser businesslogiclayer button c# c#gridviewcolumn checkbox click commonfunctions compatible confirmationcodegeneration content contenttype courier css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock development dgv dropdownlist dropdownmenu dynamically edit expose fill flash flv formatdecimal forms formview gridview homeedition iframe iis javascript jquery listbox login menu microsoft mono mouse mssql multistepregistration news numerical objects opera order panelmasterpagebuttoncontrols radio ratings registration reportemail rotatepage save schoolproject search security serializesmo.table silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking unauthorized validation vb.net video videos virtualdirectory vista visual-studio visualstudio web webapplications webarchitecture webdevelopemnt webprogramming webservice xml xsl youareanotmemberofthedebuggerusers





