what I want to achieve is a pretty common thing, but I want to use the Silverlight advantage to keep the UI-Behaviour in XAML.
I have a class CURPRFC that contains the following: static public string CalcRFC(string firstname, string lastname, string middlename, stringdate)
i have a dropdown list and text box. i disabled both controls using code behind. now, at one sight we can understand the dropdown list is disabled , because the background color of drop down list is c
I\'m fairly new to C#, I\'m on a C# & Wpf course. Here my teacher has told us to inherit from UserControls and create a wpf control library of our own. In order for us to create a simple UML Edito
We tried several ways to make a textbox to accept the \"enter\", newline, etc.. But we are still facing the same problems. Most of the \"Third party\" controls allow the user to format the text as he
I\'m using following DropDownList event to select an employee from MS SQL Server 2005 and showing the employee\'s information on TextBox.
I have an existing .NET 1.1 dll that I do not have the source code for. It contains the code-behind for a asp.net page containing 开发者_Python百科various form controls including a third party text ed
Here\'s what i\'m trying to do: 1 textbox with an Add button, and a ListB开发者_开发知识库ox underneath with a Delete button, along with a bunch of other fields.You can probably guess the functionalit
I am working on an application where Repository objects are displayed via a DataTemplate that contains a modified version of a TextBox, which supports binding to the SelectionStart, SelectionLength, a
I\'m building a C# WinForms program, and my textboxes do not allow the u开发者_StackOverflow社区ser to highlight the text consistently throughout the program.