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
auriga
NA
4
20.7k
How can i set Primary Key start with specific Number
Jul 21 2015 3:16 AM
public Session()
{
}
// need to start key from 2001...
[Key]
public int SessionId { get; set; }
public DateTime? StartSession { get; set; }
public DateTime? EndSession { get; set; }
Reply
Answers (
2
)
Asp.Net Web Application
Issues in Aspx Page