Click to See Complete Forum and Search --> : asp.net


Peeyush
March 7th, 2003, 04:53 AM
hi friends,
how are you all,
I have a very basic Question.

How the controls are made in asp.net.I tried to make some controls from scratch, by inheriting control class, But could not have the user interface, as desired.
Can servercontrols with attractive userinterface(like toolbar)can be made in asp.net, or how can i make my own controls like this.

I am urgently needing it.
If possible , also write me about the sites & books where i can get information about it.

Thanks in advance for your support
with regards
Peeyush

Gully
March 8th, 2003, 03:46 AM
A normal aspx page with
<%@ Control Language="?your language?" %>


http://www.flws.com.au/showusyourcode/codeLib/code/UserControl.asp?CatID=5

Gully
March 8th, 2003, 03:49 AM
that should have read with
<%@ Control Language="vb" %>
at the top

Check out
http://www.asp.net/ControlGallery

A lot of fancy stuff has allready been done

Gully
March 8th, 2003, 03:52 AM
Bug in the forum !
I am trying to write

'inferior sign' 'percent' @Control Language="vb" 'superior sign' 'percent'

it just won't show

:mad: