2) Dotnet Navigation(button,hyperlink,Linkbutton,imagebutton)

                                                                DotnetNavigation(button,hyperlink,Linkbutn,imagebutn) *

             Button                              Properties 
  1.     Button                         Text :- common property of all controle
  2.    Hyperlink                    1) text 2) nvigateurl
  3.     Linkbutton                       1) text  2) postbackurl
  4.     Imagebutton                  1) image url  2) postbackurl
  •        All coding inside the event
  •       Int.parse is use by numbers
  Q ) How to change textbox background colour
    
  •      All colour iside the drawing library
  •      Dotnet Support more than 256 colour.
  •      C# supported 16 colour
      TextBo1.Backcolour = system.drawing.back.color.red;

 Q )    How to clear textbox ?
    
         :-   Textbox.Text = " " ;

 Q)     How to set cursur in a textbox?

         :- TextBox1.Focus();


    Two types of Navigation

   1) Tools                            2) Code
 
  1.      LInkbutton
  2.      Hyperlink
  3.      Imagebutton
 1 ) Linkbutton  :-  Redirect to next page 

     Properties :-  PostBackUrl
    Step :- toolbox--linbutton--properties:- PostBackUrl --seleect page name--ok 

 2 ) HyperLink   :- Hyperlink is to oprn Website

       Propeties :- 1 ) text  2) Navigate url 
      Step :- toolbox--hyperlinkbutton--properties 1) text_buttonname  2) navigate url                             _websitename--save--run
 3)  Imagebutton  :- Imagebutton Directly show pic in imagebutton ,And directly Redirect                                  to another page .
       
       Propertis :- 1)  PostBackUrl_select page  2) Image url_
       Step1 :- select route nd create folder (pic)

       Steps2 :- toolbox--imagebutton--propertis :- 1)  PostBackUrl_select page  2) Image                          url_select  pic  in folder --ok

 4 ) Page Navigateion  :- Page naviagtion is use to redirected on next page

              Step :- tools --button --double click on button --                                                                                    Responce.Redirect("pagename.aspx")

                                        All types of Navigation Controle
                           (button,hyperl,linkbutton,imagebbutton)


                         

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)