ASP.NET 2.0's new membership API used for creating and
managing user account is exposed through which 2 clause?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

How Session use Cookies in State Management?

0 Answers  


What is state management react?

0 Answers  


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

0 Answers  


What is meant by server side scripting?

0 Answers  


What are the asp.net 2.0 features?

0 Answers  






all asp.net interives questions

1 Answers  


What is a runtime version?

0 Answers  


Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


Are cookies stored on server or client?

0 Answers  


About DataAdapters ?

8 Answers   Accenture,


what is session,cokkies in asp.net??

5 Answers  


What is difference between view and partial view?

0 Answers  


Categories