Click here to Skip to main content
15,909,437 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Link List in VB.Net Pin
Tarakeshwar Reddy17-Apr-07 10:46
professionalTarakeshwar Reddy17-Apr-07 10:46 
QuestionRecord sound using vb.net and vb both Pin
ciacia17-Apr-07 9:47
ciacia17-Apr-07 9:47 
AnswerRe: Record sound using vb.net and vb both Pin
jim_taylor17-Apr-07 10:17
jim_taylor17-Apr-07 10:17 
QuestionHow to collect a print stream Pin
jim_taylor17-Apr-07 9:39
jim_taylor17-Apr-07 9:39 
AnswerRe: How to collect a print stream Pin
Dave Kreskowiak18-Apr-07 3:16
mveDave Kreskowiak18-Apr-07 3:16 
QuestionSetting mailto Pin
TAK7817-Apr-07 9:02
TAK7817-Apr-07 9:02 
AnswerRe: Setting mailto Pin
Dave Kreskowiak17-Apr-07 9:50
mveDave Kreskowiak17-Apr-07 9:50 
QuestionProcessing Checkbox values in table Pin
krk101117-Apr-07 8:04
krk101117-Apr-07 8:04 
I'm currently posting the values in an HTML table as follows:
___________________________________________________
cid = Request.Form("stateabbr")

sql="SELECT State, CrossLinkFormID, DORFormID, FinalDraftDate, SubmissionDate, ApprovedDate, SubmissionNotes, AdditionalNotes FROM FormsTable WHERE State LIKE '" & cid & "%'"
rs.Open sql, conn
%>

Forms Submission for
<%Response.Write(cid)%>




<%
' Writing column headings

response.write("")%>
<%for each x in rs.Fields
response.write("")
next%>

'Writing Column values

<%do until rs.EOF%>
<%for each x in rs.Fields%>
<%next
rs.MoveNext%>

<%loop
rs.close
conn.close
%>
Select" & x.name & "
<%
Response.Write ("<id=" &="" x.name="" "="">" & x.value)
%>




_________________________________________________________________

After clicking the button "Select Forms", how can I grab the values/rows in the table where the check box is check and use an sql statement to add these values/rows into a new table?
AnswerRe: Processing Checkbox values in table Pin
Dave Kreskowiak17-Apr-07 9:48
mveDave Kreskowiak17-Apr-07 9:48 
QuestionTest.sql cannot find my test Pin
reykentj17-Apr-07 7:40
reykentj17-Apr-07 7:40 
AnswerRe: Test.sql cannot find my test Pin
Dave Kreskowiak17-Apr-07 8:45
mveDave Kreskowiak17-Apr-07 8:45 
GeneralRe: Test.sql cannot find my test Pin
reykentj17-Apr-07 9:56
reykentj17-Apr-07 9:56 
QuestionVB.Net Print Queue Enumeration Pin
SQLDiablo17-Apr-07 5:47
SQLDiablo17-Apr-07 5:47 
GeneralRe: VB.Net Print Queue Enumeration Pin
SQLDiablo17-Apr-07 5:49
SQLDiablo17-Apr-07 5:49 
GeneralRe: VB.Net Print Queue Enumeration Pin
Tarakeshwar Reddy17-Apr-07 6:01
professionalTarakeshwar Reddy17-Apr-07 6:01 
AnswerRe: VB.Net Print Queue Enumeration Pin
Tim Carmichael17-Apr-07 6:03
Tim Carmichael17-Apr-07 6:03 
GeneralRe: VB.Net Print Queue Enumeration Pin
SQLDiablo18-Apr-07 2:53
SQLDiablo18-Apr-07 2:53 
GeneralRe: VB.Net Print Queue Enumeration Pin
SQLDiablo18-Apr-07 3:16
SQLDiablo18-Apr-07 3:16 
GeneralRe: VB.Net Print Queue Enumeration Pin
Tim Carmichael18-Apr-07 3:28
Tim Carmichael18-Apr-07 3:28 
QuestionRe: VB.Net Print Queue Enumeration Pin
SQLDiablo18-Apr-07 7:14
SQLDiablo18-Apr-07 7:14 
AnswerRe: VB.Net Print Queue Enumeration Pin
Tim Carmichael18-Apr-07 7:31
Tim Carmichael18-Apr-07 7:31 
GeneralRe: VB.Net Print Queue Enumeration Pin
SQLDiablo18-Apr-07 7:52
SQLDiablo18-Apr-07 7:52 
AnswerRe: VB.Net Print Queue Enumeration Pin
SQLDiablo18-Apr-07 8:55
SQLDiablo18-Apr-07 8:55 
Questionhow to insert an image from VB to an access database Pin
EvScott17-Apr-07 4:12
EvScott17-Apr-07 4:12 
AnswerRe: how to insert an image from VB to an access database Pin
Sathesh Sakthivel17-Apr-07 5:27
Sathesh Sakthivel17-Apr-07 5:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.