hi 

thanks for the reply to my previous queries.

I m having two ASP pages Deallocated.asp and EDIT.asp

Once the Record shown in Deallocated.asp is clicked as ALLOCATE

The record in deallocated.asp shud be deleted and added to the 
Edit.asp.

I would like to know the ASP code for that.

I M sending the code for the Deallocated.asp.

<%
if not rs.EOF and not rs.BOF then
        while not rs.EOF%>
                <tr>
                <td><%=rs.Fields("ServerID")%></td>
            <td><%=rs.Fields("CreateOn")%></td>
            <td><%=rs.Fields("SerialNumber")%></td>
            <td><%=rs.Fields("ServerMakeID")%></td>
            <td><%=rs.Fields("Configuration")%></td>
            <td><%=rs.Fields("RackMountable")%></td>
            <td><%=rs.Fields("AllocationStatus")%></td>
            <td><a href="statuschange.asp">ALLOCATE</a></td>
            </tr>
                <%
                rs.MoveNext
        wend
end if%>


Very Greatful to all

Regards
Rajat Khattar
+919818749949



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to