What is difference between session and viewstate?
No Answer is Posted For this Question
Be the First to Post Answer
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is Forms Authentication in ASP.NET?
What is difference between singleton and single call?
What is a transaction? a) A banking term. b) A concept used to describe a step in the business process. c) A combination of DML steps that must succeed or the data is retuned to its initial state. d) A combination of DDL steps that must succeed or the data is retuned to its initial state.
What are client activated objects and server activated objects?
What is versioning in .NET?
1 Answers Syntax Softtech, Wipro,
What is the difference between adding reference in solution explorer and adding references by using ?
How can you make sure that web api returns json data only?
Explain authorization levels in .net ?
i have one gridview contains edititemtemplate(which contains update and cancel buttons) and i have one item template (contains edit button) i want the code for update and cancelbuttons in edit item template and i want the code for edit button in itemtemplate. please help me
what is a .xap file? Explain with an example.
I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?