I've been tasked with creating a timecard entry web application for our employees. What I would like to show on the timecard entry page is as follows:
Unbound fields of employee id and week ending date. Bound fields of employee id & week ending date that default to the unbound field above, job#, hours, etc. The reason for the set-up above is because the employee id and week ending date must be listed in every record added and I want to avoid having the user to have to rekey the information for every job#. I would also like to show a gridview of the table so that they can see what they have entered so far. How do I code it to link the gridview table to only pull the information for that employee id? I am using a sql data source. Also, how do I get the bound fields employee id and week ending date to pull from the corrresponding unbound fields. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/DotNetDevelopment You may subscribe to group Feeds using a RSS Feed Reader to stay upto date using following url <a href="http://feeds.feedburner.com/DotNetDevelopment"> http://feeds.feedburner.com/DotNetDevelopment</a> -~----------~----~----~----~------~----~------~--~---
