Can you explain page lifecycle in net?
What line in the following XML document will generate an error? <?xml version=?1.0?> <employees> <employee> <name>Bob Andcarrol</name> </employee> <employee> <name>Robert Burns</name> </employee> </employees> a) 6 b) 4 c) 1 d) There is no error
what is the trace in ASP.NET
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()
How to retrieve user name in case of Window Authentication?
What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?
What is advantage of code behind coding in ASP.NET?
0 Answers Sans Pareil IT Services,
Describe the disadvantage of cookies.
What is the exact purpose of http handlers?
Why is validation always done on the server? When does that occur?
What is the usie of activex control in .net?
what is code access security,role based security explain with example
is it possible to develop gaming application using .net technology?