TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Enos
NA
140
26.2k
Combo box displaying the project name after binding
Nov 6 2014 9:10 AM
Hi Everyone,
I have a combo box which i have bind the items reading from the database. now i have added the style to the combo box by doing the following;
(right click combo box ->Edit Template -> Edit Copy and i have applied to the combo box.)
this was my default text in my combo box
my default text on the combo box was (--Please Select Company Name--)
After that my default text doesn't appear anymore and it is showing the name of the project inside the combo box and my name of the project is this one;
<Page WindowTitle="Registrations" x:Class="UserInfor_Enrollment.Registrations" >
Please help on how can i solve this. I tried to remove it and i got this error below
Error 1 'Page' root element requires a x:Class attribute to support event handlers in the XAML file. Either remove the event handler for the Unloaded event, or add a x:Class attribute to the root element. Line 9
Thanks.
Reply
Answers (
0
)
WPf Label look for textbox
Unable to view scrollbar inside WPF child page