Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~1K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for AngelicOne

this is wrong: [code] RegisterID.Text = (Convert.ToInt32(reader["Register_ID"]) + 1).ToString(); [/code] use: [code] RegisterID.Text = ((Convert.IsDbNull(reader["Register_ID"]))?0:Convert.ToInt32(reader["Register_ID"])).ToString(); [/code]

Member Avatar for Geekitygeek
0
1K
Member Avatar for MxDev

Some 3rd party library can do that, but html is much more complex than RTF so there is not any 100% solution - not in my knowledge. I saw some automated abusing clipboard, but in many cases was result pretty poor. IMHO you are just on the bad foot - …

Member Avatar for MxDev
0
128
Member Avatar for Nulty

OK, you can try voice analysis. All extra equipment what you need is 5 € mike. I did few experiments on it inspired by movie Golden Eye, but it would take more effort to achieve significant reliability so I gave up. Hope it could help you.

Member Avatar for alobal
0
104
Member Avatar for alobal

Hi, I am about to write a simple control for the Silverlight TM. I have found that it should be derrived from the Control class, but I can not find any rendering method. My goal was just write Hallo world, but after a long time wasted on googling info I'd …

0
48
Member Avatar for help_lucky

SQL server is trying to be smart ass - that is why things don't work. Algorithm used consider the first row to be template and this only row is analyzed for possible meaning (date, number, text etc.). The 2nd and following rows are either converted into matching format or NULL …

Member Avatar for alobal
0
125

The End.