User Profile

Collapse

Profile Sidebar

Collapse
cbrao
cbrao
Last Activity: Jul 22 '06, 07:05 AM
Joined: Jul 22 '06
Location: India
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cbrao
    replied to Submitting huge ASPMail order forms
    Simple..Put a IF condition in for loop like ..
    if Request.Form.It em(i)<>"" then
    strMsgInfo = strMsgInfo & Request.Form.Ke y(i) & " - " & Request.Form.It em(i) & vbCrLf
    End if
    See more | Go to post

    Leave a comment:


  • cbrao
    replied to doubt regarding select box....urgent
    Put your <Select ..> Tag out side while loop. It should be like this..

    <%
    set con=server.crea teobject("adodb .connection")
    set rs=server.creat eobject("adodb. recordset")

    Con.Open "dsn=tshirt "

    set rs=con.execute( "select * from table1")
    if Not(rs.eof and rs.bof) Then
    response.write "<select name="color">"...
    See more | Go to post

    Leave a comment:


  • cbrao
    replied to sessions in asp
    Have an include file at top of all files. Check for logged user ID in session variable and if not available, redirect him to login page.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...