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)
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)