Code Snippets Interview Questions
Questions Answers Views Company eMail

What is the meaning of version in XML?

383

What are the basic rules while writing XML?

321

What is well formed XML document?

359

What is XSL?

333

What is XPath in XML?

364

What are nested elements in XML?

345

What is CDATA?

356

What is an XML Schema?

375

What are the features of XML?

356

What are the advantages of XML DOM Document?

361

Who is responsible for XML?

366

Why XML has been used for development?

319

Can we have empty XML tags?

369

What is a StAX Parser?

338

What is SGML?

331


Un-Answered Questions { Code Snippets }

can everyone explain this code Private Sub DrawRect(rectSource As RECT, lngColour As Long) Line (rectSource.Left, rectSource.Top)-(rectSource.Left, rectSource.Bottom), lngColour Line (rectSource.Left, rectSource.Top)- (rectSource.Right, rectSource.Top), lngColour Line (rectSource.Right, rectSource.Bottom)- (rectSource.Right, rectSource.Top), lngColour Line (rectSource.Right, rectSource.Bottom)- (rectSource.Left, rectSource.Bottom), lngColour End Sub

2251


What is the functionality of SendMessage?

726


What is XSL?

333


I'm calling a JS fcn that fires AJAX to a webmethod and returns a boolean. How do I retrieve the return value in the codebehind? (VB) I can set a hiddenfield value in the JS, but if it's async how can my VB know when it's changed?

670


How to check if Folder is a Special Shell Folder ?

490






i have a gird with columns all are coming from database,this will bind in item templete in gridview as textboxex.and i have button below named Update.i want to update all the records in the grid,but if user change the value of one textbox,what is the easy way 2 do this

2137


snippet to prevent submission of form when certain/any validations got failed

1545


What are the features of XML?

356


Pls provide basic funtionality Winrunner scripts for Health care domain and Phishing

1150


Could u please tell me any UNIX scripts that 'll lead to find the network latency of the servers.?or else any unix command to find the network latency of a server?Thnx in advance...

1697


Which keyword is alias for count keyword in php?

1676


Write a function which accepts list of nouns as input parameter and return the same list in the plural form. Conditions: i) if last letter is r then append s ii) if word ends with y then replace it by ies iii) call this function in main() and produce the required output. for eg:- if chair is input it should give chairs as output.

3984


i really need help about this.. write a program to display the set of odd and even numbers separately. find the highest and lowest value of the given numbers.

1961


In LSMW , what does the following error mean and how to rectify it : Incorrect interface data for set 78 in method C . This error is occuring in idoc processing step of LSMW.

2125


Write a python program to print table of a given number?

458