Need Immediate HELP2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dhanu sahu
    New Member
    • Mar 2008
    • 14

    Need Immediate HELP2

    How to gather Info of Per week basic plz check out
    --------------------------------------------------------------------------------

    I am entering Day,LoginId,Nam e,Checkin time,Check Out Time In TextBox and A SUBMIT button

    Twist Is : Once User Click Submit>>>> It can not be Editable Again Either refreshing or Using IE Back Button…

    Next is....
    In above I can enter PER DAY INformantion but I need For 1 week Info.. Like This... This is my last module So plz help me.....

    I need to b submit project next week..

    in GridView Iget This Informantion... .......

    Emp_Id Name Working Hour Commment
    Week 1
    Week 2
    Week 3
    Week 4


    Total Hour
  • balabaster
    Recognized Expert Contributor
    • Mar 2007
    • 798

    #2
    Like a timesheet application? As a contractor I keep thinking I should write one of these, it would save me a world of time in the long run...there is software out there that does this.

    Okay, firstly, display all the data for your timesheet in a GridView - turn the Edit option off.

    Enter all your data through a details view, turn insert on.

    Check out http://www.asp.net/ajax/ - there is a video called "ASP.NET AJAX: A demonstration of ASP.NET AJAX" - you will see a screen shot of Scott's ToDo List. This will show you how...you can ignore the AJAX bits of the discussion - the GridView and DetailsView can still be used to the same effect you are looking for without the AJAX.

    Comment

    Working...