can we store textbox and com components in viewstate?

Answer Posted / rudra prasad roy

System.Web.UI.Controls are not marked as serializable .
And Viewstate can hold object but that should be Serialize.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define viewstate in .net?

542


Distinguish between Server-side and Client-side code?

554


List some of the important session state modes of asp.net.

499


What are the event handlers that can be included in the Global.asax file?

576


Is it possible to change the index of primary key on table?

406






How do we assign page-specific attributes?

616


In Code-Behind class which kind of code (server or client) is found ?

590


What is custom attribute?

569


Explain the asp.net mvc folder conventions? : asp.net mvc

504


What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

538


How many types cache in asp net?

525


What is the difference between c# and .net?

575


Explain what is clr?

624


Where is asp.net session stored?

475


Why cyclomatic complexity is important?

555