Connaissances Informatiques >> programmation >> Computer Programming Languages >> Content
  Derniers articles
  • Comment centrer une image en utilisa…
  • Comment faire pour dépanner un NET …
  • Comment faire pour créer un script …
  • Comment faire pour transférer des f…
  • Comment utiliser Substring C Sharp 
  • Comment utiliser Update Avec Select …
  • Comment savoir Windows Mobile 
  • Comment puis-je convertir Content Cr…
  • Comment faire un jeu de porc dans Ps…
  • Comment faire une couverture polaire…
  •   Computer Programming Languages
  • C /C + + Programming

  • Computer Programming Languages

  • Delphi Programming

  • Programmation Java

  • Programmation JavaScript

  • PHP /MySQL Programmation

  • programmation Perl

  • Programmation Python

  • Ruby Programming

  • Visual Basics programmation
  •  
    Computer Programming Languages

    Comment formater un champ lié DataGrid

    Microsoft. NET contrôle DataGrid permet d'afficher des données dans les tableaux Windows Forms. Le format d'affichage pour les valeurs stockées dans une table est définie par les propriétés de l' objet BoundField grille de données. Si la propriété DataFormatString de l'objet BoundField n'est pas définie, la valeur du champ est affiché sans formatage spécial . En spécifiant une chaîne de formatage dans la propriété DataFormatString vous pouvez appliquer un format personnalisé à la valeur du champ de l'objet BoundField DataGrid. Instructions
    1

    Cliquez sur " Démarrer", " Microsoft Visual Studio. "
    2

    Cliquez sur «Fichier», «Ouvrir». Double -cliquez sur le fichier. NET programme dans lequel vous souhaitez formater les objets BoundField DataGrid .
    3

    Ajoutez le code suivant après le "

    < asp: SqlDataSource ID = " SqlDataSource1 " runat = "server"

    ConnectionString = " < % $

    ConnectionStrings : AWLTConnectionString %> "

    SelectCommand =" SELECT ProductID , Name , AB

    ProductNumber , AB

    DE Sales.Product " > Photos

    Photos

    < asp: GridView ID = " DataGrid1 " DataField = " ProductID "

    HeaderText = " ProductID "

    InsertVisible = ReadOnly "False" = "true"

    SortExpression = " ProductID "

    DataFormatString = "{0 : D6 }" />

    < asp: BoundField DataField = "Nom"

    HeaderText = "Nom"

    SortExpression = "Nom"

    DataFormatString = " {0}" />

    < asp: BoundField "# {0}" />

    Photos


    4

    Cliquez sur "Fichier ", "Enregistrer " pour appliquer le formatage à la DataGrid dans votre programme.

     
    Article précédent:
    Article suivant:
    Articles recommandés
  • Common Interface de Programmation d'Application 
  • Comment ajouter une image de fond en utilisant HTML Programmation 
  • Tutorial pour des procédures stockées SQL 
  • Comment ajouter une matrice à une matrice dans MATLAB 
  • Scrum FAQ 
  • Qu'est-ce que la programmation ASP 
  • Comment faire pour déboguer la DLL 
  • Comment importer des données des types d'objet dans SSIS 
  • Comment déplacer VARCHAR2 à NCLOB 
  • Comment calculer Epsilon 
  • Connaissances Informatiques © http://www.ordinateur.cc