I have a table with the following fields.
userid (int)
name (varchar)
address (varchar)
I want to on update page the value of userid and name shows as readonly. But on the add page I can add new users easily. From the lookup wizaed I set the values as readonly, these also set on the add page as well. What code I should for this.
thanks in advance.