473,943 Members | 1,733 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Missing DataGrid

In VB 2005 my toolbox is missing the Datagrid control. I can cut and paste
from another app and that's fine, but I cannot add new.

Any suggestions please?
Apr 25 '06 #1
3 2315
On Tue, 25 Apr 2006 09:57:33 +0100, "Chubbly Geezer" <ch************ @newsgroup.nosp am> wrote:

¤ In VB 2005 my toolbox is missing the Datagrid control. I can cut and paste
¤ from another app and that's fine, but I cannot add new.
¤

In 2005 the DataGrid is replaced by the DataGridView control.
Paul
~~~~
Microsoft MVP (Visual Basic)
Apr 25 '06 #2
Chubbley,

Right clickin on the toolbox gives you a table where you can check the
checkbox datagrid, it will than be in the tab you start (in my opinion the
best Data)

I hope this helps,

Cor

"Chubbly Geezer" <ch************ @newsgroup.nosp am> schreef in bericht
news:%2******** ********@TK2MSF TNGP04.phx.gbl. ..
In VB 2005 my toolbox is missing the Datagrid control. I can cut and
paste from another app and that's fine, but I cannot add new.

Any suggestions please?

Apr 25 '06 #3
Cheers
"Cor Ligthert [MVP]" <no************ @planet.nl> wrote in message
news:e7******** ******@TK2MSFTN GP04.phx.gbl...
Chubbley,

Right clickin on the toolbox gives you a table where you can check the
checkbox datagrid, it will than be in the tab you start (in my opinion the
best Data)

I hope this helps,

Cor

"Chubbly Geezer" <ch************ @newsgroup.nosp am> schreef in bericht
news:%2******** ********@TK2MSF TNGP04.phx.gbl. ..
In VB 2005 my toolbox is missing the Datagrid control. I can cut and
paste from another app and that's fine, but I cannot add new.

Any suggestions please?


Apr 25 '06 #4

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

Similar topics

2
6250
by: Frederik | last post by:
Hi all, Situation: Windows Forms, DataGrid, CSharp, WinXP Pro, VS 2003 How can I add a click event to an Image? The Imageis in a DataGrid, drawn with the 'DrawImage' mehtod. The Image does not seem to have a click event! Thank you for your time and help,
5
724
by: bg | last post by:
Hi! How do I check if "date" exists before using that code? I've built a RSSreader and sometimes there's a date in it and sometimes not. How can I check if it exists to avoid crash (DataBinder.Eval: 'System.Data.DataRowView' does not contain a property with the name date) <asp:DataGrid id="RssNewsGrid"
2
8528
by: Mark | last post by:
Hi, I'm fairly new to .NET and having problems getting an ASP.NET page working on my web host. The page works fine on my PC running against localhost. I have a MySQL database and a simple C# app with an odbcConnection object, odbcDataAdapter and a datasetCustomers object placed on the form. On page load, I fill the datasetCustomers from the "Customers" table
2
1137
by: JJ | last post by:
Hi, I have a datagrid on my aspx page and its properties are set for Visible = true and enabled = true but datagrid doesn't show up at all. I don't have a datasource attached to it yet but I should still see the grid, correct? JJ
4
2340
by: bluewind44 | last post by:
Hello, I made a page that used for import data from .xls files. At this page, users upload the .xls file to the server, then the app uses an OleDB connection and the Jet provider to read the data using the OleDB DataAdapter, then I bind it to a datagrid. It works fine, but occationally some data is missing on a datagrid, especially number datas. Is anyone have same problem? or Is anyone can help me out?
1
1192
by: asprabahar | last post by:
Hi I have a Different Issue the Class DataGrid.HitTestInfo is missing . The issue is when i type DataGrid and then when i type (.) and the HitTestInfo is not diaplaying ,but the say way when i copy from some were and past it in the code it works .. What may be the Issue? Regards Prabakar
2
2513
by: Steve Harclerode | last post by:
Hi, When I used Visual Studio 2002, I was able to add / delete colums from a DataGrid at design time using a "property builder". Now I'm using Visual Studio 2005, the "property builder" option seems to be missing. How can I get to it? Thanks, Steve
3
1371
by: five40 | last post by:
I have an aspx page that returns a list of products in a datagrid. The datagrid contains a template which contains a link to an image. The image name is stored in the database. The actual images are stored in a folder on the server. I am looking for a way to create a variation of this page that ONLY shows the items that are missing images. Any ideas are greatly appreciated.
2
3293
by: =?Utf-8?B?RXVnZW5l?= | last post by:
Hi, I use a datagrid with asp:templatecolumn, and handles the datagrid's ItemDataBound event, whereby I assign a value to this asp:templatecolumn text. e.Item.Cells.Text = e.Item.Cells.Text + e.Item.Cells.Text; /* column index 2 and 3 are boundcolumn */ The issue that I have is that the column header (index 1) would be blank after it.
0
11532
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
11122
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
11298
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
10662
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9864
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
8219
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
6087
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
6308
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3511
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.