A Project in Asp.net with an online database
I have to do a project in Asp.net.And in my project the database should be online and it should be accessed from three different User Interfaces. How do i start? Please specify the right choice.....
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vasu GadhiyaPosted May 2, 2013, 8:28 AM
if you are beginner so i suggest you to learn From
http://www.c-sharpcorner.com/beginners/
http://www.w3schools.com/aspnet/
Thanks
Jishnu KPosted May 2, 2013, 7:48 AM
first of all a big thanks for ur help....
Can u pls elaborate the methods?? because i am new to ASP.NET
Vasu GadhiyaPosted May 1, 2013, 3:12 AM
For Online Database First You need To Create Database in Your Hosting Control Panel And After Change Your Connection String in Web.config File like this
-------------------
For Different User uses You Can Make Table For User data And put login form for Authentication, Generate Session Or Cookie for Security.
Thanks