Disable Add Button based on field value in Master Table |
9/20/2008 11:56:24 AM |
ASPRunnerPro General questions | |
D
dgrayson author
How can I disable the add button on the list page of a child table based on a value in the master table, (not the key field). |
|
![]() |
Sergey Kornilov admin 9/23/2008 |
As a first step, you need to save a value from the Master table in Session variable. if Session("SavedValue")<>"" then
if Session("SavedValue")<>"" then |