N
Nikhil Patel
Hi all,
I have the following code in the asp.net page added at runtime using
RegisterStartupScript. But I get an error in the browser(syntex error-no
details). DisplayLookupValues is a function declared as protected in code
behind file. Thanks.
<script>EditLookup("LeaseType",45);
<% DisplayLookupValues(); %></script>
I have the following code in the asp.net page added at runtime using
RegisterStartupScript. But I get an error in the browser(syntex error-no
details). DisplayLookupValues is a function declared as protected in code
behind file. Thanks.
<script>EditLookup("LeaseType",45);
<% DisplayLookupValues(); %></script>