1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

very urgent , Doubt in ASP

Discussion in 'C#' started by ssramvinay, Apr 15, 2007.

  1. #1
    DOUBT IN ASP


    i have emp table--->contain 2 fields( We used recordset)----> emp_no(datatype is int, chck - datatype is bit)


    * i have email.asp , it contains 1 text box and a check box and a button.

    My task--? if i checked the check box and gave some text in the text

    box and the click the submit button, in the DB(sql server) the chck Column

    must stored( data type is bit) as 1.

    If the checkbox is not checked and click the submit button---> the chck value must be stored as 0.

    Default value is 0


    Actually, the textbox value was inserted. But Checkbox value is still 0 even when i check r uncheck the checkbox.

    <input type = "checkbox" name="click" value="1">

    I wrote the coding like this. kindly check it right r wrong...

    If Request.Form("click")="1"

    Rss.fields("chck").Value="1"

    End If


    plzzzzzzzz help me how to it

    ANOTHER TASK

    <input type = "checkbox", name="TransNo" ID="CheckBox1" value="<%=transid%>">

    ( antoher task.

    * If i click the submit button in parent.asp. The checkbox present in my email.asp file must be disabled.

    parent .asp

    * It contains a table format(datagrid)..It lists some names like

    checkbox - ram - emaild - description - email.jpg


    If we click the email.jpg ----> we wrote a javascript code to open pop- up window

    calledemail.asp(my previous task).--It contains a date textbox

    If we checked the checkbox and submit(by giving date in the textbox) , the window will close. The correspoding date will come

    automatically on the email.jpg column. The img will disappear. The date will

    come there.


    Here i have to do wat means, the checkbox in parent.asp must disabled if

    we checked the checkbox and submit(by giving date in the textbox) in email.asp file.

    plz help guyssssss
     
    ssramvinay, Apr 15, 2007 IP
  2. Nafai

    Nafai Peon

    Messages:
    105
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If Request.Form("click")="1" Then

    Rss.fields("chck").Value="1"

    End If

    ' right?

    and <form method="post"> right?
     
    Nafai, Apr 19, 2007 IP