6
Shouts

How to update controls which are outside of updatepanel during partial page rendering? « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 709 days, 6 minutes ago
Monday, June 14, 2010 9:18:16 AM GMT

we generally used update panel to do the partial page postback, which means to postback the controls which are only inside the update panel. For achieve this we simply call Update() method for the corresponding Update Panel. This thing is quite simple when we are trying to update any control which is inside the updatepanel itself. But, The problem may come whe...

category: ASP.NET | clicked: 2 | | source: abhijitjana.net | show counter code