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 we implement the paypal in my website and how we make a payment through Credit Card.
ArrayList declaration in .net
what is software testing
How to Create Scrollable Micro Windows?
How we use ajax in asp.net through javaScript. Please givee me an example.
How to get Dynamically Linked Comboboxes Set?
How to send e-mail from an ASP.NET application?
16 Answers DataPoint, Infosys, Persistent, Radar, TCS, Wipro,
Data Reader Vs DataSet
How to get the row index on checking a Checkbox in a ListView
HOw to Build a Nested GridView Control with ASP.NET?
How to Bind Nested XML to a Repeater Control with Container.DataItem?
Code for Using Keyboard Events?