-
Hello, I'm rather new to ATLAS and have a question I haven't seen answered here. Any help appreciated. I have an existing ASP.NET application to which I just added a ScriptManager and some UpdatePanels. I've set up an example page with several UpdatePanels that have Mode="Conditional"...
-
Hi, In client side i need to call one javascript function on every postback. i put that in on pageload() function. Before using updatepanel it is working fine. After using atlas updatepanel , after updating client script is not calling. Give me suggesion.
-
Hello All, I am facing problem regarding Atlas. I have install the AtlasSetup.msi in my .NET framework 2.0, and i open the new Atlas Website...... Let me first explain the my senario, I have data grid(5 colunm datagrid) on my Page. It's First Colunm is LinkButton whose text property contain the ID...
-
Hi there! I have a FileUpload control inside an UpdatePanel. I found here the workaround to make it work (I added a linkbutton outside the panel and I register: upAttachment.Attributes.Add( "onclick" , Page.ClientScript.GetPostBackEventReference(LinkButton1, "" )); on the Page_Load...
Posted to
"Atlas" Discussion and Suggestions
(Forum)
by
asfaya
on
09-08-2006, 12:00 AM
Filed under: Atlas, Browsers, Atlas Bug, javascript, update, updatepanel, postback, atlass update panel, Partial Rendering, atlas update panel, FileUpload, workaround
-
Hello All, I just want to Know to whether this is a bug or not..... I have implemented the Atlas stuff in my senario and it has been sucessfully implemented, but it take some time ( 6-7 sec ) to fill the textboxes, dropdownlist.... as i click on datagrid row selected. Please help me out if there is any...
-
I have a user control that contains an UpdatePanel and an Atlas Timer control to refresh the panel. When I add the control to a WebForm the panel does not refresh. In looking at the source of the page it looks like the Id of the UpdatePanel is not correct in the Atlas script. In the rendered div the...
-
hi, i have several web controls inside a update panel. But i don't know how to set it so that right after my page come back from a callback, it will lost the focus. i tryed .focus() in asp.net, but it doesn't work... help anyone??? Even UpdatePanel.update() also not working. <!DOCTYPE html...
-
hi, i have several web controls inside a update panel. But i don't know how to set it so that right after my page come back from a callback, it will lost the focus. i tryed .focus() in asp.net, but it doesn't work... help anyone??? Even UpdatePanel.update() also not working. <!DOCTYPE html...
Posted to
"Atlas" UI
(Forum)
by
venkiis
on
09-17-2006, 12:00 AM
Filed under: Browsers, Atlas Bug, updatepanel, postback, atlass update panel, Partial Rendering, atlas update panel, partial postback
-
Hi, I am trying to add new row in a table server control (which is inside a update panel), everytime you click on "Add new row" button, but even though new row is shown, but previous row(s) are not showing. Here is my code: ASPX: 1 < asp:Content ID= "Content1" ContentPlaceHolderID...
-
Hi, Some change in code...but the behaviour is still the same, the new row replaces the old one and doesnt add it after the old one. 1 < asp:Content ID= "Content1" ContentPlaceHolderID= "ContentPlaceHolder1" runat= "Server" > 2 < atlas:ScriptManager ID= "ScriptManager1"...