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 Presenting Parent/Child Data in a Data Grid Row?
Code for Using Keyboard Events?
How to Export Data to Excel?
Common UI for Multiple web applications. Suppose there are 35 websites using same third party controls.These 3rd party controls are made together that all 35 websites can use these controls.If we put all 3rd party controls and use its dll in 35 websites,only class files will be accessable. But I want to use CSS,images also in all 35 websites. how I can design the N-tier solution for this project.
How to send e-mail from an ASP.NET application?
16 Answers DataPoint, Infosys, Persistent, Radar, TCS, Wipro,
working with fileUpload ?
How to integrate the regional language in asp.net and c# like Telugu, Hindi etc,. send a sample program
3 Answers Concept, NIIT, Wipro,
HOw to Build a Nested GridView Control with ASP.NET?
What is the code of Password Recovery or Forget your password? Plz tell in c # language.
how the value of label is printed through a button in asp.net web application
Coding for Synchronizing Cache Access in ASP.NET?
How to get the row index on checking a Checkbox in a ListView