Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I have a simple users table in sql server2008, a custom log in page,a simple registration page, I can connect to DB and did all steps to register a user and saving data to database, after that I want to create a profile page for each time the user registered to my web site and redirect him/her to his/her page. please help me.
Posted
Updated 9-Dec-14 1:50am
v3
Comments
Thanks7872 9-Dec-14 7:42am    
Help you with what? Make new page,name it and use response.redirect("your_page_name.aspx")? What is the issue?
maysam_p82 9-Dec-14 7:47am    
My issue is when I want to create a new user I want to create a new page automatically,and that page contains the user information, pictures of that user and so on immediately.
maysam_p82 9-Dec-14 7:48am    
Better say, a simple complete profile.
maysam_p82 9-Dec-14 7:54am    
Honestly, I dont understand the articles about profiles and membership , because these articles are not compatible with my ideas, and are very complicated.I want to create that by myself with good security configuration. I dont like the default visual studio UI for register and log in wizards.
Praveen Kumar Upadhyay 9-Dec-14 8:01am    
SPA(Single Page Application) is the best option for your problem. Use HTML with knockout.js and Put everything(user profile,picture URL and all) in DB. Get these details from database.

1 solution

But I dont know what is the SPA. Can you describe a few about it? I dont know about MVC, also Im using VS2008!
 
Share this answer
 
v2
Comments
Praveen Kumar Upadhyay 9-Dec-14 8:10am    
Go on youtube and search Single Page Application by AnandRaja.
maysam_p82 9-Dec-14 8:10am    
Please show me another way to do whithout MVC. A simple traditional way.
Praveen Kumar Upadhyay 9-Dec-14 8:12am    
Search for Single Page Application using HTML5 and Jquery. MVC you need when you need to call API. if you want, you can create that API in asp.net(asmx) as well.

You have posted the question and Answered it and accepted also. wow
maysam_p82 9-Dec-14 8:12am    
ok thank you
maysam_p82 9-Dec-14 8:13am    
can use that in vs2008?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900