blah blah blah is here! blah blah » Close

0
votes
1 answers

filestreaming with SQL Server 2008 R2 and visual Studio 2010 Professional

Hi, I'm trying to use filestreaming (SQL 2008) with Visual Studio 2008 to load a file into a folder. I have a window that allows the user to select the file he wants to load into a SQL Server table called Available_files and then my code l ...

0
votes
0 answers

compare word document with pdf file in C#

How to compare text from word document with pdf file in C# and must show the mismatching text

1
votes
1 answers

Using WebBrowser Control in C#

I have code such as this: string url = "http://en.wikipedia.org/wiki/Earth"; System.Windows.Forms.WebBrowser wb = new System.Windows.Forms.WebBrowser(); wb.Url = new Uri(url); but after that last line wb.Url is a ...

0
votes
1 answers

Document word in sql server 2k db

Hello folks, I'm new in this site. I've got an sql server 2k database. My OS is Windows XP. I'm working on Web Forms with ASP.NET. I've got a table named "Documents" which has a column named "Doc" with "image&qu ...

0
votes
0 answers

Word document parsing in db using asp.net

I just got a requirement from my boss to write a code in c# which can read the resumes of the canditates from a particular location and then parse it so that name goes to the name field in the db and address goes to address dield of the tab ...

Feedback