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

How can iis improve silverlight streaming?

1 Answers  


What are the necessary step that need to be performed in order to download content from within silverlight?

1 Answers  


What is the difference between silverlight and flash?

1 Answers  


What you must require in order to run silverlight applications on a web server?

1 Answers  


What is clipping in silverlight?

1 Answers  


what are the restrictions of web service accessing in silverlight?

1 Answers   Microsoft,


Give a brief description of the .XAP file

1 Answers  


Which tool should use for Silverlight – Expression Studio or Visual Studio?

1 Answers  


What do you know by silverlight runtime?

1 Answers  


Which .net applications are supported in silverlight?

1 Answers  


What do you mean by silverlight.js file?

1 Answers  


How many xaml files are created when you create a new project in silverlight through visual studio and what are the uses of those files?

1 Answers  


Categories