473,805 Members | 1,956 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Atlas Update Panel stucked

Hi,
I am using ASP.Net 2.0 along with C# and Atlas. I have some image
panels alongwith asp:panel controls. I am using image panels as tabs,
when user clicks a specific portion of the image, I change the tab
image and accordingly set a panel.
Now, these panels have buttons and all, ajax is working fine with them.
But only when I click on the image panel, sometimes it get stucked, it
keeps on showing me the Progress template (which is simple text
'Loading...') Once this happened, Clicking anything does not yield any
results. The page just stucked there. And I can't do anything except to
refresh the page.
Any idea whats going on here ?

regards,
Omer

Oct 10 '06 #1
4 1319
Sorry I used the wrong word, its not image Panel but 'asp:ImageMap'

om*******@gmail .com wrote:
Hi,
I am using ASP.Net 2.0 along with C# and Atlas. I have some image
panels alongwith asp:panel controls. I am using image panels as tabs,
when user clicks a specific portion of the image, I change the tab
image and accordingly set a panel.
Now, these panels have buttons and all, ajax is working fine with them.
But only when I click on the image panel, sometimes it get stucked, it
keeps on showing me the Progress template (which is simple text
'Loading...') Once this happened, Clicking anything does not yield any
results. The page just stucked there. And I can't do anything except to
refresh the page.
Any idea whats going on here ?

regards,
Omer
Oct 10 '06 #2
any ideaaaaaaa ?

om*******@gmail .com wrote:
Sorry I used the wrong word, its not image Panel but 'asp:ImageMap'

om*******@gmail .com wrote:
Hi,
I am using ASP.Net 2.0 along with C# and Atlas. I have some image
panels alongwith asp:panel controls. I am using image panels as tabs,
when user clicks a specific portion of the image, I change the tab
image and accordingly set a panel.
Now, these panels have buttons and all, ajax is working fine with them.
But only when I click on the image panel, sometimes it get stucked, it
keeps on showing me the Progress template (which is simple text
'Loading...') Once this happened, Clicking anything does not yield any
results. The page just stucked there. And I can't do anything except to
refresh the page.
Any idea whats going on here ?

regards,
Omer
Oct 10 '06 #3
I've got the reason. I am using a custom control, when page opens for
the first time, that control is present in the visible panel. when we
switch tab, control is present in the new tab. So this control was
initially invisible, so it didn't render on the page load. Now Atlas
seems to have some kind of issu with that. If a simply put an instance
of that control in my first, evrything works perfectly fine. and I ahve
no ieda how to fix it. I just don't need this control on the first tab.

Omer wrote:
any ideaaaaaaa ?

om*******@gmail .com wrote:
Sorry I used the wrong word, its not image Panel but 'asp:ImageMap'

om*******@gmail .com wrote:
Hi,
I am using ASP.Net 2.0 along with C# and Atlas. I have some image
panels alongwith asp:panel controls. I am using image panels as tabs,
when user clicks a specific portion of the image, I change the tab
image and accordingly set a panel.
Now, these panels have buttons and all, ajax is working fine with them.
But only when I click on the image panel, sometimes it get stucked, it
keeps on showing me the Progress template (which is simple text
'Loading...') Once this happened, Clicking anything does not yield any
results. The page just stucked there. And I can't do anything except to
refresh the page.
Any idea whats going on here ?
>
regards,
Omer
Oct 10 '06 #4
Sorry , agian I made a mistake. When page opens the control is NOT
present in the first Tab.
Omer wrote:
I've got the reason. I am using a custom control, when page opens for
the first time, that control is present in the visible panel. when we
switch tab, control is present in the new tab. So this control was
initially invisible, so it didn't render on the page load. Now Atlas
seems to have some kind of issu with that. If a simply put an instance
of that control in my first, evrything works perfectly fine. and I ahve
no ieda how to fix it. I just don't need this control on the first tab.

Omer wrote:
any ideaaaaaaa ?

om*******@gmail .com wrote:
Sorry I used the wrong word, its not image Panel but 'asp:ImageMap'
>
om*******@gmail .com wrote:
Hi,
I am using ASP.Net 2.0 along with C# and Atlas. I have some image
panels alongwith asp:panel controls. I am using image panels as tabs,
when user clicks a specific portion of the image, I change the tab
image and accordingly set a panel.
Now, these panels have buttons and all, ajax is working fine with them.
But only when I click on the image panel, sometimes it get stucked, it
keeps on showing me the Progress template (which is simple text
'Loading...') Once this happened, Clicking anything does not yield any
results. The page just stucked there. And I can't do anything except to
refresh the page.
Any idea whats going on here ?

regards,
Omer
Oct 10 '06 #5

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

Similar topics

5
1344
by: Varangian | last post by:
I'm not sure if there was already a post on this.. if so I apologise My question is what difference is there between Atlas and ASP.NET callback and why should people go on Atlas rather than on the ASP.NET 2.0 Callback? I used both of them:- Atlas was easy to use, just put the controls you wish in an UpdatePanel and all that, however the update panel still flickers if you put lots
4
3923
by: Diane Yocom | last post by:
I'm trying to use an Atlas UpdatePanel to just update a label when a text box has changed. The problem is that my textbox is in a user control and I'm using Master Pages - with the combination of these two things, the page flashes everytime my textbox changes and the panel is updated. If I just use a regular textbox along with the Master Page, it works fine. If I use by user control without the Master Pages, it works fine. When I...
1
1385
by: benthanger | last post by:
This is just a how to question that I'm hoping someone can answer. Is there anyway to update the page cashe after performing a partial page update using atlas so that if someone leaves the page and then presses the back button the page will reflect the last update that was done under atlas. More details I just got my datagrid working with Atlas. I'm using the update panel. It's great but I immediately see an issue that I'm hoping...
3
1273
by: rodchar | last post by:
hey all, i have a master page that consists of a header section and main body (in other words 1 column, 2row table). i placed a contentplaceholder in the header and in the body. so how does atlas come into play if i have dynamic stuff in both the header and the body. i tried putting an update panel in each of the sections but it didn't like that (and that's pretty much the extent of my knowledge for atlas).
1
3533
by: jmdolinger | last post by:
Hi all, I'm a newbie to Atlas (and recently ASP.NET) after coming from a long Java background, also have done quite a bit with an Ajax.NET/ASP.NET 1.1 project, but it was basically all javascript, nothing really having to do with ASP.NET... I'm attempting to put together an application that consists of several GridView controls each bound to some xml data. Each table exists in its own update panel. The two effects I'm going for are:
2
1244
by: simonZ | last post by:
I have atlas update panel which works perfect for couple of hours. Then it stops render part of page when trigger fires submit. Just render nothing. And that happens on all of my pages, where I use atlas. What that could be? I tried to create and define triggers in page_init event but still the same. I have to remove atlas from all pages because my users are complaining. And I can't even test this behaviour because on the beggining it...
2
1737
by: Nobody | last post by:
I have an aspx page where I have a repeater control that repeats a asp:LinkButton. When I click on one of the links, I get a post back, and the page flashes. A friend told me to look into ATLAS/AJAX, but didn't go into much detail. From what I read/gathered, I came up with this code: <asp:SqlDataSource ID="dsCategories" runat="server" ConnectionString="<%$ ConnectionStrings:cstrDataSource %>" SelectCommand="SELECT , FROM ORDER BY ">...
6
1147
by: SlashDrew | last post by:
So I converted my old 1.1 project to 2.0 using the addon that allows for deploying projects the 'old' way. I tried to add an update panel on a new page with a button and a label (the most simplistic of examples) and I get an alert of 'unspecified error'. Sweet. So, I add an update panel to an existing page and wire it up to a button. Click the button and get --------------------------- Microsoft Internet Explorer...
4
2302
by: ccshine | last post by:
I have several textboxes, a gridview and an image in a panel that need to be updated based upon info entered into a textbox. Everything works like a champ when I don't use the Atlas UpdatePanel, but I can't seem to figure out how to get even one section to work. Initially I had all 3 areas wrapped into the UpdatePanel and now I'm just trying to update some textboxes with info returned from the server. Neither one works. I tried the...
0
9716
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10607
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10104
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7645
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6875
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5541
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5677
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4317
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 we have to send another system
3
3007
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.