Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
m creating appoinment page, on create Appoinment button i want query which will add data in database with status as 'N' & When visitor Checkout that status should b change to 'p' , i have created Status field in appoinment Table.
Posted

 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 14-Mar-12 1:30am    
Hardly this reference, because OP rather need the two tutorials:
ADO.NET
ASP.NET

But I like the idea.
--SA
Sergey Alexandrovich Kryukov 14-Mar-12 1:35am    
So, I added my answer with 4 (four) links where to start with. I think now they are adequate.
--SA
Sergey Alexandrovich Kryukov 14-Mar-12 1:38am    
Sorry, already 7 (seven); and all are of must-know kind.
--SA
You need to know just two things:

ADO.NET. Start here:
http://en.wikipedia.org/wiki/ADO.NET[^],
http://msdn.microsoft.com/en-us/library/aa286484.aspx[^],
http://msdn.microsoft.com/en-us/library/h43ks021%28v=vs.100%29.aspx[^].

Another thing is ASP.NET. Start here:
http://en.wikipedia.org/wiki/ASP.NET[^],
http://www.asp.net/get-started[^],
http://www.w3schools.com/aspnet/[^].

[EDIT]

For ADO.NET beginners, I also usually recommend this very useful CodeProject article:
Using ADO.NET for beginners[^].

—SA
 
Share this answer
 
v3

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