Can we use http handlers to upload a file in asp.net?
Answer Posted / narendra
Yes
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What are Caching techniques in .NET
Is asp.net a language?
Define the term Scavenging in Caching?
Explain what is viewstate?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
What is comparevalidator?
What is the difference between pathparam and queryparam?
What do you mean by authentication?
State differences between MVC and WebAPI
Differentiate between early binding and late binding.
What is Bundling and Minification in MVC?
Explain the difference between overriding and overloading?
Is it possible to create web application with both webforms and mvc?
What is a web based system?