Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Hanusha Loujith
1.9k
292
6.2k
variable name in the place of class name
Oct 14 2020 4:28 AM
Hello,
Can someone please help me to find a way to put a variable name which will store the class name read from the database in the place of the class name "Role1" in the below code.
IEnumerable<Role1> dataresult;
dataresult = connection.Query<Role1>("sp_ReadGridData", new{ gridname ,id, usrname, LinkId }, commandType: CommandType.StoredProcedure);
return Request.CreateResponse(DataSourceLoader.Load(dataresult, loadOptions));
Thanks,
Hanusha
Reply
Answers (
6
)
Selecting Data from DropDown and populating it in table
Hi! i need master detail page in asp.net core!