What are the types of authentications in ASP.NET?
Answer Posted / kautilya
There are main three types of authentications,
(1) Windows
(2) Forms
(3) Passport
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the file extension of web service?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What are custom user controls in asp.net?
Are there resources online with tips on asp to asp.net conversions?
Define xmlreader class.
What are the events in a page life cycle?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
Explain the use of errorprovider control in .net?
In a Repeater control how one can provide an alternating color scheme ?
What events will occur when a page is loaded?
What is strong-typing versus weak-typing?
Is viewstate secure?
What is asp net objects?
What is the file through which you can customize your asp.net application?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.