Web Base Application school project
Hi Guys. I am not familiar with C# coding. I have a Web Base Application.I have 5 screens : I am done with the Database Programming.
Database Tables :
1)Admin
admin_id
login_name
password
2)client
client_id
first_nmae
last_nmae
contact
registration_date
member_renew_date
I already created the store procedures for insert, update and delete. So no need to write the code in C#. just need to call the SP in C#.
I need the C# coding for 1)Admin Login Screen 2)Admin Roles : Client Registration,Client Update , Client Delete , Client Search by year wise
Thanks