Hi everyone;I know response doens't work with AJAX but not even response.writefile at all? obviously it seems it doesn't but what can I do instead?below is my sample code:ProtectedSub cvs_DocFilelinkbutton_Click(ByVal senderAsObject,ByVal eAs System.EventArgs)Dim FilenameAsStringDim l...
Hi,Thaks for taking interesting for this question.I am using ASP.NET 2.0 C# with Atals. My Provblem is as below:- On my web page, I have two dropdown box say d1, d2 and one treview control say t1. Functionality is : When selected index changes in d1 it will populate d2. Then when selected index...
I am used to build AJAX at design time now i need to write everything programmatically?? just wondering if any one can give me some code how to write script manager and update panel programmatically?? thanks alot in advance...
I'm using a hosting service and would like to know how I can verify which version of Ajax (Beta2, RC1 etc) they are running on the remote host... there must be some API to get the version info? Thanks for any suggestions!Michael ...
I am accessing my webservice through an ajax json call by using the following javascript code:Function DeleteTask(task_key){ TaskWebService.wsDeleteTask(task_key, onComplete, onTimeout, onError);} My question is, since the user can see the above code, how as the developer can I prevent a mali...
I have one popup extender with several properties that tie it to several panels, is there an easy way to identify from which panel the user caused to popup to be shown?...
Hi all ,Well I have a page with 6 user controls each one of them in an updatepanel that updates are different intervals. Refreshes are triggered by a timer So far I was displaying a time stamp at the corner to track the last refresh time for each of this control , however there is a new request...
Hi,I have created a control using an AutoCompleteExtender to load data from a database when the user writes in a text box.The first problem is that I' can't get the ID of the item selected by the user, so I've had to concatenate the ID to parse it and identify the database item se...
So, here's the situation .. I've created two extenders: the DropZone extender, and the DragItem extender.DropZone is really just the DropWatcher behavior that was used in the ReorderList, includes the same post-back code and stubs.DragItem is just the complementary extender to the drop...
I am not getting SelectedIndex="-1"to work. What I would like is for no panes to show on the page load. if they select a header then the content should show. if they select the same header the content would disappear and no contents would show. Is this behavior outside the scope of what the...
Hi,I think I have found a somewhat generic solution to the back button problem in combination with an updatepannel when making a NEW request.PROBLEM:You have a gridview in an updatepanel that displays some items. You go to page 5 in the gridview and click on an item. This makes a request to a ne...
Like the titleI need the function that AutoCompleteExtender has.so I search AutoCompleteExtender control in the RC control toolkit list,but I can't find it.and I google it, the control seems to be in the atlas. now,can I use theAutoCompleteExtender control,and does it drop by the ajax.net.i...