Updating can refer to the modification of data or configuration by an application, process, or service, or can refer to the modification of software by a process.
Questions tagged [updating]
1058 questions
0
votes
1 answer
Trying to update the function in script tag using jQuery
I am creating a debugger utility to help me out in debugging without the to follow cumbersome process of redeploying and going to all the way to the page to test it.
so I have created the below functions which are called by various buttons.
…

Rox
- 33
- 1
- 5
0
votes
1 answer
Any need of viewstate in Ajax world
I want to create pages that has to be fully ajax enabled and I don't feel any need for viewstate and its very confusing to update viewstate when working with ajax. I don't want to use update panels. I want to manually update my aspx page using ajax…

azam
- 3
- 4
0
votes
1 answer
(Rails) How do you replace the text of a "link_to_remote" without breaking the link?
Is there a quality way to update the text inside a "link_to_remote" and leave the link functional? Basically I have two links:
<%= link_to_remote "(#{building.charts.size} Charts)",{:url => {:action => "update_chart_matrix", :chartable_type =>…

humble_coder
- 2,777
- 7
- 34
- 46
0
votes
1 answer
db4o not updating my object's array list
My db4o database is not updating. In my ViewContact class I have a button that when pressed asks a user for an input, and stores it in the database. It's not storing any ideas?
I have posted the problem code below of the ViewContact class,…

SEMJ
- 33
- 1
- 7
0
votes
2 answers
Create SPListItem from SPItemEventDataCollection in ItemUpdating event
In SharePoint 2010 I want to execute some code when a list item is updating - when the ItemUpdating event is fired.
What I need is a SPListItem containing the old values (before updating) and another SPListItem containing the new values.
I can…

Høgsdal
- 395
- 4
- 21
0
votes
1 answer
iOS simulator issue
I downloaded xcode 4 and created a single view application with storyboard.
I added two views to the segue and tied them back to the home screen. After that I must have done something weird. The only thing I can think of is that I put the iOS…

Ian Christie
- 19
- 1
0
votes
1 answer
Updating Canvas Image dynamically using PaperJs
I have an image element with src pointing to an Handler (asp.net), and this image being used as source for Raster (PaperJs) object defined as global object and updated during window.load.
var raster;
paper.install(window);
function…

Rishi
- 33
- 6
0
votes
2 answers
Best way to detect installed version in a PHP web application
We have a custom PHP/MySQL web application that gets updated and copied (using SFTP) to multiple servers regularly.
For some of those updates, database or filesystem changes are needed. Typically this requires manually running an update.php script…

Martijn
- 3,696
- 2
- 38
- 64
0
votes
1 answer
How ultra Editor Updation works?
I'm having an Editor called Ultra Editor. In this editor i have created a file called "test.txt" with the contents of " This is Test Text ". I didn't close the ultra Editor Page. Now I opened this test.txt with the notepad Editor and changed the…

Smith Dwayne
- 2,675
- 8
- 46
- 75
0
votes
1 answer
Linq-To-SQL not updating on WP7
I'm new to Windows Phone 7 development and I'm in trouble with Linq to SQL. I'm trying to update an object but it just don't work. I get the object I want to update and modify the property I want, but when I call SaveChanges, the data it's not…

rmoreira
- 1
0
votes
2 answers
Retrieving Created for Primary for edit
On my web app people can create create what I call a case. On the back end side when they submit it saves it into a MSSQL DB table. After they hit save it'll create the new entry in the DB, what I need is to be able to retrieve the Idenity row (auto…

user1399840
- 53
- 1
- 8
0
votes
2 answers
Android update UI from Thread (Handler maybe not an option?)
This is a common question, and I have read up on the various ways of handling it, but each on seems to fall short for what I am trying to do, which is essentially be a good OO-Citizen.
I have an Activity that invokes a CommunicationManager, which…

Raconteur
- 1,381
- 1
- 15
- 29
0
votes
1 answer
How is meta information saved in WPSC metabox?
I am adding some specific functions to WPeCommerce Plugin and faced a problem with saving information in metaboxes in edit post page. What I noticed is that the meta info is being saved directly without calling a function update_option();
The input…

NullPointerException
- 491
- 1
- 6
- 20
0
votes
1 answer
UI is not updating while sending data from another view controller on UITabBar?
i am using UITabBar to display two viewControllers, firstViewController is a uiview and secondViewController is a table view. what my need is when i clicked the second view table cell, the value should be updated on UILabel of firstViewController.…

Neeraj Neeru
- 570
- 8
- 28
0
votes
3 answers
Updating time in iphone sdk
I'm using the code provided below to display time and date. can anyone help me with atuomatically changing the time by seconds and the date by the day?
NSDateFormatter *dateFormat = [[NSDateFormatter alloc] init];
[dateFormat…

Zeeshan Raja
- 145
- 6
- 13