473,670 Members | 2,228 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MCAD cert SQL question

I am currently going through an MCAD/MCSD training guide for Exam#
70-316. It is a great book but it shows it's age with certain subjects.
The chapter on databinding is one of these. This somewhat wordy
introduction is because I actually have 2 questions. The first one
concerns SQL. My training guide has me bringing up the Northwind sample
DB in the server explorer and it then tells me to drag and drop one of
the tables onto a form that I crafted. The idea behind this exercise
being to eventually databind this table to a gridview control on the
form. I cannot seem to drag and drop the required table anywhere as the
cursor turns into the NOT symbol and stays that way until I release the
MB. I am assuming that this is because either SQL 2005 or .NET 2005 no
longer allows 'drag and drop' although since I am a complete beginner
at SQL I could be quite mistaken. So my first question is how do I get
'drag and drop' to work in the .NET 2005 server explorer or what is the
alternative if things are done differently now.

For my second question I would like to know if there is another
training guide available that was written for use with .NET 2005 that
is recommended for beginners. I have done some research on this but the
guide that I am using keeps popping up and I haven't managed to
identify a suitable replacement.

Thank you for your consideration.

EMW

Aug 21 '06 #1
2 1384
Hi EMW,

Check out the "Data" menu in VS.NET 2005. Click "Show Data Sources"... to open the "Data Sources" window. From here, you can add a
new data source and drag & drop nodes onto a Form. Check out the types of data sources that you can add. You can now bind to
objects and Web Services, for example, which you couldn't do using the designer in earlier versions of VS.NET. (The new
functionality is partly due to the new BindingSource component, which you can add to the Form yourself if you'd like by going to the
"Data" tab of the Toolbox and dragging the BindingSource item onto a Form.)

Something else of interest might be that each bindable property node in the "Data Sources" window is actually a drop-down list.
From here you can specify the default Control that will be used when that node is dropped onto a Form.

All of this functionality is new to VS.NET 2005. It will save you the trouble of a fair amount of work that was required in earlier
versions of the IDE to setup data-binding.

Unfortunately, I don't know of any good books to recommend. Hopefully someone else will help you out there.

--
Dave Sexton

<ew******@gmail .comwrote in message news:11******** *************@p 79g2000cwp.goog legroups.com...
>I am currently going through an MCAD/MCSD training guide for Exam#
70-316. It is a great book but it shows it's age with certain subjects.
The chapter on databinding is one of these. This somewhat wordy
introduction is because I actually have 2 questions. The first one
concerns SQL. My training guide has me bringing up the Northwind sample
DB in the server explorer and it then tells me to drag and drop one of
the tables onto a form that I crafted. The idea behind this exercise
being to eventually databind this table to a gridview control on the
form. I cannot seem to drag and drop the required table anywhere as the
cursor turns into the NOT symbol and stays that way until I release the
MB. I am assuming that this is because either SQL 2005 or .NET 2005 no
longer allows 'drag and drop' although since I am a complete beginner
at SQL I could be quite mistaken. So my first question is how do I get
'drag and drop' to work in the .NET 2005 server explorer or what is the
alternative if things are done differently now.

For my second question I would like to know if there is another
training guide available that was written for use with .NET 2005 that
is recommended for beginners. I have done some research on this but the
guide that I am using keeps popping up and I haven't managed to
identify a suitable replacement.

Thank you for your consideration.

EMW

Aug 22 '06 #2
Thank you very much for the reply. I will try these methods and see if
I can get the results that the book is expecting. I had to skip several
practical exercises due to these version differences. Thank you again
for the help.
-EMW

Aug 23 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1702
by: Dmitry Akselrod | last post by:
Hello everyone, I am in the process of implementing an internal Certificate Authority on a client's network. The CA will issue certificates to several intranet web apps that will be accessible to remote users. I would like to programmatically add the Root CA cert to the users' Trusted Root CA store. I have reviewed dseveral articles offering example code on how to achieve this using the CEnroll ActiveX control, incluing MS KB...
1
1451
by: galaxy_vincent | last post by:
Anyone have the URL or information about Microsoft Certified Application Developer(MCAD) test question? Kindly share with me, thanks. Regards, Vincent --------- *-----------------------* Posted at:
1
1233
by: | last post by:
I am planning to take MCAD.net certification but i heard new certification will come up end of this year, should i wait? Regards Manson
0
1360
by: Guy Macon | last post by:
"Alan J. Flavell" <flavell@ph.gla.ac.uk> wrote: > But the character encoding scheme which is advertised from an HTTP > server via the MIME "charset=" is authoritative, according to RFC2616, > and this attribute should not be omitted according to security alert > CA-2000-02, Just so everything is in one convenient spot for anyone reading this, here are some references. The trusecure.com one is rather chilling...
9
1647
by: andy lim | last post by:
hello all, i developed several ASP.NET web application with VS2003. i'm preparing myself to take an exam on the path to MCAD.NET. then, the VS2005/.NET framework 2.0 (beta) came in to my hand. after i played around for some time with it, i found that VS2005/.NET 2.0 includes so many built-in functionalities that we need to built from scratch with VS2003. for example: user authorization/authentication, datagrid formatting/sorting/paging...
3
1482
by: Param R. | last post by:
Hi all, I have an aspx page that needs to call a remote website that is protected by client cert authentication. I have installed the client cert and set permissions for IIS_WPG as per http://support.microsoft.com/default.aspx?scid=kb;en-us;817854. I then exported the cert to a DER encoded file. Now here is my code:- Dim h as httpwebrequest h = Ctype(WebRequest.Create(strurl), httpwebrequest)
5
1299
by: Opettaja | last post by:
I am wanting to get my MCAD and MCSD certifications and just had a couple questions. I am fairly new to C# and started learning with .NET 2.0 so one of my questions is, are the test covering .NET 2.0 or 1.1? If they cover 1.1 is it very different from 2.0? And will the Microsoft .NET Core Requirements Self-Paced Training Kit (http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?userid=vb0j0AsC7H&isbn=0735619255&itm=1) cover...
7
4945
by: Robert Seacord | last post by:
The CERT/CC has just deployed a new web site dedicated to developing secure coding standards for the C programming language, C++, and eventually other programming language. We have already developed significant content for the C programming language that is available at: https://www.securecoding.cert.org/ by clicking on the "CERT C Programming Language Secure Coding Standard"
0
1480
by: hepsubah | last post by:
I'm trying to capture a client cert in my ASP.NET application, and use that cert as the client cert for a call to secure web service. I've used the following code, but am getting a 403 error on the invocation of the service. All the service is supposed to do is return the subject of the passed cert (I'll do more with it later) ...
0
8469
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8386
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8814
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8592
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7419
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6213
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4391
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2800
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2042
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.