Answer Posted / priya
Membership is a self-standing feature in ASP.Net for
authentication,it can be integrated with ASP.Net role
management to provide authorization service to ur site.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Which control has default post back is enabled(true)?
What is preprocessor in .net and type, where it use?
Is it possible to migrate visual interdev design-time controls to asp.net?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Can you explain autopostback?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
How does the iis work?
Can you set the session out time manually?
What is a gridview in asp.net?
Differentiate the session object and application object?
What is the main difference between Asp.net and Vb.net?
Can you explain one critical mapping?
Explain the overview of asp.net?
What are triggers of an updatepanel?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?