Click here to Skip to main content
15,913,610 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: update tables row with vbscript in asp Pin
Guffa11-Nov-07 21:17
Guffa11-Nov-07 21:17 
GeneralRe: update tables row with vbscript in asp Pin
idsanjeevjha11-Nov-07 22:09
idsanjeevjha11-Nov-07 22:09 
AnswerRe: update tables row with vbscript in asp Pin
Guffa12-Nov-07 1:57
Guffa12-Nov-07 1:57 
GeneralRe: update tables row with vbscript in asp Pin
idsanjeevjha12-Nov-07 15:55
idsanjeevjha12-Nov-07 15:55 
AnswerRe: update tables row with vbscript in asp Pin
Guffa12-Nov-07 22:11
Guffa12-Nov-07 22:11 
QuestionRe: update tables row with vbscript in asp [modified] Pin
idsanjeevjha12-Nov-07 22:56
idsanjeevjha12-Nov-07 22:56 
AnswerRe: update tables row with vbscript in asp Pin
Guffa13-Nov-07 12:46
Guffa13-Nov-07 12:46 
GeneralRe: update tables row with vbscript in asp Pin
idsanjeevjha13-Nov-07 16:56
idsanjeevjha13-Nov-07 16:56 
hi i think you are not understand my question my english is very poor so i try to clear my question ok. T
his loop for call the row detail which linked acording to topid and display only one record thats click if this loop is not used how can call thats row which wants to update so this loop is used and click on which topic it goes to update1.asp and display its row detail then select a option and click on submit button to update record .
[code]
for each stropt1 in request.QueryString
%>

<%
vtopid = request.QueryString(stropt1)
R.open "Select top_id,top_sub,MSG,open_flg,launch_by,launch_dt from topmaster where top_id="&vtopid&"",conn, adOpenStatic, adLockOptimistic, adCmdText
%>



<title>Vioce Of Baraunians



 




<% if not isempty(request.Form("submit")) then
vopenflg=request.form("vopenflg")
dim sqlstr
sqlstr = "update topmaster set open_flg = '"&request.Form("vopenflg")&"' where top_id = " & vtopid
response.Write(vopenflg)
conn.execute sqlstr
R.close
conn.close
set conn=nothing
end if
next
%>
TOPIC ID    TOPIC SUBJECT MESSAGE   POSTED BY POSTED DATE Permission
<%=R("top_id")%> <%Response.Write R("top_sub")%> <%=R("msg")%> <%=R("launch_by")%> <%=R("launch_dt")%> Apply

Normal
Absue
Close

topic id <%response.Write(vtopid)%>



Active user<%Response.write(Application("visitors"))%>

  

[/code]
if question is clear then plz guide me in updation thank for your copration.

sanjeev


AnswerRe: update tables row with vbscript in asp Pin
Guffa14-Nov-07 3:05
Guffa14-Nov-07 3:05 
QuestionASP Email Script Not Working Pin
MelDrop9-Nov-07 5:06
MelDrop9-Nov-07 5:06 
Questionhow to break a table into two tables with javascript? Pin
andylaw8-Nov-07 22:47
andylaw8-Nov-07 22:47 
AnswerRe: how to break a table into two tables with javascript? Pin
Guffa9-Nov-07 12:38
Guffa9-Nov-07 12:38 
GeneralRe: how to break a table into two tables with javascript? Pin
andylaw9-Nov-07 15:41
andylaw9-Nov-07 15:41 
GeneralRe: how to break a table into two tables with javascript? Pin
Michael Sync10-Nov-07 23:10
Michael Sync10-Nov-07 23:10 
Questionproblem with registration of new website on IIS Pin
0x49D18-Nov-07 20:01
0x49D18-Nov-07 20:01 
AnswerRe: problem with registration of new website on IIS Pin
Michael Sync8-Nov-07 20:30
Michael Sync8-Nov-07 20:30 
GeneralRe: problem with registration of new website on IIS Pin
0x49D18-Nov-07 20:41
0x49D18-Nov-07 20:41 
AnswerRe: problem with registration of new website on IIS Pin
Vasudevan Deepak Kumar8-Nov-07 21:03
Vasudevan Deepak Kumar8-Nov-07 21:03 
GeneralRe: problem with registration of new website on IIS Pin
0x49D18-Nov-07 21:10
0x49D18-Nov-07 21:10 
QuestionContent Aware Image Resizing?? Pin
e36k2248-Nov-07 14:46
e36k2248-Nov-07 14:46 
AnswerRe: Content Aware Image Resizing?? Pin
Mark Churchill8-Nov-07 17:05
Mark Churchill8-Nov-07 17:05 
GeneralRe: Content Aware Image Resizing?? Pin
e36k2248-Nov-07 20:01
e36k2248-Nov-07 20:01 
GeneralRe: Content Aware Image Resizing?? Pin
Mark Churchill8-Nov-07 20:21
Mark Churchill8-Nov-07 20:21 
QuestionSearch Engines Pin
Brendan Vogt8-Nov-07 9:18
Brendan Vogt8-Nov-07 9:18 
AnswerRe: Search Engines Pin
Michael Sync8-Nov-07 18:31
Michael Sync8-Nov-07 18:31 

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.