- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
5 Posted Topics
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]
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 - …
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.
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 …
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 …
The End.
alobal