PC Review


Reply
Thread Tools Rate Thread

html table equivalent in Windows Forms

 
 
Aamir Ghanchi
Guest
Posts: n/a
 
      9th Dec 2003
Is there a grid style, html table like control available
in Windows Forms. Something like Panel with cells, in
which I can put other controls like TextBox, ComboBox etc.
TIA

aamir
 
Reply With Quote
 
 
 
 
Tim Wilson [MVP]
Guest
Posts: n/a
 
      9th Dec 2003
Sounds like you're looking for the DataGrid control. Have you looked at this
control already?

--
Tim Wilson
..Net Compact Framework MVP

"Aamir Ghanchi" <(E-Mail Removed)> wrote in message
news:045001c3be90$bcc63420$(E-Mail Removed)...
> Is there a grid style, html table like control available
> in Windows Forms. Something like Panel with cells, in
> which I can put other controls like TextBox, ComboBox etc.
> TIA
>
> aamir



 
Reply With Quote
 
Herfried K. Wagner [MVP]
Guest
Posts: n/a
 
      9th Dec 2003
* "Aamir Ghanchi" <(E-Mail Removed)> scripsit:
> Is there a grid style, html table like control available
> in Windows Forms. Something like Panel with cells, in
> which I can put other controls like TextBox, ComboBox etc.


DataGrid.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
 
Reply With Quote
 
Aamir Ghanchi
Guest
Posts: n/a
 
      9th Dec 2003
I know about DataGrid, and have used it extensively.
I need html table type grid, that can hold all sort of
controls in the cells, it does not have to be DataBase
bind either.

>-----Original Message-----
>Sounds like you're looking for the DataGrid control. Have

you looked at this
>control already?
>
>--
>Tim Wilson
>..Net Compact Framework MVP
>
>"Aamir Ghanchi" <(E-Mail Removed)>

wrote in message
>news:045001c3be90$bcc63420$(E-Mail Removed)...
>> Is there a grid style, html table like control available
>> in Windows Forms. Something like Panel with cells, in
>> which I can put other controls like TextBox, ComboBox

etc.
>> TIA
>>
>> aamir

>
>
>.
>

 
Reply With Quote
 
Tim Wilson [MVP]
Guest
Posts: n/a
 
      10th Dec 2003
Currently the DataGrid is basically a slave to some type of data source
(bound data). However, you can host all types of controls in the grid cells.
It's just that you have to write the code yourself (or find it on the
Internet) to host controls other than the TextBox and CheckBox.

ComboBox In Grid - http://www.syncfusion.com/faq/winforms/search/480.asp
DateTimePicker In Grid (see the example) -
http://makeashorterlink.com/?C4D4224C6

Other than the DataGrid control, you could check around to see if a
third-party company offers closer to what you want, or you could write the
control yourself.

--
Tim Wilson
..Net Compact Framework MVP

"Aamir Ghanchi" <(E-Mail Removed)> wrote in message
news:05a101c3bea1$c8f88c50$(E-Mail Removed)...
> I know about DataGrid, and have used it extensively.
> I need html table type grid, that can hold all sort of
> controls in the cells, it does not have to be DataBase
> bind either.
>
> >-----Original Message-----
> >Sounds like you're looking for the DataGrid control. Have

> you looked at this
> >control already?
> >
> >--
> >Tim Wilson
> >..Net Compact Framework MVP
> >
> >"Aamir Ghanchi" <(E-Mail Removed)>

> wrote in message
> >news:045001c3be90$bcc63420$(E-Mail Removed)...
> >> Is there a grid style, html table like control available
> >> in Windows Forms. Something like Panel with cells, in
> >> which I can put other controls like TextBox, ComboBox

> etc.
> >> TIA
> >>
> >> aamir

> >
> >
> >.
> >



 
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
Literal Control Equivalent Windows Forms Will Microsoft VB .NET 0 21st Feb 2007 12:25 PM
javascript's setTimeout equivalent in windows forms? Marina Levit [MVP] Microsoft Dot NET 7 17th Jun 2006 08:11 AM
System.Windows.Forms.ControlPaint.DrawGrid equivalent? Wade Microsoft Dot NET Compact Framework 4 16th Mar 2006 12:21 AM
equivalent of a Session variable in Windows Forms? Tarren Microsoft VB .NET 2 2nd May 2004 08:25 AM
Html grabber that appends? (i.e., IE Text Archiver equivalent for html) fitwell Freeware 3 20th Nov 2003 11:07 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:20 PM.