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 5660Below 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 7793Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications
2 5401Post New Techno Solutions ASP.NET Interview Questions
Can you tell the number of active assignment rules for a lead/case?
What does liquescence digestive enzyme do?
What is drupal's taxonomy system and what are some of its key features?
explain the concepts of ptd, ytd, qtd and pjtd in gl?
Explain access specifiers?
Mention in brief, what is the role of scrum master in scrum?
Are spark dataframes distributed?
can any one send me the real time interview questions and tockets in sap fico ,my mailid is c.sujatha2008@gmail.com
Optimized production technology (opt) is a computer-based technique and tool, which helps to schedule production systems. Which are not principles of opt?
Can I learn wordpress on my own?
What is singleton service?
Understanding Clint business process & Relevant Sap Logic Review of Business & Technical Documention
in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'
From which professional backgrounds is it possible to make a shift to iot?
How can you get the size of an image in PHP?