Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Techno Solutions ASP.NET Interview Questions
Questions Answers Views Company eMail

My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file?

1 4807

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 5986

Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications

2 4343

Post New Techno Solutions ASP.NET Interview Questions




Un-Answered Questions

For elevated service Reservoirs what will be the output of each skilled carpenter and bar bender.

1586


What are the uses of ms word?

306


What is EDI?difference between EDI & ALE IDOC?

1102


Can asp.net work on an nt server?

551


Is jdbc a protocol?

495






How to pass the parameter in parm using linkage section ? (syntax)?

643


Explain hsn?

560


How may I get the maximum current capacity for a particullar size Alluminum or Copper cable if there is compulsion to use?

1447


What do you mean by power transformer?

639


Explain what is a field in a database and record in a database?

601


Why would you use find and get rather than to obtain?

673


Why is a primary key important?

537


when does administrator need to create a jdbc provider?

469


What are the advantages of ac voltage controllers?

825


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

2240