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
chinnamma
NA
2
0
Add reference to System.Data to a class
Feb 22 2006 9:20 AM
Hi,
We have an asp.net
application
(1.1) written in C#. Application has around 25 forms.
Looks like when the previous developers developed application, they did not design it to be
multi tiered. So they use data connections when ever required. I created some functionality
in a web page. New requirement also needs similar coding. So instead of repeating code in both the pages, I decided to add class and put common functionality there and retrieve it into individual pages. So I added class from project->add class. It added class. It has only System name space.
I tried to add the code like:
using
System.Data
but intellisense doesn't show Data when I give dot next to System.
What is the problem. I get it in codebehind file like availablebalance.aspx.cs and System.Data reference is added to project automatically when project is started.
I would appreciate your response.
Thanks,
chinnamma
Reply
Answers (
0
)
Opening another panel on top orignal panel using a button
Why I can't debug Add-in in Visual Studio.NET?