hi
below is code in loop displaying data.after submit this data will go to next page.i dont want to use seprate hidden fields for catching this data.what i wanted to do is this data will be in text field .Fields("ProductCode").Value .
but user dont get to know this is text box.it look alike column which is not editable.
hope it make some sense.
Code:Response.write "<TD>" & .Fields("ProductCode").Value & "</TD>" Response.write "<TD >" & .Fields("ProductDesc").Value & "</TD>"



LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks