I have one application, one user purchase some products in
my application? and another person came he is also purchase
some products?how can we identify which user purchase which
items?
my answer is by using session id? but i dont know how? can
u give me programming for that?
Answer Posted / nidhi
take userid and store it in session variable.. when a user
purchases product store product details along with session
(userid) in database or an xml file and when u want to
retrive fetch from it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Diff between web user control and web custom control?
What is the equivalent of date() and time() in asp.net?
Can you dynamically assign a Master Page?
What is the difference between ldap and active directory?
What is asp.net globalization?
What are the various types of validation controls provided by asp.net?
How do we implement bundling in MVC?
What does asax stand for?
How to reduce the width of textbox in editcommandcolumn of datagrid?
Describe in brief .net framework and its components.
What role “#&&” plays in a querysting?
What are the Types of session management in ASP.NET
Explain a program using code nuggets to create a simple application? : asp.net mvc
What is the difference between user control an custom control?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool