Data entry screen in asp.net MVC

Posted by Vikas on Stack Overflow See other posts from Stack Overflow or by Vikas
Published on 2009-04-29T05:43:04Z Indexed on 2010/04/08 20:03 UTC
Read the original article Hit count: 267

Filed under:

You may thick that it is a silly question but I am confused!

I have a situation that I have a Lecture table.

And I want to store attendance of who have registered for it.

I have master table of People who will register, lecture table, and Important one table is attendance that stores P.k. as f.k. of rest of the table.

On Index view of lecture operator will select Attendance and enter attendance information.

My problem It show only one page for attendance entry and that page can also open open in EDIT mode, for editing attendance.

So what would be the design of the page and process flow of taking attendance?

© Stack Overflow or respective owner

Related posts about asp.net-mvc