Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm Data Binding / December 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
DataBinding & ErrorProvider18 Dec 2007 13:10 GMT4
I add a ErrorProvider on a form
if (string.IsNullOrEmpty(txtPersonName.Text)) {             
    m_ErrorProvider.SetError(txtPersonName, "Name is incorrect");
} else {
Databinding problem on inherited form17 Dec 2007 07:46 GMT1
In VS2005, I have a base form that is designed to be inherited by many other
forms in an application.  This base form contains various controls bound to a
dataset (ds1).  The dataset is set to Protected so the base control can have
access to it.  I created an inherited form (call ...
Postback problem when I am using simple data binding on a overridden TextBox Control10 Dec 2007 19:37 GMT2
This example has been cut from a larger context, therefore it looks very
simple. It has just been created to illustrate the error. I have overridden
the standard TextBox so it now looks like this:
   public class MyTextBox : System.Windows.Forms.TextBox
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.