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 integrate the regional language in asp.net and c# like Telugu, Hindi etc,. send a sample program
3 Answers Concept, NIIT, Wipro,
Code for Getting Information About A File?
How to Bind Nested XML to a Repeater Control with Container.DataItem?
how to convert Dataset to Object Array or list in c# .net
How to Export Data to Excel?
How to get the row index on checking a Checkbox in a ListView
Code for Sending E-Mail with System.Web.Mail?
what is the value that reside in a hidden field when no value is assigned to it?how it can be used in a if statement??
How to send e-mail from an ASP.NET application?
16 Answers DataPoint, Infosys, Persistent, Radar, TCS, Wipro,
What is the code of Password Recovery or Forget your password? Plz tell in c # language.
how to upload an excel in c# ASP.Net?
Coding for .NET Delegates?