I want to dynamically update and display Label captions using hidden texbox which read from certain SOL DB table column.

Am using

label1.caption = text1.text

Very New to Vb.net 2005

Recommended Answers

All 3 Replies

Have you considered binding this label to the database field you want and ditching the hidden textbox?

Let me try that

I'd appreciate it if you let me know how this turns out for you, or if you need any help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.