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 |
How to Snap the Cursor to a Button?
Code for Creating a Form Using PlaceHolder Controls?
How to integrate the regional language in asp.net and c# like Telugu, Hindi etc,. send a sample program
3 Answers Concept, NIIT, Wipro,
what is software testing
How to use Client-side Script to Focus Controls in ASP.NET?
how can we close a web page in asp.net without using jscript?
ArrayList declaration in .net
how the value of label is printed through a button in asp.net web application
Code for Getting Information About A File?
working with fileUpload ?
Listview design in .net
Coding for .NET Delegates?