Started 3 weeks, 3 days ago (2008-12-16 06:57:00)
by Dharma K
Dear all we can use Animation Control in Ajax at the animation time the web page background
color change and Thw page is disible (same as Moduler Popup).pleae give any ideas., Advance thanks to All.,
Started 1 month, 1 week ago (2008-12-02 04:23:00)
by Arth Srivastava
Hi All, Can we call the Getslides method in the SlideShowExtender Control with Parameter??? I mean i have to call Getslides(parameter1.parameter2) in the slideShowExtender Method...in the SlideShowServiceMethod property. Reply soooonnnn Thanks, Arth
Started 1 month ago (2008-12-05 01:05:00)
by Arth Srivastava
Hi All, I am Dynamically Creating Check Box on a page and firing a OnCheckChangedEvent and at the same time i am creating the Update panel and Asynchronous trigger Dynamically... but the whole page is refreshing..i do not want the page refresh when check box check event occurs...below is my code.: protected void chk_CheckedChanged( object sender, EventArgs e) {...
Started 1 month ago (2008-12-04 05:52:00)
by Arth Srivastava
Hi All, If i am using File
Upload control in an update panel....still it is posting back that is still the status is showing the Upload progress. below is the code that i am using: <asp:ScriptManager ID= "ScriptManager1" runat= "server" > </asp:ScriptManager> <asp:UpdatePanel ID= "UpdatePanel1" runat= "server" UpdateMode= "Conditional" > <...
Started 1 month, 1 week ago (2008-12-02 08:44:00)
by Gopal M
How to hide the ajax calendar from clicking anywhere on the browser after it is popup? my code is: function hideCalendar() { //// $find("<%=CalendarExtender1.ClientID%>").hide(); var cal = document.getElementById( 'CalendarExtender1' ); if (cal != null ) { cal.hide(); return false ; } } but it's always null... can anybody ...
Started 1 month, 1 week ago (2008-12-02 03:20:00)
by Arth Srivastava
Hi All, I have to pull the Images from File System and show it as a slideshow using Ajax. I have a gridview,that display several links.. on that particular Link..i carry id ..and on that ID basis i open images. Each ID has a Folder with the name of ID itself.. Say id is 21 ...so 21 folder in the Filesystem will have serveral images... This is the code...but please tell me why slide ...
Started 1 month, 1 week ago (2008-12-01 00:44:00)
by Arth Srivastava
Hi All, I am using the Ajax Slideshow from asp.net/ajax samples..... the sample code is working fine... But i want to fetch the images from either Database or from the Project/Images folder. I do not want to
hard code the image names like in the Samples of ajax ...as given below: < script runat ="Server" type ="text/C#"> [System.Web....
Started 1 month, 1 week ago (2008-11-27 14:54:00)
by Daniel Polo
Hi All, How can i change the value of the AutocompleteExtender and have the value (the text) changed automatically?. It's like the opposite of the default behaviour, where you type a name and the value is assigned. Thanks in advance.
Guillermo.
Started 1 month, 3 weeks ago (2008-11-19 04:05:00)
by Pardeep Kumar
i am having one ModalPopupExtender and Save button. At the click of Save button i am opening ModalPopupExtender, i want to ModalPopupExtender should hide after some
milliseconds. i want to know at which event of ModalPopupExtender, i call the ModalPopupExtender.hide() Function, Kindly suggest me.
Started 1 month, 3 weeks ago (2008-11-19 07:30:00)
by Sanjay Verma
Atlas Update Panel, not updating? I've recently been digging
pretty deep into the most recent Atlas bits from Microsoft and so far so good. Today we ran into a farily big snag with the Update Panel. We managed to get it fixed and its quite obscure so I wanted to write it down for later.... We have a simple form, with or without a masterpage, and in that form we place the typical ...