Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ReadOnly BO's
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Divers
Thread ID:
01223268
Message ID:
01226848
Vues:
19
Hi!

>Are you call the form's NewRow() method from your New button?

Yes
private void btnProjectNew_Click(object sender, EventArgs e)
{
    this.oProject.NewRow();
    this.grdProject.Focus();
}
It will add the new row but will not move to it.

>You can set the NavControl to the appropriate GridView (it may already be set depending on what you've done elsewhere in your form code)
>

Not sure what you mean here.
I have a few standalone textboxes (mmTextBox) that are bound to a BO not to a grid so I am not sure how I can set the NavControl as there is no GridView associated to those TextBoxe's


>
>Yes, we do, and give you the option to use the built-in VS 2005 Navigation Toolstrip.
>
What is mm class that has Navigation and Add/Delete/Save/Cancel buttons called?

Thanks

Sarosh
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform