No announcements
Found 3693782 threads
-
3 Votes
Data Controls
If you want the update logic built in to a grid then maybe you could extend the DGV through an inherited control class that perform the update logic ...Answered | 4 Replies | 2967 Views | Created by Larry_SpruceCreek - Saturday, January 1, 2011 7:15 PM | Last reply by Jarrey - Monday, January 10, 2011 4:45 PM -
1 Votes
Update Controls using Ribbon XML
Hi Tom, Here's a C# Ribbon XML example of how to create dynamic button labels using a toggle button -- but it can be used for other controls as well.Answered | 1 Replies | 5521 Views | Created by Thomas Houston - Tuesday, January 17, 2012 5:58 PM | Last reply by Anonymous9748 - Tuesday, January 17, 2012 8:56 PM -
0 Votes
which control to use for showing the updation of percentage?
hi mohsin, yes i am talking about Edit control...my doubt is whther from the ...Answered | 10 Replies | 3946 Views | Created by MANI 007 - Wednesday, August 19, 2009 10:20 AM | Last reply by Malleswara Reddy [MCTS, MCP] - Wednesday, August 19, 2009 2:12 PM -
0 Votes
data binding vs events for using a control to update another control on the same parameter
Binding is also the preferred way of 'linking data' between the presentation layer and the (view) data model layer.Answered | 1 Replies | 1899 Views | Created by seekingtruth - Saturday, September 1, 2012 1:01 PM | Last reply by ForInfo - Saturday, September 1, 2012 3:36 PM -
0 Votes
update database using data set
Alan Chen[MSFT] MSDN Community Support | Feedback to us Get or Request Code Sample from Microsoft Please remember to mark ...Answered | 3 Replies | 1916 Views | Created by Honey agarwal - Saturday, August 27, 2011 11:04 AM | Last reply by Alan_chen - Tuesday, August 30, 2011 7:23 AM -
1 Votes
Updating data file using C#
Hi S-Yandel, Updating your file this way means Adding text to the file if need to modify some text in your file you should 1-read ...Answered | 2 Replies | 8038 Views | Created by S-Yandel - Sunday, March 17, 2013 4:01 AM | Last reply by Ahmed.Ismail - Sunday, March 17, 2013 8:40 AM -
0 Votes
Silverlight Control Update?
A lot of focus has been put on the AJAX control as it is much more widely used.Answered | 8 Replies | 6399 Views | Created by Kyle.Neide - Monday, May 9, 2011 4:09 PM | Last reply by Ricky_Brundritt - Friday, May 27, 2011 1:03 PM -
1 Votes
Update Data error using parameters
You did not put any spaces between the set command and last name sqlstr = "UPDATE StudentGraduateFile SET ...Answered | 4 Replies | 1678 Views | Created by WITWEW - Tuesday, August 30, 2011 2:07 AM | Last reply by WITWEW - Tuesday, August 30, 2011 5:14 AM -
0 Votes
How to binding data use the progress control?
It // populates the page elements with the app's data.Answered | 3 Replies | 3193 Views | Created by nbPengPeng - Monday, October 22, 2012 6:55 AM | Last reply by Steven Cheng - MSFT - Thursday, October 25, 2012 2:35 AM -
1 Votes
Update controls
i`ve been trying to update controls (gridview and labels) during runtime. for this i am using delegates.Answered | 6 Replies | 6804 Views | Created by Mariemarch24 - Friday, April 8, 2011 9:34 PM | Last reply by Mitja Bonca - Thursday, April 14, 2011 1:24 PM -
0 Votes
How I could retrieve data from a Web Browser Control to use them as parameter for updating a datagridview control?
Hi Maribel, You could try to use the helper to get the specify html element: public class HtmlElementHelper { public WebBrowser ...Answered | 1 Replies | 493 Views | Created by MaribelMed - Sunday, June 5, 2016 11:34 AM | Last reply by Moonlight Sheng - Monday, June 6, 2016 6:08 AM -
0 Votes
Insert, Update, Delete, Select Data using Linq
https://code.msdn.microsoft.com/Insert-Update-Delete-data-f39f431cAnswered | 2 Replies | 9380 Views | Created by Sritanu - Tuesday, December 15, 2009 7:36 PM | Last reply by Ehtesham Mehmood - Thursday, February 5, 2015 11:24 PM -
0 Votes
Thread to update winform controls
Use a BackgroundWorker to spin off the thread, and raise the ProgressChanged event every time a user is added to that collection.Answered | 1 Replies | 3203 Views | Created by AJ_01 - Thursday, June 4, 2009 8:25 AM | Last reply by Daniel Rieck - Thursday, June 4, 2009 8:32 AM -
0 Votes
Updating Sink records using Copy Data activity
For more info, please have a look at the following doc ...Answered | 5 Replies | 706 Views | Created by Mitchell2012 - Wednesday, February 12, 2020 9:09 PM | Last reply by ChiragMishra-MSFT - Tuesday, February 18, 2020 7:43 AM -
0 Votes
Update data under Oracle table using BCS
Hi MercuryMan, To update data to BCS list, you could use update() method in the code.Answered | 1 Replies | 984 Views | Created by MercuryMan - Sunday, March 20, 2016 5:35 AM | Last reply by Sara Fan - Monday, March 21, 2016 6:25 AM -
0 Votes
How to Update and delete data through gridview control in windows forms?
One option since you have a DataGridView is to load it with data from your backend database table, provide buttons perhaps to obtain the current row data and ...Answered | 3 Replies | 3898 Views | Created by Jaiwar - Sunday, March 24, 2013 1:05 PM | Last reply by Kareninstructor - Sunday, March 31, 2013 8:49 AM -
1 Votes
Error updating data in table that uses a trigger?
Using SSMS to update the same row results in the error above.Answered | 12 Replies | 13447 Views | Created by Dude987 - Tuesday, January 24, 2006 9:49 PM | Last reply by mastroattilio - Monday, August 1, 2011 5:45 PM -
0 Votes
TFS Warehouse Data Update
But you could update the Tfs_Warehouse manually.Answered | 1 Replies | 580 Views | Created by MeltemK - Tuesday, June 14, 2016 8:38 AM | Last reply by Tingting MO - Wednesday, June 15, 2016 8:01 AM -
0 Votes
Updating packages with new data
This way no need to update file names each month.Answered | 1 Replies | 4242 Views | Created by Steve_Fox - Sunday, January 17, 2010 8:47 PM | Last reply by BI Monkey - Sunday, January 17, 2010 10:53 PM -
0 Votes
WPF Image Control Update
If I understand you correctly, there is a remote web cam generating a bitmap and you want to periodically update the Image to show the new bitmap?Answered | 3 Replies | 9243 Views | Created by philouuuu - Thursday, April 23, 2009 9:57 AM | Last reply by zer0mus - Friday, April 24, 2009 12:16 AM - Items 1 to 20 of 3693782 Next ›
No announcements