Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how the value of label is printed through a button in
asp.net web application

Answers were Sorted based on User's Feedback



how the value of label is printed through a button in asp.net web application..

Answer / anamika

protected void Button_Click(object sender,EventArgs e)
{
Response.write(Label1.Text);
}

Is This Answer Correct ?    13 Yes 2 No

how the value of label is printed through a button in asp.net web application..

Answer / archana bobade

protected void Button_Click(object sender,EventArgs e)
{
Label1.Text= "Value is Printed";
}

Is This Answer Correct ?    1 Yes 0 No

how the value of label is printed through a button in asp.net web application..

Answer / vikram

protected void Button_Click(object sender,EventArgs e)
{
Label1.Text="print the value";

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Code Interview Questions

How to Create Scrollable Micro Windows?

2 Answers  


Give coding for Exception Handling Techniques in ASP.NET?

3 Answers   Microsoft,


What do you create for easier access of data?

3 Answers   NIIT,


Code for Sending E-Mail with System.Web.Mail?

2 Answers  


how to create a search bar which access data from various websites and retrieves the data

0 Answers  


How to get the row index on checking a Checkbox in a ListView

1 Answers  


How to get the row index on checking a Checkbox in a ListView

1 Answers   TCS,


How we use ajax in asp.net through javaScript. Please givee me an example.

0 Answers  


How to Export Data to Excel?

4 Answers   Eastcom Systems,


how to convert Dataset to Object Array or list in c# .net

4 Answers  


Code for Communicating over Sockets?

0 Answers  


How to Bind Nested XML to a Repeater Control with Container.DataItem?

0 Answers  


Categories
  • ASP.NET Code Interview Questions ASP.NET Code (46)
  • VB.NET Code Interview Questions VB.NET Code (9)
  • C Sharp Code Interview Questions C Sharp Code (51)
  • ADO.NET Code Interview Questions ADO.NET Code (8)