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 we do partial refresh of a page using update panel how
server knows it(which event occurs?)

Answers were Sorted based on User's Feedback



When we do partial refresh of a page using update panel how server knows it(which event occurs?)..

Answer / rajesh

server knows the occured event by triggers in updatepanel

Is This Answer Correct ?    3 Yes 0 No

When we do partial refresh of a page using update panel how server knows it(which event occurs?)..

Answer / sivaprasad

PageRequest Manager in the page will maintain the
collection of controls that are registered as triggers in
any update panel inside page.it will check weather the
request is happened by a control with in the collection
then it will make request as partial post back.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Can you explain architecture of your project ?

0 Answers  


Explain repository pattern in asp.net mvc? : asp.net mvc

0 Answers  


How to turn off cookies for a page?

0 Answers  


accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

0 Answers   UGC Corporation,


Explain About duration in caching technique

0 Answers   BirlaSoft,


Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?

0 Answers  


What are the new page events added in Asp.net 2.0 ?

5 Answers   Sapient, TCS,


Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Server username and passwords). Which one is trusted and which one is untrusted?

3 Answers  


By default what is the Asp.Net application login context on IIS 5.0? By default the ASP.Net app runs in the context of a local user ASPNet on IIS version 5. On IIS version 6 on windows 2003 it is called Network service

0 Answers  


1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?

0 Answers   Marlabs,


How does u get record no from 5 to 15 from a dataset of 100 records?

0 Answers  


Categories