data binding to a label/textbox

CookieNZ

Member
Joined
Nov 24, 2005
Messages
17
Programming Experience
Beginner
I am very new to programming and I am trying to bind data to a label/textbox rather than a combobox, grid etc...

The examples I have seen all embed the code within the <asp:label> e.g. <% connectionsting... %>

How do I do it so that it is in same a on_click procedure (this is more logical for me in my early days of programming)
 
Back
Top