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 5478Below 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 7461Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications
2 52231.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
7 20793i have one gridview contains edititemtemplate(which contains update and cancel buttons) and i have one item template (contains edit button) i want the code for update and cancelbuttons in edit item template and i want the code for edit button in itemtemplate. please help me
4 8234
What is a swagger in web api?
Explain the difference between asp.net mvc and asp.net webforms
Write a code snippet to implement the indentation in json in web api.
What is preprocessor in .net?
How many ways are there to maintain a state in .net? What is view state?
Describe the .net base class library.
What is ispostback method in asp.net?
Explain the concept of event bubbling in ASP.NET?
Is react a template engine?
What is syntax code to send email from an asp.net application?
What are sql joins?
Which protocol is used to call web service?
How can you enable impersonation in the web.config file?
What is jade template engine?
To redirect the user to another page which method do we use without performing a round trip to the client?