![]() |
Sergey Kornilov admin 10/2/2010 |
There is an option in ASPRunnerPro to hide child link if no child records exist. |
R
|
Roger author 10/3/2010 |
There is an option in ASPRunnerPro to hide child link if no child records exist. In regards to second question - need more info. What exactly confuses you? What exactly doesn't work? What's your code and what are error messages?
|
R
|
Roger author 10/3/2010 |
There is an option in ASPRunnerPro to hide child link if no child records exist. In regards to second question - need more info. What exactly confuses you? What exactly doesn't work? What's your code and what are error messages?
|
![]() |
Sergey Kornilov admin 10/3/2010 |
In regards to DAL question: |
R
|
Roger author 10/5/2010 |
In regards to DAL question: Conversion failed when converting the varchar value 'True' to data type int. You are trying to feed the text value of 'True' to int field Acct_Status, which is not correct. Correct WHERE clause is Acct_Status=1, no matter if you use DAL or raw SQL. DAL is a shortcut for those who are not familiar with SQL. Both do exactly the same job.
|