About 311 results
Open links in new tab
  1. How to print iframe src as pdf using itextsharp in c#

    Mar 25, 2019 · I need to print classic asp page as pdf using itextsharp. I used iframe to load classic asp page in aspx and now I want to print that iframe as pdf. So please help.

  2. How to Overwrite an Excel sheet using SSIS or How to Delete data …

    Aug 28, 2012 · i facing a problem with Excel Sheet, when i running SSIS package at that time it appending the data to already existing data .but i want to overwrite the data or delete the data and …

  3. convert for next to do while loop - social.msdn.microsoft.com

    Oct 5, 2014 · Question 0 Sign in to vote trying to convert this to do while loop... but cant seem to make it work, thanks Sunday, October 5, 2014 9:21 PM

  4. Merged Cells Problem in Excel Export - social.msdn.microsoft.com

    Sep 21, 2011 · I have a basic matrix report but whenever I export this report to Excel, some of the cells end up becoming merged. Is there any way to avoid this using Reporting Services instead of …

  5. Cast - Convert to int - social.msdn.microsoft.com

    Oct 7, 2021 · Answers 0 Sign in to vote User77042963 posted Hello all I have the following stored procedure: CREATE PROCEDURE [dbo]. [st_GetBySkill] @skill [int] AS SELECT *, ( [col1] + [col2]) / …

  6. [UWP]How to convert byte array to IMidiMessage

    Aug 17, 2016 · Since converting a string into a byte array and seperating out note type, note value, note velocity take some time. i want to convert my 3 byte of data into IMidiMessge datatype so that i can …

  7. Convert ANsi-89 to Ansi-92 outer join - social.msdn.microsoft.com

    Oct 2, 2007 · I don't really see how to change this query to make it work. I've searched the web and I really don't see any examples of left joins which use more than one column. Here's the table …

  8. Convert Object to XML - social.msdn.microsoft.com

    Oct 7, 2021 · XSD is used to convert from an xml file into another part, isn't applied on an object. So you should use Serialized of xml instead——Just like the 2nd man's idea.

  9. how to load excel sheet - social.msdn.microsoft.com

    Tuesday, February 28, 2012 1:38 PM 0 Sign in to vote is it not possible to load differnt table structure into each excel sheet Tuesday, February 28, 2012 3:14 PM 0 Sign in to vote yes its is possible ,after …

  10. C# - Convert the .doc/.docx to .rtf or .txt when choosing the file in ...

    Jan 8, 2016 · Is there a possibility to choose a Microsoft Word document (.doc or .docx) in openFileDialog and then it will be converted to .rtf or .txt before being loaded into RichTextBox1? I …