What is the namespace for encryption?
Answers were Sorted based on User's Feedback
What is the use of global.asax file?
Asp.Net Source :- In my project i have gridview control - item template. Its have asp:button control. my requirement is while click this button i need to display some alert message. Could you please help me which gridview event i need to write source code? Please give me a quick response. Thanks
If you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Describe the application event handlers in ASP.NET?
Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()
Explain diff. Between friend and protected friend?
what is service contract,operation contract?
What are sharepoint pages?
Explain exception filters?
How do you perform validations?
How to set/get parent page values in child page in asp.net