|
-
March 7th, 2003, 05:53 AM
#1
How to make (toolbar like)control used in asp.net
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
Last edited by Peeyush; March 7th, 2003 at 06:10 AM.
-
March 8th, 2003, 04:46 AM
#2
A normal aspx page with
<%@ Control Language="?your language?" %>
http://www.flws.com.au/showusyourcod...ol.asp?CatID=5
-
March 8th, 2003, 04:49 AM
#3
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
-
March 8th, 2003, 04:52 AM
#4
Bug in the forum !
I am trying to write
'inferior sign' 'percent' @Control Language="vb" 'superior sign' 'percent'
it just won't show
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|