How to upload a file on web forms?
Submitted by: Administratorif (FileUpLoad1.HasFile)
{
FileUpLoad1.SaveAs(Server.MapPath("upload")+ "" + FileUpLoad1.FileName);
}
Submitted by: Administrator
{
FileUpLoad1.SaveAs(Server.MapPath("upload")+ "" + FileUpLoad1.FileName);
}
Submitted by: Administrator
Read Online Web Forms Job Interview Questions And Answers
Top Web Forms Questions
| ☺ | How to select multiple non-sequential dates at Code-Behind in Microsoft web forms? |
| ☺ | How to use PreviousPage on web forms? |
| ☺ | How to use Server.Transfer in dot net? |
| ☺ | How to disable some dates in Calendar control in web forms? |
| ☺ | How to upload an image files only in .net web forms? |
Top Dot Net Technologies Categories
| ☺ | MSF Interview Questions. |
| ☺ | .Net Architecture Interview Questions. |
| ☺ | ASP.Net MVC Interview Questions. |
| ☺ | Entity Framework Interview Questions. |
| ☺ | C# (Sharp) Programming Language Interview Questions. |
