Lets say ur textbox name is tt1 and ur dropdownlist control is ddl1. If you have a sql insert then while building the string dim string1 as String= "INSERT INTO TABLE1 VALUES('"&tt1.text&"','"&ddl1.selectedIndex.value&"')" Now simply execute this statement using the connection object. conn.execute(string1) Vivek Sharma
T
tecnovate_vivek
@tecnovate_vivek
Posts
-
SQL Statement Problem -
slide menu using html in vb.netCannot give you the explicit code, but www.astalavista.org has exactly what you are talking about. You can download the information from there. Vivek Sharma
-
Creating automatic updating web pagesYour other option could be to implement the attritbute in your HTML page. THis will however cause the page to automatically refresh on the server every 5 seconds. Vivek Sharma