Is It Possible for Static Variables access normal variable?
and Normal Varialbe Access the static Variables?
Answer / srinu
static variables can access using this keyword. and the
normal variables can access the static variables using
class.variable_name.
| Is This Answer Correct ? | 7 Yes | 0 No |
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
Below 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()
What are the objects of ASP.NET ?
Describe how ASP.NET maintains process isolation for each Web application?
What is stateless asp or asp.net ?
2 Answers Accenture, BirlaSoft,
What are the disadvantages of view state / what are the benefits?
what is a virtual class?
Difference between response.redirect and server.transfer?
Can you explain what inheritance is and an example of when you might use it?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is CTE in sql server 2005?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
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)