|
Browse by Tags
All Tags » AJAX ( RSS)
-
I've got a web page with an 8.1 ultraweb tab control that has a number of tabs on it (8). Each tab is populated by an ascx (asp control) page. The site is setup to bring all of the data in and populate each tab as the initial page is loaded. I would like to load the first 4 tabs on initial load and...
-
Hello We have a challange with implementing drog and drop on the server side. On the server code we have Event heandler for NodeDropped server event. This event work well. We need to get 2 node object to make some actions with appropriate objects. We have following Event Heandler: protected void uwtTree_NodeChanged...
-
Hi, I use webdialog as a wizard. The wizard requires heavily server-side operation. Therefore, i need to do asynchronous postback. However, if i do so, the modality of the webdialog is lost. The background shadow disappears, the webdialog comes back its initial position and the modality behavior is lost...
-
Hello!! I'm experiencing some memory leaks on IE and Firefox when using an Ultrawebtree within an UpdatePanel (AJAX.NET). After 40 postbacks (asynck postbacks doing partial rendering) I'm having about 3 MB in IE 7 and 2 MB in FireFox 3.0. It is a known behaviour? Do you have any workaround? TIA...
-
Each time a demand load occurs within my webtree it expands the node I click on and the first node that is added to the selected node too. i.e. Rather than just the children of the selected node being displayed it also dislays their children. Could somebody please explain why this is? And how I can fix...
-
I am using a generated webdate choose in an ajax updatepanel. The webdate chooser, scriptmanager and update panel are created in the OnInit event and then added to the page along with some other dropdown boxes. Everything display's and functions fine but when I choose a date on the webdate chooser...
-
Getting ASP.NET AJAX to work with SharePoint is a real challenge. I recently put up a blog post that walks you through creating a custom web part that uses an AJAX Update Panel and an WebGrid. Take a look at it and let us know if it address your problem. Blog Post: http://blogs.infragistics.com/blogs...
-
The WebTab only supports updating child controls during an async postback. If you want to update the label outside of the WebTab. Then you will need to take a look at hosting the WebTab and the label inside of an MS AJAX update panel (See AJAX Update Panel ). The update panel should give you the functionality...
-
Hi, I'm rendering the grid as a result of a partial postback (using the UpdatePanel) and it has been working well until I changed the scripts directory via the web.config. Now I get a script loading error which seem to be raised by the page ScriptManager. You can read about my problem in this post...
-
I encountered the same problem as mentioned in this thread, using WebDateChooser v6.2. I believe i have found a solution to this problem: After installing the new Infragistics WebDateChooser control v8.2 (NedAdvantage2008 Vol. 2 CLR 3.5) the WedDateChooser control remained functional after AJAX events...
|
|