Tuesday, 10 May 2022

ASp.net core context execute proc issue

while executing proc getting below issue.

 The SqlParameterCollection only accepts non-null SqlParameter type objects, not String objects

due to wrong namespace

using System.Data.SqlClient to using Microsoft.Data.SqlClient

imp





No comments:

Post a Comment

dropdownsearch for dyanmic fields

    I’ve enabled searchable dropdowns for all dynamic dropdown controls in Assignment Details. What I changed Added a  dropdownSearch  map...