Alexthemaster
Newcomer
- Joined
- Dec 15, 2008
- Messages
- 4
Hi,
I've been looking for a while on internet to find an answer to this.
the thing is:
I want to access a Custom user control property from the parent form, to see if the login and password entered is true or false(if it exists), but i'm not very sure how to add a property or exactly how to proceed. here's what I have, I guess it's a start:
(This is not web)
I've been looking for a while on internet to find an answer to this.
the thing is:
I want to access a Custom user control property from the parent form, to see if the login and password entered is true or false(if it exists), but i'm not very sure how to add a property or exactly how to proceed. here's what I have, I guess it's a start:
Code:
[Description("Validate the account"),
Category("Values"),
DefaultValue(false),
Browsable(true)]
public bool Retvalue
{
}