hi.. i am working on some project...in which one module requires a form to be filed by the employee and that form then goes to the head of the department for approval...can anybody suggest how this thing can work...i m working on c#..asp.net...do i need to create a dynamic page for the acceptance of the request.?

Recommended Answers

All 3 Replies

add a field in your table name status
fill with 'N' for new entry
and provide a link button to admin side , they can change the status on clicking on the link button
on link button click
update the status field as Status='A'
it is simple..
Shakeb Khan

hey thanks shakeb...will give it a try

when you submit form then set IsApproved=false and open this form in admin panel and set IsApproved=true once department approval

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.