2
Answers

User object in ASP.net

Photo of Pankaj Jadhav

Pankaj Jadhav

8y
976
1
Suppose we have one table called "User".
The table will have Id, Name,Age.
I want to create user object in asp.net and want to use same fields of table.
 
How can I accomplish this? 

Answers (2)