Reference of Code

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hello,


Tell me that if I create something from your project (taking references from your code), it will be legal or not.


Thanks in Advance
13 years ago
Yes, it's legal you meet the terms of our license
13 years ago
Is there any type of Code guide of the project ?
13 years ago
[email protected] wrote:
Is there any type of Code guide of the project ?

No (if you meen developer documentation)
13 years ago
Can you please tell me that why "$" is used ? Usually "#" is used for binding.

Code Reference :
<% $NopResources:ShoppingCart.ApplyDiscountCouponCodeButton %>


Thanks in Advance
13 years ago
<%# %> is used on databound controls (listview, gridview, repeater etc.).

This special syntax is used for resource strings on non databound controls.
13 years ago
What is this resource strings. I never used this thing. Can you please tell me how to use (means how to fetch from DB, where to store etc).


Thanks in Advance
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.