- Identifying the target control from a popup control
I posted this in UI, but its probably better off here.I have several controls with their own corresponding popup behavior, I want to know if there's a way to identify from which target control the popup was launched that is to say which popup control property is currently "active"?...
- Identifying members of the Datatable collection in a Dataset
Hi, I have a web app that relies on a very slow webservice, so I decided to try ATLAS, where my page communicates with the remote webservice though a proxy webservice. This is all smooth. My problem is that one mthod of the remote webservice returns 17 datatables in a dataset. This is passed via...
- Identifying Atlas Postbacks in Page_Load
Everytime Atlas does its postback, it always goes through page_load. Is there anyway to find out whether the call is Atlas postback or just a normal non Atlas?So for example in Page_Load, can I do something like:If this is not Atlas then DrawPicturesEnd IfI don't want the DrawPictures to...
- Idea or suggestion to making "slicker" animations ..
What about having an animation that slows near the end of the cycle.I'm working with garbin's clipAnimation, and it's great, but a little rough when it comes to the animation.Maybe, 2 different animations .. a "slow-to-stop" and a "slow-to-start" ..Slow-to-stop is exactly that, le...
- IDE major slowdown
I've been working with an older Atlas ctp from september, and everything was good. Now I have upgraded to RC1, and suddenly I have a major slowdown in Visual Studio whenever I open an html page in source view. It takes about 5-7 seconds to load even a very basic page. Also if I tab betwe...
- ID errors with Embeded Update Panel
I have a form include 10 items. I put this form inside an update panel. There is one item in the form is for date input, so I use popup calendar for this date input.With this case, there is error same ID conflict. How to solve this problem?...