Login control with RadioBox control

G

Guest

Hello All
I want to add RadioBox control or DropDownList control to my login page, so
the user can choose which database they want to use, but after I added
RadioBox control, It shows me the name" xxx" does not exist in the current
context.
below is code
protected void Login_Authenticate(object ..., Auth....)
{
string whichConnection;
if( RadioBox1.Checked =="DB1") <-------- no RadioBox1 :(
whichConnection ==predefined connection 1
.....

}

or do I need to make customizing Login control myself

any help will really appricated!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,023
Latest member
websitedesig25

Latest Threads

Top