Top questions

Post

New Post


Find by name:


QUESTION


What is User Control in ASP.NET?


User controls are easy to build, but they are less convenient to use in complicated scenarios. User controls are developed in the same way as we develop Web Forms pages in the visual designer. User controls can handle execution events.
Edit | Details | Delete


What is ViewState?


ViewState is used to retain the state of server-side objects between page post backs.
Edit | Details | Delete


What is ViewState?


ViewState is used to retain the state of server-side objects between page post backs.
Edit | Details | Delete



Back to HomePage