TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
Zeeshan Azim
749
1.2k
13.5k
How to implement enum from database
Feb 19 2016 6:22 AM
I have several status in my projects
i.e Select StatusName from Status
I want to implement enums from database dynamically without T4. For example if I add a record in database table It should automatically reflect in my enum or on other hand if I update the same it should reflect that as well.
My sample enum is mentioned below
public enum Status
{
Pending = 1,
Approved = 2,
Rejected = 3,
Cancelled = 4,
Closed = 5,
Update = 7,
Draft = 8,
FLMPending = 9,
FINPending = 10,
HeadPending = 11,
Complete = 12,
OnHold = 13,
FundTransfer = 14,
Received = 15,
UnSettle = 16
};
Reply
Answers (
3
)
Server error while hosting
how can i get which button click in yes no alert message box