James Posted January 29, 2003 Posted January 29, 2003 Does anyone know what web control I can use as a hidden object? Like <Input type=hidden... in HTML. I thought of using a label and making the font color white. Is there a better way? James Quote
Moderators Robby Posted January 29, 2003 Moderators Posted January 29, 2003 just type it into the Body section of the aspx page... <Input type=hidden.... Or at run-time, send it to a Label of however you send html tags. Quote Visit...Bassic Software
James Posted January 29, 2003 Author Posted January 29, 2003 I did not mention before but I was trying to store values (primary keys) within a datagrid row but did not was the user to see it. I created an extra column that was hidden then assigned the primary key to the datafield. When I needing the value I place the row in edit mode and assigned the value to a session variable that is used on a different form. James Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.