0
votes
0answers
12 views
MVC - Ajax.BeginForm gives htmlfile: Unknown runtime error
I am trying to implement an Ajax.Beginform on my page but when I try to run the code, on postback I get the following alert
htmlfile: Unknown runtime error
I've tried trawli …
1
vote
4answers
61 views
How to solve duplicate objects in dynamic loading page by using jQuery?
I want to solve duplicate objects in dynamic loading content. Please look at the following source code for easier understand.
Base Page HTML With 1 Dynamic Loading Content
<b …
2
votes
1answer
26 views
What is the best choice for making AJAX calls to a WCF service?
The Microsoft AJAX Library Preview 6 and jQuery provide several ways to make the sorts of calls I need:
Sys.Net.WebRequest (ASP.NET Ajax)
Sys.Net.WebServiceProxy (ASP.NET Ajax)
$ …
0
votes
2answers
21 views
problem with images load on setTimeout
Hello everybody,
I have a problem, that i seems not be able find my way around it.
The problem is, that I load images and some text trough ajax call, and then after some time i t …
0
votes
0answers
12 views
Accordion events not launching in ASCX
have an AjaxControlToolkit Accordion control included in a custom UserControl.
I'm binding it to a datasource and on the itemDataBound I register a few controls as AsyncPostbacks. …
0
votes
1answer
16 views
Jquery UI Dialog inside UpdatePanel doing strange things
I have a DIV in which I have a asp:repeater which, based on data, puts information in this div. I then use Jquery's UI dialog to display the data to the user via a button click. Th …
0
votes
2answers
36 views
ASP.NET MVC - Build Search Results into a Div
I'm new to ASP.NET MVC, but I need to perform a search for articles that match a selected category. The results of this query need to be written into a "search results" div overla …
0
votes
2answers
34 views
Creating RequiredFieldValidator via Code Behind
Hi,
i want to create a validatior via code behind.But although i create it,it doesnt fire when postback occurs.I craete validator in Page's Onload event.What can be reason?Here is …
1
vote
1answer
20 views
How do I enable the back button on ajax calls with long options in the .NET url?
I am trying to enable the back button on ajax calls...my solution...when an ajax call is made, create a guid, insert into the database the variables and insert the guid into the UR …
0
votes
1answer
12 views
Getting your asp.net ajax component to work with $find()
I am working on an ASP.net Ajax custom control, I have tried to derive from ScriptControl and a I also modified my code to implement the IScriptControl interface and do the nesseca …
0
votes
2answers
29 views
How “refresh” a AJAX UpdatePanel from another form ?
Hi,
If in the ASP Form "A" I have a Updatepanel ... How refresh this when click in a button of ASP Form "B".
Thanks
0
votes
0answers
16 views
Does Microsof Ajax library (Asp.Net Ajax) use $ function at all? Do I need to use jQuery.NoConflict() if I use with Jquery libarary?
Does Microsof Ajax library use $ function at all?
Do I need to use jQuery.NoConflict() if I use with Jquery libarary?
I checked the reference, it looks like Microsof Ajax libra …
0
votes
1answer
14 views
Ajax Assembly Error - Assembly {0} does not contain a Web resource with name {1}
I have an assembly that contains an embedded resource. However, when this assembly is accessed via the web, I get the following error: Assembly 'MyAssembly, Version=1.0.0.0, Cultur …
0
votes
1answer
24 views
set ajax CalendarExtender default value
work on asp.net vs05. i want to set the system date as default value for the CalendarExtender in my textbox.In page load event if i write
textbox.text=datetime.now;
than it show …
0
votes
2answers
32 views
Scrollable ASP.net/javascript grid control for logging events
Hi,
Has anyone had any experience writing a web control (in either ASP.net, or javascript/HTML/CSS), that could be used to display log information which is pinged from a server ev …
