What are web beacons used for?


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

Post New Answer

More ASP.NET Interview Questions

On Age field how many Asp.Net validation controls will be suit?

7 Answers   NTTF Nettur Technical Training Foundation, Quest,


When should we use abtract class and Interface Class?Give an Example

4 Answers   Accenture, Cap Gemini, L&T, RM,


Describe the method to create a permanent cookie?

0 Answers   Siebel,


What r all the controls in ASP.NET ?

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






How to use multiple scriptmanager controls in a web page?

0 Answers  


Define session in asp.net.

0 Answers  


How do you retrieve information from web.config ?

5 Answers   MMTS,


Explain cookies with example.

0 Answers  


Compare and contrast between inline and code behind - which one is best?

2 Answers   Siebel,


Are there resources online with tips on asp to asp.net conversions?

0 Answers  


How can you use a custom controls in ASP.NET application?

0 Answers   Sans Pareil IT Services,


Categories