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.SqlClient
Feb 21 2006 4:23 PM
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.SqlClient
but intellisense doesn't show Data when I give dot next to System.
What is the problem. I get it in codebehind file.
I would appreciate your response.
Thanks,
chinnamma
Reply
Answers (
0
)
C#.NET Trainer (2.0)
.NET and Internet Data