About 464 results
Open links in new tab
  1. XY Scatter Chart with Multiple Data Series

    Jan 31, 2011 · I want to build a XY Scatter chart and have more than one data set. Each set of X and Y values are unique. So for 2 lines I will have 4 columns of data. Actually there is the X and Y columns …

  2. Combine two stored procedure results - social.msdn.microsoft.com

    Oct 12, 2012 · Here the problem is if startdate is 6/1/2005 and Enddate is '3/1/2006' then combine the stored procedure results from the DB2006 and DB2005 databases.

  3. Mail attachment from blob field in database

    Question 0 Sign in to vote Hello, i need write email sender which keep attachment in database as blob, then i would like to read this field and create attachment which will be added do mail message: here …

  4. how to insert to multi tables in a single transaction via SqlDataSource

    Oct 7, 2021 · If you want to Insert into multiple tables using a SqlDataSource the best way to go about it is to use a Stored Procedure. Just set up your variables how you need them and it will handle it for you.

  5. Load Balancing multiple containers on one VM

    Jun 28, 2017 · I have been playing around with creating multiple containers on the same VM both listening on the same port. I have successfully deployed a Load Balancer which correctly handles …

  6. Can one page have multiple master pages? - social.msdn.microsoft.com

    Oct 7, 2021 · However, you can have multiple master pages and the content page can apply a differnt one depending upon circumstances (user selection perhaps). But only one master page is in action …

  7. Why no multiple inheritance allowed in C#?

    Feb 14, 2006 · Multiple implementation inheritance injects a lot of complexity into the implementation. This complexity impacts casting, layout, dispatch, field access, serialization, identity comparisons, …

  8. SSIS Package - Data Conversion Error - social.msdn.microsoft.com

    Feb 23, 2012 · I'm fairly new to SSIS. I have built a few simple packages for populating a SQL table with data stored in a flat file (pipe delimeted) or exporting table data to a flat file. I am working on a …

  9. Error- Procedure too large in VBA - social.msdn.microsoft.com

    Jan 14, 2013 · Hi, i had a problem in procedure too large when run a VBA program. as below is the VBA program, any suggestion to modifty ? kindly advise.

  10. How should I share data updates across multiple pages in UWP XAML?

    Apr 18, 2016 · My application gets data from a spi port and updates various properties based on this data. UI elements on my main page bound to this data gets updated automatically, but I need to …