Answer Posted / ashwani sharma
it is a process in code written in any technology(asp.net,javascript etc.) is converted into XML code
before transferring to network and then it deserializied by
and platform
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
What are the modes of updation in an updatepanel?
Is it possible to write code in many languages in one asp.net project?
Explain how can you debug your .net application?
Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal
Explain what is an abstract class?
How many types of Cookies are available in ASP.NET?
Define reflection in .net?
How would you get asp.net running in apache web servers? Explain it's limitations.
What are session state modes? List some of the important session state modes of asp.net.
Is data edited in the Repeater control?
How can you handle exceptions in asp.net?
How tooltip is set through code-behind in ASP.NET?
What is the mvc framework?
What is DataGrid wheater its a Server Control or something else ?