472,982 Members | 2,381 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,982 software developers and data experts.

Graphical controls for ASP.NET

Hello

Coould please any one to help me to find good graphical controls to create
GDI in ASP.NET.

Some related websites also really appreciated

Thanks in Advance
John
Nov 19 '05 #1
5 1497
Sure. You can find them in the .net CLR: System.Drawing, and
System.Drawing.Imaging.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"John Smith" <Jo**@nospam.yahoo.com> wrote in message
news:eW**************@tk2msftngp13.phx.gbl...
Hello

Coould please any one to help me to find good graphical controls to create
GDI in ASP.NET.

Some related websites also really appreciated

Thanks in Advance
John

Nov 19 '05 #2
A bit of explanation, in case you think I was being flippant:

You asked if anyone could help you find "graphical controls to create GDI."
In other words, you asked how you could do anything at all with graphics
using ASP.Net. The question is so generalized (that is, graphics can be
anything that is graphical) that the only answer would be to use the CLR
classes to create whatever you need.

If you want to be more specific, I can give you a more specific answer.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"John Smith" <Jo**@nospam.yahoo.com> wrote in message
news:eW**************@tk2msftngp13.phx.gbl...
Hello

Coould please any one to help me to find good graphical controls to create
GDI in ASP.NET.

Some related websites also really appreciated

Thanks in Advance
John

Nov 19 '05 #3
Thanks Kevin, I am sorry, I could be little more specific. Is there anyway
we could render GDI controls and HTML Controls in the same page. when i try
to render GDI controls I am not able to see my html controls.

thanks a lot
John

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:#O**************@TK2MSFTNGP10.phx.gbl...
A bit of explanation, in case you think I was being flippant:

You asked if anyone could help you find "graphical controls to create GDI." In other words, you asked how you could do anything at all with graphics
using ASP.Net. The question is so generalized (that is, graphics can be
anything that is graphical) that the only answer would be to use the CLR
classes to create whatever you need.

If you want to be more specific, I can give you a more specific answer.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.

"John Smith" <Jo**@nospam.yahoo.com> wrote in message
news:eW**************@tk2msftngp13.phx.gbl...
Hello

Coould please any one to help me to find good graphical controls to create GDI in ASP.NET.

Some related websites also really appreciated

Thanks in Advance
John


Nov 19 '05 #4
Hi John,

Again, "GDI Controls" is an incredibly broad term to use. "GDI" is an
acronym for "Graphic Device Interface." It encompasses a whole slew of .Net
namespaces and classes that are used for creating images. "Control" is a
generic term for any type of User Interface class which is used by an
application to interact with the user. In fact, "GDI Control" could mean a
Windows Form Control that draws an image, for example. In the context of
ASP.Net, it would mean any ASP.Net Control that works with
programmatically-drawn images.

So, assuming that a "GDI Control" was designed correctly, and used
correctly, there would be no reason that it could not be used in a page with
HTML Controls, Web Controls, or Web User Controls in any ASP.Net page. In
fact, I have, in the past, developed a few of my own, and used them
successfully.

Therefore, you need to be more specific about what you are referring to as
"GDI Controls." Obviously, you are not referring to just any ASP.Net Control
that works with programmatically-drawn images. You are talking about a
specific Control or group of Controls which you have yet to identify.

You should also be more specific about what exactly the problem is with this
Control or set of Controls. "not able to see" is not very specific.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"John Smith" <Jo**@nospam.yahoo.com> wrote in message
news:uJ**************@TK2MSFTNGP12.phx.gbl...
Thanks Kevin, I am sorry, I could be little more specific. Is there anyway
we could render GDI controls and HTML Controls in the same page. when i
try
to render GDI controls I am not able to see my html controls.

thanks a lot
John

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:#O**************@TK2MSFTNGP10.phx.gbl...
A bit of explanation, in case you think I was being flippant:

You asked if anyone could help you find "graphical controls to create

GDI."
In other words, you asked how you could do anything at all with graphics
using ASP.Net. The question is so generalized (that is, graphics can be
anything that is graphical) that the only answer would be to use the CLR
classes to create whatever you need.

If you want to be more specific, I can give you a more specific answer.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.

"John Smith" <Jo**@nospam.yahoo.com> wrote in message
news:eW**************@tk2msftngp13.phx.gbl...
> Hello
>
> Coould please any one to help me to find good graphical controls to create > GDI in ASP.NET.
>
> Some related websites also really appreciated
>
> Thanks in Advance
> John
>
>



Nov 19 '05 #5
hi Kevin,

I got what i was looking, thanks for your time.
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:OI**************@TK2MSFTNGP12.phx.gbl...
Hi John,

Again, "GDI Controls" is an incredibly broad term to use. "GDI" is an
acronym for "Graphic Device Interface." It encompasses a whole slew of ..Net namespaces and classes that are used for creating images. "Control" is a
generic term for any type of User Interface class which is used by an
application to interact with the user. In fact, "GDI Control" could mean a
Windows Form Control that draws an image, for example. In the context of
ASP.Net, it would mean any ASP.Net Control that works with
programmatically-drawn images.

So, assuming that a "GDI Control" was designed correctly, and used
correctly, there would be no reason that it could not be used in a page with HTML Controls, Web Controls, or Web User Controls in any ASP.Net page. In
fact, I have, in the past, developed a few of my own, and used them
successfully.

Therefore, you need to be more specific about what you are referring to as
"GDI Controls." Obviously, you are not referring to just any ASP.Net Control that works with programmatically-drawn images. You are talking about a
specific Control or group of Controls which you have yet to identify.

You should also be more specific about what exactly the problem is with this Control or set of Controls. "not able to see" is not very specific.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.

"John Smith" <Jo**@nospam.yahoo.com> wrote in message
news:uJ**************@TK2MSFTNGP12.phx.gbl...
Thanks Kevin, I am sorry, I could be little more specific. Is there anyway we could render GDI controls and HTML Controls in the same page. when i
try
to render GDI controls I am not able to see my html controls.

thanks a lot
John

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:#O**************@TK2MSFTNGP10.phx.gbl...
A bit of explanation, in case you think I was being flippant:

You asked if anyone could help you find "graphical controls to create

GDI."
In other words, you asked how you could do anything at all with graphics using ASP.Net. The question is so generalized (that is, graphics can be
anything that is graphical) that the only answer would be to use the CLR classes to create whatever you need.

If you want to be more specific, I can give you a more specific answer.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.

"John Smith" <Jo**@nospam.yahoo.com> wrote in message
news:eW**************@tk2msftngp13.phx.gbl...
> Hello
>
> Coould please any one to help me to find good graphical controls to

create
> GDI in ASP.NET.
>
> Some related websites also really appreciated
>
> Thanks in Advance
> John
>
>



Nov 19 '05 #6

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

Similar topics

0
by: cm012b5105 | last post by:
Hello i want to put an interactive text programme in to a graphical box this is a small section of my text programme s = raw_input ("Hello whats your name? ") if s=='melvyn': print "your my...
10
by: William Gill | last post by:
Being somewhat new to Python, and having a tendency to over complicate things in my class design, I was wondering if anyone can suggest a simple graphical or flowcharting tool that they use to...
1
by: Alexander Muylaert | last post by:
Hi I'm in need of a graphical engine for custom-made-GUI. I don't mind writing it myself, it's fun, but I need it to run on Pocket and PC. What technology can I use best in .net. I don't...
1
by: Mau | last post by:
I ' m looking for some articles concerning the way to create graphical controls in ASP.NET or WinForms an example: I would like to create a round progress bar and so on..... I think that I...
10
by: PJ6 | last post by:
I've read some of the posts on this subject but let me add this little twist to the subject's question- I can appreciate the utility of doing screen caps off of other websites with PSP or PhotoShop...
1
by: FE-FR | last post by:
Hi, I know that I am in a .net newsgroup, but you probably advise me. I must use VB6 for a small tool. I need to display an information in a graphical language (hebrew, arabic, ...). As a...
2
by: bazzer | last post by:
im doing an ASP.NET web application for booking cinema tickets online. for one part of it i need to show a graphical display(very very basic) of seats in a particular screen of the cinema. it would...
5
by: Brian Blais | last post by:
Hello, I was wondering what the approximate minimum age to learn python is. Has anyone had experience teaching middle school students, or elementary school students Python? What brought this up...
10
by: JJ | last post by:
Just wondered what is generally used to display data in graphical form? (i..e I have some simple data to display in a bar graph/pie chart for example). ? JJ
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

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.