Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jonofnewport

    pass parameters through asp button onclick?

    Thanks for the replies. I also found another way to do it if anyone is interested. A button such as: <asp:button text="Model" onclick="orderBy" runat="server"/> can be used to call a subroutine such as sub orderBy(s As Object, e As EventArgs) perform operations using s.text 'In this case...
  2. jonofnewport

    pass parameters through asp button onclick?

    Whoa, that's cool! Thanks!
  3. jonofnewport

    pass parameters through asp button onclick?

    Hello, I am developing an asp.net program to interact with an access database. I'm very new and just learning. Coding in VB. I've learned how to call a procedure such as: sub orderByModel(s As Object, e As EventArgs) ... end sub by clicking on a button in a form such as: <asp:button...

Part and Inventory Search

Back
Top