Sign in
|
Join
in
Andy Smith's Blog (blog)
Original ASP.NET Community Bloggers (group)
(Entire Site)
ASP.NET Weblogs
Home
Blogs
This Blog
Home
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
partial nested classes
Import Settings toy for VStudio
yay @ atlas
Fooling Around With Media Center and Messenger
Marco-Polo as software development methodology
Tags
asp.net controls
nebo irc
rambling
Articles
Flagged Enum Properties
How to use clientscript in custom controls
A Simpler Way To Create A Designer For A Templated Control
Archives
September 2005
(1)
August 2005
(1)
June 2005
(2)
November 2004
(1)
September 2004
(2)
August 2004
(5)
July 2004
(1)
June 2004
(8)
May 2004
(3)
April 2004
(10)
March 2004
(4)
February 2004
(3)
January 2004
(3)
December 2003
(11)
November 2003
(5)
October 2003
(15)
September 2003
(11)
August 2003
(4)
July 2003
(7)
June 2003
(6)
May 2003
(5)
April 2003
(6)
March 2003
(7)
Andy Smith's Blog
Page.RegisterStartupScript('Andy', 'MetaBuilders_WebControls_GainKnowledge();');
new control
That new ParsingContainer
control I mentioned
the other day is
now available
. Hope you like it.
Published
May 22 2003, 07:03 PM
by
Andy Smith
Filed under:
asp.net controls
Comments
Fabrice
said:
Another great one, Andy!
I tested it with VS 2002, here are some notes:
- people using VS 2002 may need this utility to convert the solution and project files: http://www.codeproject.com/useritems/VSConvert.asp
- you may unbind the solution from VSS
- the AssemblyKeyName info must be removed from AssemblyInfo.cs in order to compile the project
- the <%# Container.DataItem.ToString() %> stuff must be between quotes
- At design time the Repeater displays "There was an error rendering the control. Check to make sure all properties are valid."
- How come we cannot add the control to the Toolbox?
Anyway, it works fine at run-time :-)
May 23, 2003 6:25 AM
Andy Smith
said:
- the solution conversion thing... i'm sure that tool will come in handy for some people.
- the unbinding thing and the assembly key name thing... ya, i'm lazy, sue me :)
- As for the databinding stuff to be in quotes... It works for me. I've never needed quotes for databinding expressions.
- the design time problems are specific to 2002. It works fine with 2003 and webmatrix. Don't know what to tell you about them. Sounds like a bug in 2002. Maybe it wants you to derive from WebControl instead of Control.
May 23, 2003 1:47 PM
Leave a Comment
Name
(required)
Your URL
(optional)
Comments
(required)
Remember Me?
Add
Terms of Use