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
mohammed shamsheer
NA
394
143.3k
declare multiple class members in single access specifier
Aug 13 2013 2:26 AM
This is my class members i want to declare this in to single public function
string DesignationName, string ShortName, string Remarks, int CreatedUserID, DateTime CreatedDate, int ModifiedUserID, DateTime ModifiedDate, bool IsDeletable, bool IsEditable
eg like :
Public :
String Designation;
string shortname;
string Remarks;
int Crated Date
instead of
public string Designation;
public string shortname;
public Remarks;
string DesignationName, string ShortName, string Remarks, int CreatedUserID, DateTime CreatedDate, int ModifiedUserID, DateTime ModifiedDate, bool IsDeletable, bool IsEditable
Reply
Answers (
2
)
how to do autocomplete for date in textbox in required formt
create .exe of Windows C# App which includes SQl server 2008