Click here to Skip to main content
15,923,557 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Reading eml file Pin
Pete O'Hanlon2-Jun-08 21:34
mvePete O'Hanlon2-Jun-08 21:34 
QuestionWIndows taskbar hiding bottom of my form Pin
oracleConvert2-Jun-08 5:49
oracleConvert2-Jun-08 5:49 
GeneralRe: WIndows taskbar hiding bottom of my form Pin
Paul Conrad28-Jul-08 18:00
professionalPaul Conrad28-Jul-08 18:00 
QuestionValidation control Pin
ashwinibhalerao1-Jun-08 23:27
ashwinibhalerao1-Jun-08 23:27 
AnswerRe: Validation control Pin
Christian Graus2-Jun-08 5:12
protectorChristian Graus2-Jun-08 5:12 
GeneralRe: Validation control Pin
FyreWyrm2-Jun-08 12:47
FyreWyrm2-Jun-08 12:47 
GeneralRe: Validation control Pin
N a v a n e e t h2-Jun-08 20:53
N a v a n e e t h2-Jun-08 20:53 
AnswerRe: Validation control Pin
N a v a n e e t h2-Jun-08 20:50
N a v a n e e t h2-Jun-08 20:50 
ashwinibhalerao wrote:
If not wht is the alternative option?


ASP.NET validation controls can't be used with windows forms. You have to take a look at using IDataErrorInfo interface and it's relationship with ErrorProvider control. Use data binding features of the controls, bind your business objects with it. If it implements, IDatErrorInfo, it can validate and show the error provider for the respective controls. Take a look at here[^]

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

Questionhow to display records? Pin
ketan bader1-Jun-08 22:04
ketan bader1-Jun-08 22:04 
AnswerRe: how to display records? Pin
Ashfield1-Jun-08 23:09
Ashfield1-Jun-08 23:09 
QuestionHow to add text box value/text in to gridview without using db Pin
ashwinibhalerao1-Jun-08 21:54
ashwinibhalerao1-Jun-08 21:54 
AnswerRe: How to add text box value/text in to gridview without using db Pin
John_Adams2-Jun-08 6:13
John_Adams2-Jun-08 6:13 
QuestionRecord Status or Detecting Value Changes Pin
FyreWyrm1-Jun-08 14:29
FyreWyrm1-Jun-08 14:29 
AnswerRe: Record Status or Detecting Value Changes Pin
led mike2-Jun-08 4:33
led mike2-Jun-08 4:33 
GeneralRe: Record Status or Detecting Value Changes Pin
FyreWyrm2-Jun-08 12:41
FyreWyrm2-Jun-08 12:41 
GeneralRe: Record Status or Detecting Value Changes Pin
darkelv2-Jun-08 22:48
darkelv2-Jun-08 22:48 
GeneralRe: Record Status or Detecting Value Changes Pin
led mike3-Jun-08 5:19
led mike3-Jun-08 5:19 
GeneralRe: Record Status or Detecting Value Changes Pin
FyreWyrm3-Jun-08 15:32
FyreWyrm3-Jun-08 15:32 
GeneralRe: Record Status or Detecting Value Changes Pin
led mike4-Jun-08 5:00
led mike4-Jun-08 5:00 
GeneralRe: Record Status or Detecting Value Changes Pin
FyreWyrm4-Jun-08 13:39
FyreWyrm4-Jun-08 13:39 
AnswerRe: Record Status or Detecting Value Changes Pin
Mike Dimmick2-Jun-08 6:01
Mike Dimmick2-Jun-08 6:01 
GeneralRe: Record Status or Detecting Value Changes Pin
FyreWyrm2-Jun-08 12:45
FyreWyrm2-Jun-08 12:45 
GeneralRe: Record Status or Detecting Value Changes Pin
Robert Rohde2-Jun-08 22:22
Robert Rohde2-Jun-08 22:22 
AnswerRe: Record Status or Detecting Value Changes Pin
Pete O'Hanlon2-Jun-08 21:42
mvePete O'Hanlon2-Jun-08 21:42 
GeneralRe: Record Status or Detecting Value Changes Pin
FyreWyrm3-Jun-08 16:05
FyreWyrm3-Jun-08 16:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.