PC Review


Reply
Thread Tools Rate Thread

How to add two buttons with textbox in a single cell ofcolumn?

 
 
Mahesh
Guest
Posts: n/a
 
      28th Nov 2006
Hi,
I want to show one text box and two buttons in a
cell of a column in a datagridview.
Any Clues?

EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 
Reply With Quote
 
 
 
 
RobinS
Guest
Posts: n/a
 
      28th Nov 2006
YOu could try creating your own usercontrol, then see
if you can add that as a column to the datagridview.

Robin S.
----------------------------------
<Mahesh> wrote in message news:(E-Mail Removed)...
> Hi,
> I want to show one text box and two buttons in a
> cell of a column in a datagridview.
> Any Clues?
>
> EggHeadCafe.com - .NET Developer Portal of Choice
> http://www.eggheadcafe.com



 
Reply With Quote
 
Otis Mukinfus
Guest
Posts: n/a
 
      28th Nov 2006
On Mon, 27 Nov 2006 21:47:15 -0800, Mahesh wrote:

>Hi,
>I want to show one text box and two buttons in a
>cell of a column in a datagridview.
>Any Clues?
>
>EggHeadCafe.com - .NET Developer Portal of Choice
>http://www.eggheadcafe.com


Robin is correct. You will have to create your own controls for this.
Good luck with your project,

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com
 
Reply With Quote
 
=?Utf-8?B?RGVuaXogRGVtaXJjaW9nbHU=?=
Guest
Posts: n/a
 
      4th Dec 2006
If you don't want to introduce 'type pollution' into your project, by
creating new UserControl types, you may try to create a new Panel() at
runtime, and then adding your controls onto to the surface. After that, add
this panel to the column.

Thx,
Deniz
Developer, Microsoft


"Otis Mukinfus" wrote:

> On Mon, 27 Nov 2006 21:47:15 -0800, Mahesh wrote:
>
> >Hi,
> >I want to show one text box and two buttons in a
> >cell of a column in a datagridview.
> >Any Clues?
> >
> >EggHeadCafe.com - .NET Developer Portal of Choice
> >http://www.eggheadcafe.com

>
> Robin is correct. You will have to create your own controls for this.
> Good luck with your project,
>
> Otis Mukinfus
> http://www.arltex.com
> http://www.tomchilders.com
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pasting values from a textbox into a single cell on a spreadsheet =?Utf-8?B?Sm9yZGFu?= Microsoft Excel Programming 3 16th Oct 2007 11:46 PM
VBA- inserting multiple cell values into single textbox VBA_MAN Microsoft Excel Programming 2 14th Mar 2006 01:42 PM
2 buttons but want enter key in textbox to execute one buttons' click event? Roger Microsoft ASP .NET 1 20th May 2005 10:47 PM
Single unbound textbox form to export to Excel cell A2 Nimrod Microsoft Access Forms 0 27th Apr 2005 07:00 PM
Single quote in a textbox disappear when put in cell? NooK Microsoft Excel Programming 2 30th Jun 2004 09:28 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:39 AM.