J ) Image Handling (normal) , Ass create Student hollticket using Image handling

                                                       Image Handling *

  * Database store all types of Graphics 

 Step :- * Design -- create page(imghandi) -- textbox(id,name) -- fileuploader controle -- button(upload) --Image controle -- label -- button(submit)

 *  Create folder step :- solution explore -- select route -- right click on route -- new folder -- ok.

  
upload button code
   {
    FileUpload1.SaveAs(Server.MapPath("~") + "/FOLDERNAME/" + FileUpload1.FileName);
    Image1.ImageUrl = "~/FOLDERNAME/" + FileUpload1.FileName;
    Label1.Text = FileUpload1.FileName;
   }
     

                    
                         * Assigment :- Create a Student holl ticket with image handling  *

           1 ) Auto generate student roll no and student application no
           2 ) Upload signature and photo,Table Column(roll,cname,dob,category,PwithD,fname,gender,appno,pimage,simage )
                              

   

 

              

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)