Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


when the user control event occur in ASp page life cycle?

Answers were Sorted based on User's Feedback



when the user control event occur in ASp page life cycle?..

Answer / vivek

after the parent page_Load

Is This Answer Correct ?    10 Yes 2 No

when the user control event occur in ASp page life cycle?..

Answer / vijendra

When ever a page is called the control event is generated.

Is This Answer Correct ?    3 Yes 6 No

when the user control event occur in ASp page life cycle?..

Answer / praveen

I Think It is in Page Pre Render Event.

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More ASP.NET Interview Questions

Which adapter should you use, if you want to get the data from an access database?

0 Answers  


What is the main difference between hash table and Dictionary?

3 Answers   CSC,


WHAT ARE DEFFERENCE BETWEEN DATALIST AND DATAGRID

1 Answers   Seion Infotech,


What are the type of session in Asp.Net

3 Answers  


Explain autherization levels in .net ?

2 Answers  


What is the difference between Proxy and Contract?

1 Answers  


What is the difference between a.Equals(b) and a == b?

4 Answers  


What is work flow gen? how can it will work with .Net?

0 Answers   TCS,


1. What is Connection Pooling…? 2. Maintaining Sessions in ASP.NET 3. ASP.NET page lifecycle. 4. Can we store objects in sessions. 5. What is AJAX..? 6. Serialization/Deserialization. Why we use serialization and Deserialization…? 7. What are Arrays and Arraylist..? 8. Difference between Authentication and Authorization…? 9. Difference between abstract class and Interfaces 10. What is a view..? Does a view contain data..? 11. What are triggers..? 12. What are transactions..? 13. What is Metaview (oracle)..? 14. What is Inheritance..? How can we call a method from the base class..? 15. Can an abstract class have zero abstract methods..? 16. How to read from Message Queue..? 17. What is Metadata..? 18. You would prefer to have business logic in c# or DB Side..? Why…?

1 Answers   Franklin Templeton, Sky InfoTech,


Where is session data stored in asp net?

0 Answers  


You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 Answers   Microsoft, Syntax Softtech,


What is advantage and disadvantage of viewstate

3 Answers  


Categories