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
rockyy sjjkja
NA
9
2.9k
Asp.Net using c#
Sep 14 2010 5:23 AM
suppose i have a table say
sno name orderdate
and i have made property in my asp.net by adding class
say class1
private int sno;
public int Sno
{
get(return sno;)
set(sno=value;)
}
and so on for futher two and in constructor i have decalred
public class()
{
sno=0;
name=string.empty;
orderdate=datetime.now
}
ii m aware of static class and autoimplemented property but for time being i wanna use the old 2.0 get set method
now how i can access them in another class..? or assign value to them in another class
in asp.net in App_Code Folder Class2 ..?
thank you
Reply
Answers (
3
)
Online coloring in asp.net
display image and link in asp.net like this link