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 5589Below 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 7633Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications
2 5315Post New Techno Solutions ASP.NET Interview Questions
What does sar provide? Where are sar logs stored?
Define the term 'users' in openstack.
How often we modify costing sheet?
What is exchange server 2010?
What is the materials of cotter joints?
To bind columns manually which tags do you need to add within the asp:datagrid ?
How to configure a read/write optical drive by using configuration manager?
How is adhoc testing different from exploratory testing?
Can more than a single table be mapped in cmp?
How do I boot up in safe mode?
an operation stratergy is developed using many sources of input .which is the least likely to have input?
What is go live.
What are some methods of reducing dimensionality?
How to create new databases with "create database" statements?
What are the types of layout in android?