0
votes
0answers
14 views
Hidden field value in update panel not updated when accessed from JavaScript
I have a hidden field inside an update panel (.Net 3.5). On an asynchronous postback I update the hidden field value from code-behind, but when I inspect the value from JavaScript the hidden field has …
0
votes
2answers
17 views
How do I load content in JQuery Accordion via AJAX
I have a jquery accordion that loads a lot of data. This accordion is generated by querying a database. My question - is there a way to not load the content until a specific element of the accordion …
0
votes
3answers
43 views
autocomplete code in C#
i have area list in alphabet wise, i want to display it when i enter first letter in my textbox. Autocomplete code in C#
0
votes
0answers
29 views
Best open-source javascript tree?
Could you propose open source, but commercial-friendly licensed (non-GPL) Javascript trees?
Please take into account that I need it for an existing Web application, so I am not sure whether other …
0
votes
3answers
65 views
MVC: How to refresh a view
Hi there,
In my controller class I return some data to my view and it's all good.
Can i do something like this?
public ActionResult List()
{
while (true)
{
…
0
votes
1answer
11 views
ASP.NET WebService: Authentication failed. ExceptionType”:”System.InvalidOperationException”
Hi ,
I have got a textbox and Ajax autocompleteextender in my web page.I have no problem at local Dev Machine.When i upload this page to remote host getting "Authentication failed. …
1
vote
5answers
65 views
When Ajax should be used and when it should not? [closed]
I’m planning on using Ajax with my web application, but as I’m novice and don’t have much experience I wonder when ajax should and when should not be used? I plan to code with jQuery/php if it makes …
2
votes
7answers
67 views
how AJAX aplication should behave when Javascript is disabled - common practice?
I’m in the process of developing pretty basic web application, that is mostly so I could learn jQuery/ajax/php on the way (and have some fun). I want to make it as accessible to users as possible so …
0
votes
1answer
20 views
Open source software which allows user to draw ER/flow diagrams for my web application
we are developing a web application which allows a user to draw diagrams(flow/ER diagrams) and we need the representation of that diagram in some XML or other formats. How should we acheive this ?? is …
0
votes
3answers
76 views
jQuery help …
MAIN WINDOW
// some javascript
//some html
//here ajax-call to load all divs
//all divs hidden by default
//based on user choice(from select option), show selected group of divs
//click any shown div …
1
vote
6answers
70 views
jQuery ready event not fired on partial page load
Here's the situ: A page which contains html and using the jQuery libray and tabs jQuery UI plugin loads another page when some tab is clicked. The problem is that when the page/html is …
0
votes
1answer
26 views
casting problem of star rating?
I have an application with ajax star rating but when i am assigning value to CurrentRating from datatable then it showing error of "Specified cast is not valid".
I am using this code.
…
0
votes
6answers
48 views
Java Ajax Framework integration
Hi,
I'm looking for a java AJAX framework which I can include into my existing webapp. I've found sweetDev RIA . Are there such other frameworks which I could look into it?
0
votes
2answers
80 views
jQuery strange behaviour
Hi guys,
I have a rich:dataTable and there i have a rich column with a span.
When the page is loading this span takes some values like: true+false or true+true etc.
Depending on this value, i hide …
0
votes
1answer
52 views
how to auto-update a Django page only when required ?
As described in http://stackoverflow.com/questions/1836861/how-to-update-a-django-page-without-a-page-reload, I send periodic XMLHTTPRequests from the browser to the server using JavaScript to get …
