I am trying to figure out how to select from one to several
CheckBoxes, and pass the parameters to a query.
I think the query is working fine (tested it and it seems to be fine). I am just stuck on how to set up the Click_Event
so that I can select the appropriate CheckBoxes and then click the button and then
the query runs.
Here is my .aspx:
<%@ Page
Language="VB"
AutoEventWireup="false"
CodeFile="SearchCheckBox.aspx.vb"
Inherits="WebService_SearchCheckBox"
%>
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<script type="text/javascript"> ...
Go to the complete details ...