Wrox Programmer Forums
|
ASP.NET 3.5 Professionals If you are an experienced ASP.NET programmer, this is the forum for your 3.5 questions. Please also see the Visual Web Developer 2008 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 3.5 Professionals section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 16th, 2011, 03:48 AM
Authorized User
 
Join Date: Oct 2010
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
Post UpdateProgress and Updatepanel

hello everybody
How to get value (RadEditor ). When i try to update or save info
There is no update and save.

This is all my code
-----------------
<asp:UpdatePanel ID="UpdatePanel" UpdateMode="Conditional" runat="server">
<ContentTemplate>
<center>
<table class="groupcontent" id= "tbhotel" style=" border: thin solid #007CB9; width: 1100px;"
align="left" cellpadding="2" cellspacing="5">
<tr>
<td>
Cancel Reservation Condition:
</td>
</tr>
<tr>
<td>
<center>
<telerik:RadEditor ID="redCondition" Runat="server" Skin="Windows7" Width="803px">
<Content>
</Content>
</telerik:RadEditor>
</center>
</td>
</tr>
<tr>
<td> <center>
<asp:Button ID="btsave" runat="server" Text=" Save " /></center>
</td>
</tr>
</table>
</center>
<asp:UpdateProgress ID="UpdateProgress1" runat="server" DynamicLayout="true" DisplayAfter="0" AssociatedUpdatePanelID="UpdatePanel">
<ProgressTemplate>
<div id="progressBackgroundFilter"></div>
<div id="processMessage">
<center>
<img alt="processing" src="../App_Themes/desgin/loading.gif" />
<p>
<b>Processing</b> <br />
This might take several minutes to complete.
<br />
</p>
</center></div>
</ProgressTemplate>
</asp:UpdateProgress>
</ContentTemplate>
</asp:UpdatePanel>

I really appreciate all the help you can give me!
Thanks in advance
Phuc Hoang





Similar Threads
Thread Thread Starter Forum Replies Last Post
UpdatePanel question caiman ASP.NET 3.5 Basics 5 August 19th, 2010 01:05 PM
Help, using update panel and updateprogress inside a datalist control ysfkay ASP.NET 3.5 Professionals 0 May 9th, 2010 10:15 PM
Location for UpdateProgress member4953 BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 1 September 25th, 2009 05:27 PM
UpdatePanel daniel.mihalcea Ajax 10 September 27th, 2008 07:39 AM
UpdatePanel Problem? rajatbirth_1978 .NET Framework 2.0 0 February 14th, 2007 02:27 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.