A
Abdul Khaliq
Hi Everyone,
I am using Microsoft's Visual Studio .Net 2005 Beta 2 Team Suite. I am
trying to create new user with the help of CreateUserWizard, I right click
the control and clicked customized and added new fields like First Name,
Middle Name, Last Name, Phone etc. This new fields which I have created
should be going to my database in Sql and and the fields on the
CreateUserWizard will go to AspNetdb which get appended without any problem.
My problem now is that how do I access my textbox fields like TxtFirstName,
TxtMiddleName, TxtLastName in Code behind? I am able to access
CreateUserWizard1.UserName but cannot get
CreateUserWizard1.TxtFirstName.Text, so How do I get access to these fields?
Please Help and Thanks in advance.
I am using Microsoft's Visual Studio .Net 2005 Beta 2 Team Suite. I am
trying to create new user with the help of CreateUserWizard, I right click
the control and clicked customized and added new fields like First Name,
Middle Name, Last Name, Phone etc. This new fields which I have created
should be going to my database in Sql and and the fields on the
CreateUserWizard will go to AspNetdb which get appended without any problem.
My problem now is that how do I access my textbox fields like TxtFirstName,
TxtMiddleName, TxtLastName in Code behind? I am able to access
CreateUserWizard1.UserName but cannot get
CreateUserWizard1.TxtFirstName.Text, so How do I get access to these fields?
Please Help and Thanks in advance.