What is serialization?

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


Please Help Members By Posting Answers For Below Questions

How many types of session in ASP.NET

582


What is difference between asp.net and asp.net mvc? : Asp.Net MVC

483


Define globalization and localization.

563


How many types cache in asp net?

528


How do u deploy your asp.net application?

610






Can you explain the basic use of dataview?

622


9. Why should we hire you over the others waiting to be interviewed?

2134


What is active web page?

562


When maintaining session through sql server, what is the impact of read and write operation on session objects?

529


What is postback request?

552


How can we provide the WebParts control functionality to a server control?

564


What is asp.net response object?

556


What is the difference between a default skin and a named skin?

588


What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?

525


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

1371