What is the difference between ldap and active directory?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different session state management options available in asp.net?
i want the asp.net technical questions and answeres
.Net Doesn't offer Deterministic Distruction ? a) True b) False
what is caching?
How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio.net language (vb.net)?
What are sessions and cookies?
I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'
What is sdlc process?
In which interface the template of any control like Gridview would Initiate?
How can we prevent an aspx page get refreshed when any information fetch from the database ?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What is the difference between <%#%> and <%=%>?