Can you explain page lifecycle in net?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

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

3 Answers   Syntax Softtech,


what is the trace in ASP.NET

4 Answers  


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()

4 Answers   Techno Solutions,


How to retrieve user name in case of Window Authentication?

0 Answers  


What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?

1 Answers   Patni,






What is advantage of code behind coding in ASP.NET?

0 Answers   Sans Pareil IT Services,


Describe the disadvantage of cookies.

0 Answers  


What is the exact purpose of http handlers?

0 Answers  


Why is validation always done on the server? When does that occur?

2 Answers  


What is the usie of activex control in .net?

0 Answers  


what is code access security,role based security explain with example

1 Answers   Infosys,


is it possible to develop gaming application using .net technology?

2 Answers  


Categories