Click here to Skip to main content
15,925,602 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Validation control issues... Pin
Sandeep Kumar18-Apr-07 0:17
Sandeep Kumar18-Apr-07 0:17 
GeneralRe: Validation control issues... Pin
kinsella_john18-Apr-07 7:34
kinsella_john18-Apr-07 7:34 
QuestionDifference between 3 layer and 3 tier architecture Pin
Nitin198117-Apr-07 16:10
Nitin198117-Apr-07 16:10 
AnswerRe: Difference between 3 layer and 3 tier architecture Pin
jain_ashu121-Aug-10 8:11
jain_ashu121-Aug-10 8:11 
AnswerRe: Difference between 3 layer and 3 tier architecture Pin
Ram Balak Sharma3-Nov-11 19:25
Ram Balak Sharma3-Nov-11 19:25 
QuestionHow to use FCK Editor Pin
kamka41117-Apr-07 14:55
kamka41117-Apr-07 14:55 
AnswerRe: How to use FCK Editor Pin
N a v a n e e t h17-Apr-07 18:07
N a v a n e e t h17-Apr-07 18:07 
QuestionProcessing Checkbox values in table Pin
krk101117-Apr-07 11:21
krk101117-Apr-07 11:21 
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 ("" & 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
N a v a n e e t h17-Apr-07 18:13
N a v a n e e t h17-Apr-07 18:13 
QuestionSetting mailto Pin
TAK7817-Apr-07 10:04
TAK7817-Apr-07 10:04 
AnswerRe: Setting mailto Pin
kubben17-Apr-07 14:06
kubben17-Apr-07 14:06 
QuestionTextbox commands Pin
ADY00717-Apr-07 9:35
ADY00717-Apr-07 9:35 
AnswerRe: Textbox commands Pin
N a v a n e e t h17-Apr-07 23:02
N a v a n e e t h17-Apr-07 23:02 
GeneralRe: Textbox commands Pin
ADY00718-Apr-07 8:51
ADY00718-Apr-07 8:51 
AnswerRe: Textbox commands Pin
Sandeep Kumar17-Apr-07 23:29
Sandeep Kumar17-Apr-07 23:29 
Questionselected index changed in listbox control Pin
shabonaa17-Apr-07 9:29
shabonaa17-Apr-07 9:29 
AnswerRe: selected index changed in listbox control Pin
kubben17-Apr-07 14:07
kubben17-Apr-07 14:07 
GeneralRe: selected index changed in listbox control Pin
shabonaa18-Apr-07 6:49
shabonaa18-Apr-07 6:49 
GeneralRe: selected index changed in listbox control Pin
kubben18-Apr-07 7:23
kubben18-Apr-07 7:23 
GeneralRe: selected index changed in listbox control Pin
shabonaa18-Apr-07 8:44
shabonaa18-Apr-07 8:44 
QuestionWizard Control Question Pin
Brent Lamborn17-Apr-07 9:16
Brent Lamborn17-Apr-07 9:16 
AnswerRe: Wizard Control Question Pin
Brent Lamborn17-Apr-07 9:48
Brent Lamborn17-Apr-07 9:48 
QuestionConnectionString Pin
musigati17-Apr-07 9:03
musigati17-Apr-07 9:03 
AnswerRe: ConnectionString Pin
Sandeep Akhare19-Apr-07 1:56
Sandeep Akhare19-Apr-07 1:56 
GeneralRe: ConnectionString Pin
musigati19-Apr-07 3:01
musigati19-Apr-07 3:01 

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.