Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311) 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 5608Below 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 7694Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications
2 53481.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
7 21148
What is a web part zone?
What is the difference between sharepoint online and sharepoint 2013?
What is the difference between border and shading?
Can a class be private in c#?
What is the difference between int.parse and int.tryparse methods?
how can create login from create and written conde in asp.net
How to create a spreadsheet in excel 2013?
Is c# slower than java?
What are different types of autoshapes?
What is the difference between final finally and finalize in c#?
What is the usage of "receivetimeout" property in wcf?
What is form feed in c#?
Explain the different version on iis?
What does rand () do in excel?
What is the advantage of typescript?