What is __ requestverificationtoken?


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

Post New Answer

More ASP.NET Interview Questions

What is CSS? What is the advantage os using CSS in ASP.NET Web Applications?

2 Answers   PCS,


Define xmlvalidatingreader class.

0 Answers  


diff between Server.Transfer() and Server.Execute()

1 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,


Can we use html in asp.net?

0 Answers  






Explain the difference between asp and asp.net?

0 Answers  


What are the intrinsic objects present in ASP.NET

1 Answers   IBM,


How to store checkbox value in database in asp.net mvc? : Asp.Net MVC

0 Answers  


What is Assert Method ?

2 Answers  


How you can access the properties and controls of master pages from content pages?

0 Answers  


How do I create a web form?

0 Answers  


Explain how cookies work.

0 Answers  


Categories