Skip to main content
Home Forums General Silverlight Getting Started watermarkedtextbox
6 replies. Latest Post by TheRekz on May 30, 2009.
(0)
TheRekz
Member
4 points
40 Posts
05-28-2009 8:16 PM |
I am really a noob in Silverlight and was just following scott's gutherie tutorial. In his tutorial he was using termarkedtextbox. However when trying to type watermarkedtextbox, my visual studio gives me that error that it can't find watermarkedtextbox. How do I deal with this?
siger
33 points
24 Posts
05-28-2009 9:00 PM |
I think I read somewhere that this control was removed from the final release of SL 2.
05-28-2009 9:52 PM |
Oh really? Is there a way to get it back? If that's the case then scott gu's tutorial should update this
05-29-2009 1:35 AM |
Here's what I found by searching for 'silverlight watermarkedtextbox' :
http://timheuer.com/blog/archive/2008/10/22/silverlight-watermark-text-box-control.aspx
There's an explanation of why the control is not here anymore, and the source code to make your own :)
05-29-2009 7:37 PM |
I've already downloaded the source code and now how do I apply the source code so that I can use this watermark text box?
codeblock
Contributor
4060 points
716 Posts
05-30-2009 5:47 PM |
Simply compile the project and reference the output assembly. Then using a "xmlns" in your markup reference the Control.
HTH
05-30-2009 7:42 PM |
Thanks I got it working now