Top questions

Post

New Post


Find by name:


QUESTION


What are Strong Names ?


Strong names are unique names for assemblies. Strong name is similar as GUID in COM components. When we want to deploy the assembly in GAC, then we need to give the strong name for the assemblies. Strong name helps GAC to differentiate between two versions.
Edit | Details | Delete


What are the best ways to send data across pages in ASP.NET?


Public properties Session
Edit | Details | Delete


What are the common properties of all validation controls?


ControlToValidate – control name to be validated. ErrorMessage – error message to be displayed on validation fail. IsValid – Boolean value for checking control’s validation has succeeded or not. Text – displaying the text before validation for validation control.
Edit | Details | Delete



Back to HomePage