| | |
How To user clients input in another Page
Please support our ASP.NET advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
![]() |
•
•
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 3.5 activexcontrol ajax alltypeofvideos asp asp.net bc30451 beginner bottomasp.net browser businesslogiclayer c# c#gridviewcolumn cac checkbox class commonfunctions compatible confirmationcodegeneration content contenttype countryselector courier dataaccesslayer database datagrid datagridview datagridviewcheckbox datalist deployment development dgv dropdownlist dropdownmenu dynamic dynamically edit embeddingactivexcontrol fileuploader fill findcontrol flash flv formatdecimal forms formview gridview gudi homeedition iis javascript jquery listbox menu microsoft mouse mssql nameisnotdeclared news opera panelmasterpagebuttoncontrols problem redirect registration relationaldatabases reportemail schoolproject security serializesmo.table sessionvariables silverlight smartcard smoobjects software sql sql-server sqlserver2005 ssl textbox tracking treeview unauthorized validatedate validation vb.net video videos vista visual-studio visualstudio web webapplications webarchitecture webdevelopemnt webdevelopment webprogramming webservice youareanotmemberofthedebuggerusers





