Graphical controls for ASP.NET

J

John Smith

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
 
K

Kevin Spencer

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.
 
K

Kevin Spencer

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.
 
J

John Smith

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
 
K

Kevin Spencer

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,282
Latest member
RoseannaBa

Latest Threads

Top