Displaying HTML link in an MVC application
I have created a form which use a text editor to post content to the database. However on my news page the link are not showing as hyperlink but as HTML like this <a...
View ArticleWH_MOUSE_LL Hook event timing mystery
I have set a WH_MOUSE_LL Low Level Mouse Hook to intercept wheel movements. It's generally working fine, but I am getting odd results when timing the ticks or ms between each HookCallback. This is what...
View ArticleFormat Date Time Pulled from Web Service
Hello all!I am calling a web service to populate data in my .aspx website and it pulls in dates and time like this:1/1/0001 12:00:00 AMI have seen the pages that show how to set custom date/time...
View ArticleSystem.Data.Linq.Mapping.XmlMappingSource.FromXml(string xml)
Hello, I'm having an issue with the above method. It returns an error: System.Xml.Schema.XmlSchemaException was unhandled Message="Database node not found. Is the mapping namespace...
View ArticleComparison on string with escape character
I have the following scenario:Text stored in the database as folder\folder\subfolderAs soon as I read it into a string variable (directoryPath) in c#, when I look at it in the debugger it appears as...
View ArticleHow to check a array if two or more text in the array are the same..
How do I check a array like this example: [0]"titanfall,www.titanfall.com,action" [1]"wow,www.wow.com,mmo" [2]"titanfall,www.titanfall.com,fps" how to see if two or more has the same name, and if they...
View ArticleResponse.TransmitFile not working with Internet Explorer 11
My website works fine with FireFox, and it worked fine with Internet Explorer too up until a few weeks ago (at least). Now, with Internet Explorer 11 (running on Windows 8 Pro 64 bit), when I click...
View ArticleScope of try command in Teradata using loop
Hi, I'm sure many of you understand variable scope and encapsulation in dot.net so I apologize, I'm self taught and though I consider myself an intermediate c# coder now, I deal with this stuff as it...
View ArticleWCF not generating Async Methods
Hi all,I created WCF web service. But when I use it as service reference Async methods are not displayingsame Issue as this imagebut in program when i have client of service it allows Async methods....
View Articlehow to find if datetime between 2 dates
hii have a scenario where i have to upload webcam still imagesi have to define schedule when to start uploading images schedule 1:start time 5:15:00 PM End Time 5:30:00 PM now program should not allow...
View ArticleGroup by three common fields and create a single row
I have a three a data in var as shown below Apparea code Category Notes Date Eng 23 IND Note1 Date1 French 44 UK Note2 Date2 German 23 US...
View ArticleRun Download Manager exe and Pass values from Asp.Net web page
Hi,I have Download manager Windows application in C#.now i have a web page that should have download link(i will click once deployement) and when user clicks the link it should download and install...
View ArticleTextbox if-else condition
In my web form ,i want 4 text box,1st with old reading2nd with current readingand there subtraction should come in 3rd textbox,and now if the value in 3rd text box is:if,0 - 100 it should multiply its...
View Articleusing AutosizeImage with rotated images
I am using vb 2012 express on a windows 8 computer.I have downloaded the following: Public Sub AutosizeImage(ByVal ImagePath As String, ByVal picBox As PictureBox, Optional ByVal pSizeMode As...
View ArticleVisual Studio 2012 Blend WPF
Hi,I have installed the Updated 4 for Visual Studio 2012 Ultimate. How do I use Blend in Visual Studio 2012 to create a WPF application?Sincerely,Thiam Huat
View ArticleError Pop Window Form
Dear All,i had create Main Window form with menu strip, but when i run the main.cs form. it will pop up other form. May i know how to solve it ? thank youbased on the below image, it show that when run...
View ArticleC# AND GPU Programming
Hello everyone!Ok, so I've built many C# application in the past few years. The most recent project involves pixel operations. I'm taking a screenshot of an image, and then scanning that image for all...
View ArticleHow to insert field with space and forward slash
Hi, I have field in database like client address, client name,per/houri used likestring strInsert = "INSERT INTO testdb.testtable([client address], [client name],per/hour) Values(@[client address],...
View ArticleoverflowException on myDataset.Account.NewRow()
I found to my chargrin that overflow exception on database bound dataset.sometable.NewRow simply means there is the inconsistency of the sometable in respect to the corresponding table definition.for...
View ArticleHelp with a regex
I have a text file that would contain the the following type of information - I need to change the format possibly using regex can anyone help with this.1968 Jan #slide 1 this is the title 011988 jan...
View Article