webform

  1. M

    Question How to Convert .RTF to PDF using PDFSharp?

    Hi Guys, I need help converting .RTF File format to .PDF using PDFSharp Version 1.50 my output result is always a blank page, I would really appreciate your help and sample code. Here is my ASP.NET C# Code using System; using System.Collections.Generic; using System.Data; using...
  2. codify

    'Incorrect syntax near the keyword 'into' in button code of webform

    So this is the update button code of my webform. Its giving this error at "comm.ExecuteNonQuery();" . How ever button1 which had insert operation showed no error with this. protected void Button2_Click(object sender, EventArgs e) { SqlConnection con = new SqlConnection("Data...
Back
Top Bottom