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 5468Below 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 7426Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications
2 5208Post New Techno Solutions ASP.NET Interview Questions
What is the difference between operational and programmer errors?
There are three boxes, one contains only apples, one contains only oranges, and one contains both apples and oranges. The boxes have been incorrectly labeled such that no label identifies the actual contents of the box it labels. Opening just one box, and without looking in the box, you take out one piece of fruit. By looking at the fruit, how can you immediately label all of the boxes correctly?
How do I fix a table in word?
write a c program in such a way that if we enter the today date the output should be next day's date.
Say you knew a company's net income. How would you figure out its "free cash flow"?
How many kilo-newtons equals 1000 kilogram?
Explain primary key, foreign key and unique key?
How the frame size of a flange mounted AC induction motor is calculated?
What have included columns when we talk about sql server indexing?
When is a dedit note raised When is an expense booked
what could go wrong with test automation?
defination of lines
How can you implement a stack?
Obtaining formal project plan approval and sign-off is important for all of the following reasons except: A. Stakeholders are able to recommend a project Planning methodology to follow throughout the remaining process groups. B. Stakeholders are aware of the project details, which make them more likely to participate in future project decisions. C. Stakeholders will be more likely to cooperate. D. Stakeholders are aware of the specific details regarding project schedules, budgets, and risks.
What is connect in node.js?