473,492 Members | 4,301 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

UpdateProgress display Problem

Hello everybody,
is there any control adapter made for updatepanel and updateprogress.
actually updateprogress control is rendered as display:block, but I want it
as display:inline. and it doesn't contain property like rendermode or style.
I think I can made it possible using control adapter.

Any other solution for this.

Thanx in advance
Jul 16 '08 #1
1 1905
Hi

you can set your progesstemplates innerelements style to what every
you like ...
even display in any position of the screen with absolute positioning

<asp:UpdateProgress ID="UpdateProgress1" runat="server">
<ProgressTemplate>
<div class="CustomStyle">
//display elements will go here
</div>
</ProgressTemplate>
</asp:UpdateProgress>

best of luck

Munna
Jul 16 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1245
by: Sharon | last post by:
Hi all, Is it possible to call a javascript function when UpdateProgress is shown? Thanks, Sharon.
0
1286
by: needin4mation | last post by:
Hi, When I use the updateprogress control it works, but it pushes the whole page down while displaying the graphic, then when complete, everything pops back up. How can I make it so the page...
0
1144
by: Mikael Syska | last post by:
Hey, I have this: http://syska.dk/upload/isi-16.png where the button click event and the treeview selected index changed event are hookedup to the update panel ... this works great. But it can...
0
1291
by: =?Utf-8?B?am9uZWZlcg==?= | last post by:
I like how simple it is to implement an UpdateProgress control with an animated gif. What could be better is having it actually completely hide the controls that are being updated until they are...
3
16504
by: Max2006 | last post by:
Hi, I have the following code to show the UpdateProgress contents at the center of page: <asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="UpdatePanel1"...
0
1380
by: =?Utf-8?B?S2V2aW4=?= | last post by:
HI! In my web form I have one UpdatePanel with a GridView inside, one UpdateProgress outside UpdatePanel, and one DropDownList outside UpdatePanel. The DropDownList run as trigger of the...
2
5440
by: =?Utf-8?B?Q0JLb3dpdHo=?= | last post by:
I have 3 UpdatePanels and 1 UpdateProgress control. If I set the UpdateProgress Control to one of the UpdatePanels, nothing displays on postback. If I don't set the associated control for the...
1
3938
by: =?Utf-8?B?TWlrZQ==?= | last post by:
Hi. Is it possible to display an UpdateProgress control when an event calling Response.Redirect is executed? I have a simple webform with an ImageButton and an UpdateProgress control. My...
3
2179
by: selvamariappan | last post by:
Hi All, I have Created a asp.net application.After Clicking the submit button the record will be displayed in the grid view which can be within the update panel. How to use updateprogress...
0
6980
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7157
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7192
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7364
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5452
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4579
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3087
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3078
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1397
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.