G
gauravkg via DotNetMonster.com
I have a user control login
in this i chececk the user name and password
if(user==textbox1&&pwd==textbox2)
{
}
i have a Account label on parent pge in which i am registering the
usercontrol ,when i click submit button on usercontrol i want that the
account label should be changed to UserId c how t acheve it i am tryng using
properties but not able to succed ,anyone can help.
in this i chececk the user name and password
if(user==textbox1&&pwd==textbox2)
{
}
i have a Account label on parent pge in which i am registering the
usercontrol ,when i click submit button on usercontrol i want that the
account label should be changed to UserId c how t acheve it i am tryng using
properties but not able to succed ,anyone can help.