DotNetShoutout - Stories tagged with UpdatePanel
5
Shouts

Programmatically updating one update panel elements from another update panel elements

published 863 days, 18 hours, 44 minutes ago posted by dharadhara 865 days, 7 hours, 10 minutes ago
Thursday, January 13, 2011 5:58:01 PM GMT Wednesday, January 12, 2011 5:32:43 AM GMT
While taking interviews for asp.net candidate I am often asking this question but most peoples are not able to give this answer. So I decided to write a blog post about this. Here is the scenario. There are two update panels in my html code in first update... (more)
category: Web Dev | clicked: 0 | comment | | source: beyondrelational.com
tags: .NET, UpdatePanel, Ajax, ASP.NET
5
Shouts

Programmatically disable UpdatePanels

published 887 days, 18 hours, 22 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 889 days, 23 hours, 4 minutes ago
Monday, December 20, 2010 6:20:11 PM GMT Saturday, December 18, 2010 1:38:20 PM GMT
In this post I'll show you how to programmatically disable all UpdatePanels in a page. I don't know in which scenario you would want to use this, but I had to use it to hack around an issue with the ReportViewer control. I'll save you the details, really. (more)
category: Web Dev | clicked: 1 | comment | | source: jclaes.blogspot.com
tags: UpdatePanel, hack, UpdatePanels
4
Shouts

Playing with Update Panel in asp.net

published 1133 days, 1 hour, 31 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 1133 days, 16 hours, 20 minutes ago
Monday, April 19, 2010 11:11:45 AM GMT Sunday, April 18, 2010 8:22:18 PM GMT
While taking interview for asp.net I often asked questions regarding update panel and how they works and how we can asynchronous post back using update panel without post backing whole page. To my surprise most of people don’t know how to use update panel using triggers. Let’s create simple example to demonstrate use of trigger. We will take one button and then we will use a textbox control and when button’s click event fires its will change textbox text value and fill textbox with that value. But lot... (more)
category: Web Dev | clicked: 2 | comment | | source: jalpesh.blogspot.com
tags: UpdatePanel, ASP.NET
5
Shouts

ASP.NET GridView – edit records using JQuery Dialog

posted by http://xlib.wordpress.com/http://xlib.wordpress.com/ 1209 days, 2 hours, 9 minutes ago
Tuesday, February 02, 2010 10:33:01 AM GMT
February 2, 2010ASP.NET GridView – edit records using JQuery DialogFiled under: .NET, ASP.NET, JQuery — Eric P @ 6:25 am There are many ways in which you could modify modular data in Grid View: Inline by making rows editable when u click on Edit By using separate pages for Edit By using popups/dialogs for adding/editing In this post I will show how to implement the 3rd approach using JQuery UI Dialog for adding/editing data in ASP.NET GridView. The following features have been im... (more)
category: Web Dev | clicked: 144 | 1 comment | | source: xlib.wordpress.com
tags: GridView, UpdatePanel, jQuery UI, jQuery, Ajax, ASP.NET