how the value of label is printed through a button in
asp.net web application
Answers were Sorted based on User's Feedback
Answer / anamika
protected void Button_Click(object sender,EventArgs e)
{
Response.write(Label1.Text);
}
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / archana bobade
protected void Button_Click(object sender,EventArgs e)
{
Label1.Text= "Value is Printed";
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vikram
protected void Button_Click(object sender,EventArgs e)
{
Label1.Text="print the value";
| Is This Answer Correct ? | 0 Yes | 0 No |
Code for Creating a Form Using PlaceHolder Controls?
What do you create for easier access of data?
how to track links visited in google using iframes
Give coding for Exception Handling Techniques in ASP.NET?
How to Snap the Cursor to a Button?
how the value of label is printed through a button in asp.net web application
Code for Document Validation in XML.NET?
Coding for .NET Delegates?
How we implement the paypal in my website and how we make a payment through Credit Card.
Code for Sending E-Mail with System.Web.Mail?
working with fileUpload ?
How to Export Data to Excel?