**Correction:  it is not STATE but DefaultMode...change that to insert
for FormView

-Nick

On Oct 14, 10:48 am, Nick <[EMAIL PROTECTED]> wrote:
> you can change which "STATE" the FormView is in by changing the
> "State" to the one you need.  Type it next to the ID and intellisense
> should help you out.
>
> Hope this is what you're looking for.
>
> -Nick
>
> On Oct 13, 11:42 am, Imstac <[EMAIL PROTECTED]> wrote:
>
> > No, there is not a master table.  The goal of this project is to
> > collect the detail timecard records to export into a text file and
> > import into our Accounting system.
>
> > Another question I have is that is there a way to use a form view to
> > only show as an input form?  Currently, when I view my formview in a
> > browser it shows my first record and you have to click the New link to
> > get the input form.  I just want my users to automatically get the
> > input form when they go to this page.
>
> > On Oct 13, 11:30 am, Cerebrus <[EMAIL PROTECTED]> wrote:
>
> > > Sounds like a Master-Details scenario... or am I mistaken ?
>
> > > On Oct 13, 9:13 pm, Imstac <[EMAIL PROTECTED]> wrote:
>
> > > > 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.- Hide quoted text -
>
> > > - Show quoted text -

--~--~---------~--~----~------------~-------~--~----~
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>
-~----------~----~----~----~------~----~------~--~---

Reply via email to