T ) FormView Control

                                             * FormView Control *


  •         Formview Control is use basically to display record in form control.
  Step 1 :- Create new page -- toolbox -- formview control -- [>] -- Edit template -- toolbox add html table 
 Step 2 :- Goto Source -- 
                     <tr>
                        <td>
                            employee id
                        </td>
                        <td>
                            <%# Eval("id") %></td>
                        <td>
                            </td>
                    </tr>
Step 3 :- Coding 

                    


Comments

Popular posts from this blog

DATA CONTROL ( Gridview , Repeater , Formview , DataList , Detailsview , Listview )

Z 5 ) MVC (Model view Controller)

Z 8 ) MVC HTMLHELPER METHOD AND ACTIONLINK (how to use css ,atrributes,style in css)