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...


What is the function used to get a reference to an object inside the silverlight control?



What is the function used to get a reference to an object inside the silverlight control?..

Answer / Pardeep Kumar

Use the `Name` attribute to give an element a name, and then use the `FindName()` method to retrieve it from code-behind: `<Button x:Name="myButton" ... />`n`C#:nmyButton = (Button)this.FindName("myButton");`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Microsoft Silverlight Interview Questions

explain deep zoom in silverlight?

1 Answers   Microsoft,


What is the different development tools used in silverlight?

1 Answers  


what is .xap file?

1 Answers   Microsoft,


Will silverlight-based applications and content run on any web server? What are the benefits to running it on servers running windows?

1 Answers  


Which types of video files can be supported in silverlight?

1 Answers  


How silverlight 4 is different from silverlight 3?

1 Answers  


Is it possible to consume wcf and web services in silverlight application?

1 Answers  


What is the procedure to add an event handler in managed code?

1 Answers  


What files are contained by .xap file?

1 Answers  


What is .xap file in silverlight?

1 Answers  


Will silverlight support live streaming events as well as downloading media?

1 Answers  


what is silverlight.js file? Explain with an example.

1 Answers  


Categories