0
votes
1answer
9 views
ExtenderControlProperty two-way binding?
I am creating a AJAX Extender Control and would like to pass a value back to the server on post-back. Are ExtenderControlProperties two-way? If not, is there any way of making th …
0
votes
1answer
18 views
CascadingDropDownList and Control-Click
I have two CascadingDropDownLists in a search form, and I would like to give the user the ability to "control-click" an item to eliminate the selected item from the search results. …
1
vote
3answers
228 views
Ajax on Mono
Do you guys know about an ajax toolkit (or something similar to the m$-ajaxtoolkit) for mono??
0
votes
1answer
60 views
collection of system properties using web browser
hi i am doing distributed computing environment........For the applications need to get distributed to different clients connected to the server in the network,i prefered to collec …
0
votes
1answer
136 views
AjaxUploader.dll works with Anonymous authentication, fails with Integrated Windows
Administering an IIS6 host for client who is new to an Ajax Upload tool obtained from here: http://ajaxuploader.com/
http://cutesoft.net
When Integrated Windows Authentication is …
0
votes
2answers
211 views
Ajax POST method
Hello,
I am new to Ajax.Net.
I want to know how to access data send from Ajax POST method.
(ie)AjaxObject.send("Some Data")
How to access that "Some Data" in form?
I can access …
0
votes
1answer
41 views
Is there a way to test if a return object JSON length exceeds max length before it throws exception in AJAX.NET?
I am using ajax.net to return an array of records. Some request can be very large and need to be sent with several requests. Is the a way to determine if the json length of an obje …
0
votes
1answer
27 views
Runtime error codes on AsyncPostback from AJAX toolkit
I'm interested in the meaning of the runtime error codes come from asp.net ajax
like.
110|error|500|d:\ *PATH* \SomeControl.ascx(5): error CS1026: ) expected|
Does anybody knows …
0
votes
2answers
111 views
Applying selected styles to a tab control after asynchronous postback occurrs
I have been going crazy over a problem with my tab control.
It has to do with something messing up during ajax requests in ASP.NET and it's driving me crazy because I think I've g …
1
vote
2answers
45 views
problem with ajax on update .net Framework 2.0 to .net framework 3.5 from VS 2008
I get a java script error on Internet Explorer when changing the index of a
drop down list control inside a form.
the error is: __EVENTTARGET is null or is not an object
The code i …
0
votes
1answer
1k views
Can I use UpdatePanel in MasterPage to wrap nested pages?
Can I use Update panel in masterpage to wrap nested pages so that when browsing from one page to the other client only gets a partial refresh (MasterPage doesn't get reloaded).
If …
0
votes
1answer
50 views
dynamic updating of a web page
I need to change a part of my web page content dynamically
without refreshing the entire page. Like Myspace or Facebook users gallery.
Does anybody know of any useful scripts
with …
0
votes
1answer
50 views
Generics in asp.net ajax?
I've seen someone use a Sys.StringBuilder in asp.net ajax, is it possible to use generics as well? I essentially have a List of comment objects (That contains a datetime, a string …
0
votes
3answers
164 views
Call a javascript function from outside its object
I have some simple javascript that as far as i can tell should work but doesn't.
The code is below
var presenter = new Practicum.Web.TEI.StudentPlacement2009.CreateLetter_class() …
3
votes
4answers
397 views
How to: Back button support “Ajax”
I have an asp.net ajax website, it full of things happen on the same page without page reload, such as sorting records, paging,...
When the user go to another page in the same site …
