Tagged Questions
0
votes
2answers
20 views
Converting AJAX REST call to a C# .NET
I have a AJAX call that works perfectly. I'm trying to make the same call via C# but I'am very confused.
This is my webmethod:
[WebMethod(true)]
public static object ParentLogin(string email, string ...
0
votes
0answers
17 views
Unable to add dynamically an AJAX enabled control
I am developing a website where there is a treeview on the master page. When a user clicks on a node on the tree I want to dynamically load a user control and place it in the content page.
Here is ...
2
votes
1answer
30 views
What is limit of data that can be passed with jQuery ajax GET request
This is the cross-domain request to the REST service:
$.ajax({
type: "GET",
dataType: "jsonp",
contentType: "application/javascript",
...
0
votes
0answers
28 views
Display a modal popup using AJAX
I have designed a modal popup in ASP.net. The task is when I click my button, it has to display a modal popup box. I used AJAX extender control kit also. Below is my coding.
Approval.aspx:
<form ...
0
votes
1answer
39 views
Button is not working with Update Panel
I have placed a timer and a label for displaying countdown time in an update panel. I have placed the next button for displaying the next question outside the update panel.
My problem is that the ...
1
vote
2answers
36 views
jQuery ajax POST error for wcf sevice
This is cross-domain ajax request:
$.ajax({
type: "POST",
dataType: "jsonp",
contentType: "application/jsonp",
data: ...
0
votes
2answers
33 views
pass json data to aspx webmethod page error: “System.Collections.Generic.IDictionary`2 is not supported for deserialization of an array”
I Want Pass json Object to WebMethod in aspx page
here's my jquery and WebMethod
$("#button-login").bind({
Click: accountRegister
});
function accountRegister(e) {
var dataObj = ...
0
votes
1answer
23 views
Parsing json Array Ajax Return Data
Can somebody explain me how do i parse this Ajax response in jQuery
{"d":{"__type":"ListUsers+returnData","Type":"Success","Message":"User Added successfully."}}
I am using same return types for ...
1
vote
0answers
30 views
Adding OnClientClick to a button generated at runtime
I have created a button at runtime and would to add OnClientClick property of the button,to execute some javascript function, example the alert(), in this case. This piece of code works in firefox and ...
1
vote
2answers
60 views
how to retrieve post request parameter of jquery in aspx page
i am working on a project in c#.net , I have a jquery code in my master page and the master page is included in my home page. I have created hyperlinks dynamically in my home page.
i want that when ...
0
votes
0answers
22 views
Datatable JQuery don`t Paginate
the table get data correctly but the filtration and paging dont work and the search display but dont work , what should i do please help
function intialtize_damage_Grid_two(dtData) {
...
0
votes
1answer
22 views
How to obtain Xml file path included in project, inside WebMethod
I am making ajax call to a static WebMethod & need access to the web page path.. Server.MapPath.
But since instance variables are not accessible inside static method. We can't use Page properties ...
0
votes
1answer
29 views
IE Ajax not working properly, get different value between jQuery.Ajax and ashx browser result
I have an Ajax call via JQuery.Ajax, Chrome and Firefox works fine. but for IE it is not working properly. Following screenshot is what I have in IE Debug:
On the right side the data shows the JSON ...
0
votes
0answers
16 views
Error Creating Control - CalendarExtender error
in my project i used AjaxControlToolkit CalendarExtender and it is working fine when i run it but at design time it show the error on CalendarExtender Tool i.e.
what type this error and why does it ...
0
votes
1answer
20 views
AjaxControlToolkit.dll 1.0.10123.0
which .Net Framework version is support this version of (AjaxControlToolkit.dll (1.0.10123.0)) and which is not?
i have confusion about this, i m using visual studio 2008 Pro .Net Framework 3.5 and ...
0
votes
0answers
16 views
Handle AJAX call in SharePoint sandbox [migrated]
I'm developing a solution for Sharepoint 2010 using ASTreeView. This control handles also AJAX calls for node loading. To load children of a parent, a
<ul><li>...</ul>
needs to ...
0
votes
0answers
19 views
Call existing webservice from Javascript to retrieve/open PDF file [duplicate]
I have an existing webservice that will generate a PDF report based on user parameters. I'm trying to use this webservice from an ASP.NET web application I'm writing. In an effort to try and avoid ...
0
votes
2answers
39 views
How to secure ASP.NET REST with JQUERY client call
I am completely new in the rest web services world and I traveled hugely articles on the web trying to implement REST webservices in ASP.NET (with in parallel a webform application in another project)
...
0
votes
2answers
43 views
ASP.NET Project deployed on a remote server requires a ScriptManager on the page
I built a project and I used a HoverMenuExtender on the page and for this I also added a ScriptManager on the page and my project is running successfully on my local system without any error but when ...
0
votes
1answer
23 views
When click on the button in a web page of asp.net page(C#) it load again and the jquery fuction that supposed to work didn't work properly
I am looking for something that will help me to do some jquery stuff.
I have a button when it is clicked it supposed to show a dialog and deactive the screen for the time dialog box is on screen. It ...
0
votes
0answers
10 views
MultiView + UpdatePanel = NotWorking
I am implementing a multiview using a RadioButtonList to flip its view and also AJAX.
My problem is if I set my default RadioButton (NavigateRadioButtonList.Items[0].Selected = true;), that ...
-1
votes
0answers
18 views
eStreamChat admin and rooms creation hash problems
I have a question specific to eStreamChat (An opensource Chatroom for .Net). There doesn't seem to be much in the way of documentation on their websites or any examples online so if anyone could help ...
0
votes
1answer
20 views
The Contract Name 'MyCompany.CostReduction.EditInitiatives' could not found in the list of contract bt the service 'EditInitiatives'
I am getting above error for ajax based WCF serive. Code looks like below.
Code
<ServiceContract()>
Public Interface IEditInitiatives
<OperationContract()> _
...
0
votes
4answers
85 views
jQuery Ajax() can't reach C# Webmethod
I don't get why $.ajax() function cannot reach my [WebMethod].
Here is the jQuery below:
$('.BasketUpdaterSubmit').click(function() {
$.ajax({
url: '/Ajax/AjaxCalls.aspx/UpdateAsyncBasket',
...
0
votes
1answer
74 views
Unable to get property 'value' of undefined or null reference
I have registration form and button. OnClick - I call function on server side which make a validation of user's zip code at Database with Zipcodes. If validation passed successfully - user's data ...
0
votes
1answer
26 views
Modify an UpdatePanel by calling server-side code from client code
It's possible that there's no way to do this, but I figure I would ask. I'm relatively new to asp.net, having played with it for about a week now. What I have right now is a page that calls a web ...
0
votes
0answers
36 views
Ajax Autocomplete inside Gridview not showing up on IE8
I have a gridview with templatefields and for one of these template fields I have a textbox with an autocomplete. The weird thing is that if I set the CompletionListCssClass it will not show up at all ...
0
votes
0answers
16 views
Ajax Read and write using asp.net [closed]
I'm a little bit confuse about this project.
http://www.codeproject.com/Articles/16177/Using-AJAX-to-simply-read-from-and-write-to-a-data
I do understand the process but I want to know what is the ...
0
votes
3answers
111 views
SyntaxError: JSON.parse: unexpected character error unexpected token <
i have a html button with "button-account" name in html body and want update aspx page with ajax when user click the button
I get this error in google chrom
SyntaxError: JSON.parse: unexpected ...
0
votes
2answers
61 views
css hover menu stops working after Update Panel renders elements
I am using <ul> <li> menu on master page. For menu hover I am using csshover.htc file.
I am <updatepanel> on my child pages, but when I click on any link or button inside update ...
1
vote
1answer
48 views
How could I recreate a PHP mail script in ASP?
I'm trying to create a simple, completely stand-alone ASP script that reads GET variables posted from a jQuery ajax call and then sends an email based on some of those values. However, I am completely ...
0
votes
2answers
26 views
Updating one UpdatePanel from 2nd UpdatePanel
Is this a known behavior? and if it is how do I make it work?
I have 2 update panels. Each one has a DropDownList control inside of
it.
I have 1 button that sets-up (binds) the first DropDownList. ...
0
votes
1answer
45 views
ASP.NET Gridview paging not retaining when we come back from another page using browser back button
I have a gridview on my ASP.NET application, I have set AutoGenerateColumns = false and programatically populating it. This gridview is in updatepanel Sorting and paging working fine. I have no issues ...
0
votes
2answers
27 views
JQGrid filterToolbar is not working
This is the first time i'm working with the JQgrid. I've successfully loaded data to the Grid but my filterToolbar is not working. here is my view
<asp:Content ID="Content1" ...
0
votes
0answers
18 views
Auto update repeater content if new entry found in table
I have one requirement..
I have one table which stores some records and the number of records are displayed on users home page as count.
And I want to have the current count displayed from that ...
0
votes
1answer
31 views
Can you retrieve a user control from a static method from page?
I am trying to call a method that is in a User Control from clientside using ajax/jquery. My ajax looks something like this:
function starClick(starIndex) {
$.ajax({
type: "POST",
...
2
votes
1answer
75 views
sharepoint 2010 use list items as JSON data and consume it in ajax
I'm new to sharepoint.I want to create a json format of a list data and consume it by ajax.I know how to iterate through list items:
SPList list = SPContext.Current.Web.Lists["My List"];
foreach ...
0
votes
1answer
61 views
Two buttons in asp.net C# works weird
I am facing a very weird issue here. I am calling an action (which is a view) and there I have got two buttons. There are separate handles for these buttons in javascript which is placed in the same ...
0
votes
1answer
30 views
Query DataTable from ashx page
I would like to fill a DataTable with the Page_Load event, then be able to access it from the ashx handler page when an Ajax call is sent from the client side. Currently, the DataTable is filled every ...
0
votes
1answer
11 views
ASP.NET AJAX UpdatePanels Will Not Detect Other UpdatePanel Changes
I have two update panels on one web page. They are both set to UpdateMode="Conditional". They are not nested. My problem is that when I want a control on UpdatePanelOne to update a control on ...
2
votes
1answer
56 views
Ajax Cascading DropDownLists with web service don't work on server, the lists are empty
I need help with ajax cascading dropdownlists which work perfectly on my local computer but when i deployed it on server all dropdownlists are empty, without any error message!
Can anyone please help ...
0
votes
0answers
90 views
Marathi/Hindi Devnagari Transliteration in Unicode using asp.net web
Enter Unicode Marathi,hindi text using System keyboard thr’ aspnet web application.
I am developing aspnet web application. I used AspNet textbox. And below the textbox I used two radio buttons ...
-2
votes
2answers
57 views
How to keep your data during ajax call in asp.net?
In my asp.net page, I am using ajax, and I want to know how to keep the variable data when doing an ajax call. Basically on page load, I download a lot of information from a database and display it on ...
0
votes
3answers
84 views
Drop Down List not triggering Index changed event
My drop down list triggers code behind on index change when I use this,
$('#messagebox').show();
but NOT triggering event when I use,
$.blockUI({message: $('#messagebox'), css: { width: '600px' } ...
0
votes
1answer
42 views
Upload File from modal popup
I have a modal popup, inserting new records on a database table. All the records inserted successfully except the upload file. Neither the filename inserted on the database table neither the file ...
1
vote
2answers
33 views
Update panel and scrolling issue
I have an update panel which fires when I click a button and I've ran into a problem when the users scrolls after clicking the button.
Basically if the user clicks the button then scrolls down the ...
1
vote
2answers
33 views
Ajax data callback is treated as literal
Ajax data is treated as literal
I'm using jQuery UI AutoComplete. It works fine with local dadta source.But when I change the data source to remote ajax data source, it's not working like the local ...
1
vote
1answer
23 views
Rest Sercvices Custom Status Code Response Serialization
This is the ajax call I'm using to get the response from the rest services:
$.ajax({
url: xxxxx,
cache: false,
dataType: 'json',
data: JSON.stringify(xxxx),
type: "POST",
...
0
votes
0answers
25 views
how to keep the ajax autocomplete 'flyout' from disappearing after releasing focus?
I have an asp textbox with an ajax autocomplete extender.
The autocomplete flyout is working as expected i.e. flyout is showing.
How to keep the ajax autocomplete flyout 'window' after releasing ...
0
votes
1answer
59 views
textbox ontextchanged event is firing in update panel but throws error on client side
i have two div on page. when first time page load it shows first div which has 2 radio button. if you select second button it does postback and hides first div and shows second div. which has textbox ...




