The method you want is in the
System.Data
namespace, so that using
directive is fine, but you also need a reference to the System.Data.DataSetExtensions
assembly.System.Data
namespace, so that using
directive is fine, but you also need a reference to the System.Data.DataSetExtensions
assembly.Refer the following script files in your page, <!-- For People Picker --> <script type="text/javascript" src...
No comments:
Post a Comment