Some web control from scratch

  • Thread starter Krzysztof Malinowski
  • Start date
K

Krzysztof Malinowski

Hi,

What's a tipical walktrough when we going to make some
graphical web control from scratch?

Regards
Krzysztof
 
K

Konrad R

Hi

just create a project in vs.net, find Render Method, and
you ll see how easy it can be :)

btw, what do you mean by graphical ?
is that one that renders graphics ?if so, you have several
choices
i chose one, in which there is a separate aspx, or ashx,
that generates images, depending on QueryString, you can
also intercept request to some 'virtual page/handler', or
some other ideas

regards, Konrad
 
K

Krzysztof Malinowski

Hi,

Saying 'graphical' I mean the control, which responses
some chart or plot.

Regards
Krzysztof
 
K

Konrad R.

Saying 'graphical' I mean the control, which responses
some chart or plot.
thats exactly what i was developing about 2 weeks ago :))

i wrote a ashx handler (this could be aspx as well), which
produces charts based on query strings, it sets response
type to image/gif or image/jpeg, and save Graphics object
to ReponseStream

on the other side is a web control, which sends arguments
to that handler (query string) based on attributes set by
user

if u should require any further information, dont hesitate
to contact me :)

regards, Konrad
 

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

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top