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
Karthik Elumalai
NA
5.4k
2m
In Asp.net C# Is that possible to declare a variable as a pu
Jun 8 2016 5:10 AM
In Asp.net C# Is that possible to declare a variable as a public inside a method ?
Example:when i declare variable like below:
public void employee()
{
public int employeeNo;
}
Am getting the many compile time errors.
But When i google it,I got an information like , when a scope term is Public, used with Variables/Properties/Methods/Types then it will visible inside or outside of the project
So Am in bit confusion why it is giving error, It will be very helpful,if you clarify this.
Thanks
Reply
Answers (
2
)
how to tranfter "Sql lite" database to "Sqlserver 2008" Sysn
Creating Demo need help.