What are the advantages of the code-behind feature?
No Answer is Posted For this Question
Be the First to Post Answer
Is asp.net free?
What is different authentication mechanisms used in ASP.NET?
hi .net gurus here is my question " how does impersonate in asp.net works? explain with good example"
2 Answers PennyWise, TCS, Wipro,
In which event of the page life cycle, is the viewstate available?
can we transfer data from one page to another page using viewstate if so how?if not y?
How can we Maintain more than on config file in one .Net web application and how?
What is page request in asp.net?
What are sessions in asp net?
How to disable SOAP1.2 in Web Services?
I have one application, one user purchase some products in my application? and another person came he is also purchase some products?how can we identify which user purchase which items? my answer is by using session id? but i dont know how? can u give me programming for that?
What is the significance of finalize method in .net?
Hi, We have a user control that have button Now we use this user control on different aspx pages. We want when we click on the user control button then button behave differently on different page (Dynamacilly).