Home
|
Tutorial
|
Articles
|
Forum
|
Interview Question
|
Code Snippets
|
News
|
Fun Zone
|
Poll
|
Web Links
|
Certification
|
Search
Welcome :
Guest
Sign In
Register
Win Surprise Gifts!!!
Congratulations!!!
Top 5 Contributors of the Month
Jean Paul
satyapriyanayak
Narayanan
Karthikeyan Anbarasan
JQuery Developer
Home
>>
Interview Question
>>
Others
>>
Post New Question
Subscribe to Interview Questions
what does XML Element Contain?
Posted By :
Narayanan
Posted Date :
August 07, 2012
Points :
40
Category :
Others
Other Element.
Text.
attributes
and Combined all of the above.
You can also find related Interview Question to
what does XML Element Contain?
below:
What's the .NET collection class that allows an element to be accessed using a unique key?
HashTable
(More...)
What is the .NET collection class that allows an element to be accessed using a unique key?
HashTable
(More...)
How to change style on an element?
Between CSS and javascript is a weird symmetry. CSS style rules are layed on top of the DOM. The CSS property names like "font-weight" are transliterated into "myElement.style.fontWeight". The class of an element can be swapped out. For example:
document.getElementById("myText").style.color = "green";
document.getElementById("myText").style.fontSize = "20";
-or-
document.getElementById("myText").className = "regular";
(More...)
In Which of the Following Definitions element you will find a 'Width' and 'Height' of a Grid(TAG)
1)
2)
In
you will find a 'Height'
eg:
In
you will find a 'Width'
eg:
(More...)
How do I get a Tool Tip to appear when hovering over a disabled element in WPF?
use the ShowOnDisabled attached property of the ToolTipService class! From
XAML, this would look like the following on a Button:
<Button ToolTipService.ShowOnDisabled="True">
Or from C# code, you can call the static method corresponding to the attached property:
ToolTipService.SetShowOnDisabled(myButton, true);
(More...)
What's the .NET collection class that allows an element to be accessed using a unique key?
HashTable.
(More...)
How to find the index of element using Where() with Lambda Expressions?
Use the two argumented Lambda method
Where((i, ix) => i == ix);
(More...)
How do I get a ToolTip to appear when hovering over a disabled element?
use the ShowOnDisabled attached property of the ToolTipService class! From
XAML, this would look like the following on a Button:
Or from C# code, you can call the static method corresponding to the attached property:
ToolTipService.SetShowOnDisabled(myButton, true);
(More...)
which method do you use for locate a special element in arraylist?
ArrayList.BinarySearch
(More...)
Which is the first element of the array in C language
Result: 0(if 10 elements start with 0,1,...,9)
(More...)
Quick Links For Interview Questions Categories:
ASP.Net
Windows Application
.NET Framework
C#
VB.Net
ADO.Net
Sql Server
SharePoint
Silverlight
OOPs
JQuery
JavaScript/VBScript
Biztalk
Patten/Practices
.IIS
WCF
WPF
WWF
Networking
Aptitude
Others
All
Find questions, FAQ's and their answers related to .NET, C#, Vb.Net, Sql Server and many more.
Now you can find lots of .NET, C#, Vb.Net, SQL Server,Windows, ASP.Net related Questions and their Answers here at www.dotnetspark.com. Our aim is to help you pass your certification Exams (MCP, MCSD, MCAD etc.,) with flying scores and get good name in your company.
So, Start looking our
Interview Question
section daily and improve your .NET Skills. You can also help others by posting Interview Questions and their Answers in this section.
Hall of Fame
Twitter
Terms of Service
Privacy Policy
Contact Us
Archives
Tell A Friend