What is Response object in ASP.NET:
•For every web page web server create multiple
objects one of them is response object. This is an object of Httpresponseclass. We can use functionality of this object to send response (content)
dynamically to the user.
Ex:
{
String a=TextBox.Text;
Label.Text=“a*a”;
}
No comments:
Post a Comment