Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I create 3 tables emp table -(empid,ename,dep_id,desig_id), department table-(dept_id,dept_name), designation table -(desg_id,desig_name) in the database.
In the web form design we have
empname and with -drop downlist box
department name -drop down listbox
designation name -dropdownlist box
submit button
when we click on submit button it shows the grid view of those details
means empname,designation,department name. i.e what we enter into drop down list those details bind to grid view.


Edit ,delete events code

what is the code and design for this.
I think it's clear.please send the answer immediatly
Posted
Updated 4-Feb-15 20:09pm
v3
Comments
Santosh K. Tripathi 5-Feb-15 1:46am    
Hi,
It is not clear. Please use Improve question to make it clear.
Sinisa Hajnal 5-Feb-15 2:16am    
Also, you don't get help if you simply state your problem and ask for the solution. This is trivial to solve if you only searched for a bit. Questions forum is for problems with YOUR code, not the place to ask for our free time. When you have some code to show and you have problem you cannot solve, come back. In the meantime, search for the problem solution on MSDN, codeproject or other sites, trust me, there is plenty of examples. Thank you.
CHill60 5-Feb-15 7:35am    
And we don't code to demand - especially "immediately".
Do your own homework!

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