Hi, guys.
I have a xml like this.
<root> ... <a>balabala...KEY1...balabala</a> <a>balabala...KEY2...balabala</a> ... </root>
Now, I want to update it like this.
<root> ... <a>balabala...<k1>KEY1 View Complete Post
View Complete Post
Hi,
I have a class object which is basically kind of hierarchy and looks like this when I convert that to XML.
===================================================================================
<ObjectComponent> <SKU>SKU 1</SKU> <IsBundle>true</IsBundle> <Quantity>4</Quantity> <ConfigurationStatus>Not Configurable</ConfigurationStatus> <ObjectBundle> <ObjectComponent> <SKU>SKU 2</SKU> <IsBundle>true</IsBundle> <Quantity>4</Quantity> <ConfigurationStatus>Not Configurable</ConfigurationStatus> <ObjectBundle> <ObjectComponent> <SKU>SKU 3</SKU> <IsBundle>true</IsBundle> <Quantity>4</Quantity> <ConfigurationStatus>Not Configurable</ConfigurationStatus> </ObjectComponent> </ObjectBundle> </ObjectComponent> </ObjectBundle> </ObjectComponent>
So you can see that I have "objectComponent" which is kind of hierarchy and that hierarchy can be upto any level.
Now I need to update <quantity> value where <sk
I want to add multiple rows of a gridview if the data for multiple fields are same.
Idea for this is that a user may search a record with some parameter e.g. Sector, plot.
For example 15 records being displayed in gridview.
There should be checkbox before every row and if user wants to update Plot and Flat No that is same for 10 rows out of 15 so he will check the rows and update.
For this a dialog box should appear asking for the parameter i.e. Plot and Flat or something else next time may be it will be City or country. Moreover, there is already an Edit button to update records, when user click it another page open for the record to be updated and whatever he wants to update, it updates.
Hope everone understand the scenario.
I don't want to disturb the already provided Edit functionality and want to provide same record to be updated.
Any idea in this regard would be appreciated.
Hey Guys,
I've a problem with my Visual Studio.
On the 13th of August 2010 i installed a Windows update on my vista sp2 pc. For this date my Visual Studio 2008 sp 1 always has closed itself by opening an aspx-page in designer view. There is no error message just closing the window. I restored a backup of my windows from the time before updating it and it helped, i could open aspx pages in the design view till the update has been installed again automatically after rebooting the pc. I can't disable windows updates, cause it's my pc at work and safety is very important. I hope you could help me out of this disaster.
Thanks
Nik
I use visual studio 2008 but It's only use net frame work 2.0, Can I update and use net frame work 3.5 for Visual Studio 2008 ? Please help me !
my aspx page works in VWD, and everything works on the server EXCEPT update and delete sql functions. any ideas?
thanks
This month marks the 11th anniversary of my column and the inauguration of a new title: C++ At Work. We're also adding a new bimonthly column, "Pure C++," by my pal Stan Lippman, one of the great C++ Masters.
Paul DiLascia
MSDN Magazine February 2005
In a settlement agreement reached in January 2001 to resolve a dispute over the Microsoft distribution of its Java implementation, Sun Microsystems and Microsoft agreed to limit the duration of the time Microsoft would use Sun's source code and compatibility test suites to support the Microsoftî Java Virtual Machine (MSJVM).
Brian Keller
MSDN Magazine October 2004
Over the past couple of months, we've received a lot of mail about our recent issues. Although opinions are mixed, several people have let us know that they feel we've covered too much forward-looking content recently.
Joshua Trupin
MSDN Magazine July 2004
ClickOnce is a new deployment technology that allows users to download and execute Windows-based client applications over the Web, a network share, or from a local disk. Users get the rich interactive and stateful experience of Windows Forms, but still have the ease of deployment and updates available to Web applications. ClickOnce applications can be run offline and support a variety of automatic and manual update scenarios.Learn all about it here.
Brian Noyes
MSDN Magazine May 2004
C# allows developers to embed XML comments into their source files-a useful facility, especially when more than one programmer is working on the same code. The C# parser can expand these XML tags to provide additional information and export them to an external document for further processing. This article shows how to use XML comments and explains the relevant tags. The author demonstrates how to set up your project to export your XML comments into convenient documentation for the benefit of other developers. He also shows how to use comments to generate help files.
J. Andrew Schafer
MSDN Magazine June 2002
Handheld device users need to be able to synchronize with a main data store when it's convenient and, preferably, when the back-end database server isn't busy. SQL Server 2000 Windows CE Edition allows you to build a traveling data store that can be displayed and run on a variety of devices. SQL Server CE supports a subset of the full SQL Server package, and can be used as a standalone server or in tandem with SWL Server and IIS. The architecture of SQL Server CE, along with data manipulation, synchronization, and connectivity issues, are discussed in this article. Topics such as making your data public, choosing the right type of replication, and handling errors are also covered.
Paul Yao and David Durant
MSDN Magazine June 2001
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend