To create Visual Basic .Net Data Web Form page - Dataweb_book.aspx
 
 
 

        The web Form page design ...

 

 


    Create Visual Basic .Net  web Forn page ....

 
 Classes used in this web Form page:
         
OleDbConnection, OleDbDataAdapter, DataSet, DataGrid, HyperLink, Panel,  LinkButton, Label

 

 Create the web Form page  - Dataweb_book.aspx
 
   1-   The Access file - Web_VBnetmdb -
  \\Web_VBnet\Web_VBnetmdb   used by this data web form page

2- Create the Data Web Form page
 

  1. On the Project menu , click  Add New Item ...  
     

     

  2. In the  Add New Item - Web_VBnet dialog box:
    1. In the Categories pane, select Web Project Items
    2. In the Templates pane, select Data Form Wizard . A message appears  - (a Data form for Web Applications)
      Note:
      The Data Form Wizard create Web Form page with data-bound controls. The controls display data from any data source you specify. The data component for this Web form page consists:
      • A connection to a data source-(her the datasource - \\Web_VBnet\Web_VBnetmdb.
      • A data adapter .
      • A typed dataset to hold the records fetched from the database

       

    3. In the Name box, type Dataweb_book.aspx
    4. Click Open, the Data Form Wizard dialog box appears.

     
    Steps of Data Form Wizard  dialog box ...
 

 

 Data Form Wizard  dialog box ...

 

 The following controls to ...

***

 
 
   
Note
        
   To work probably this Data Web Form , it's necessary to add the following text to the file Web.Config -
            (
<identity impersonate="true"/>)       -  Look this file
 

 

   The codes  corresponding ...
 
 
 
 

Previous
  Home
5
 
Next