How do I Update a textbox.text field when its nested inside a LoginView?

  • Thread starter Jacob Donajkowski
  • Start date
J

Jacob Donajkowski

I want to change the text inside a textbox that is inside a loginview
but it won't work using the .findcontrol function. I have tried :

textbox tb = loginview1.findcontrol("textbox1");
tb.text = "New String";

but that dones't work for me.

Can anyone help?

Thanks

Jacob
 

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

Forum statistics

Threads
474,434
Messages
2,571,685
Members
48,796
Latest member
Greg L.

Latest Threads

Top