all groups > asp.net building controls > august 2004 > threads for august 15 - 21, 2004
Filter by week: 1 2 3 4 5
Regex question
Posted by Hailstorm at 8/20/2004 9:20:11 AM
How can I control if "a textbox is empty or not" with regex validation? I
don't want to use required field validator because I have a masked textbox
control and it has "ValidationExpress" property.
For example, if I want to control if it's a time value, I use
"(([0-1][0-9])|([2][0-3]))[:]([0-5][... more >>
Templated Data-Bound Control Sample
Posted by news.microsoft.com at 8/20/2004 9:05:18 AM
I have been attempting to create a templated data-bound control, using the
sample as a guide
(ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/cpguide/html/cpcontemplatedd
ataboundcontrolsample.htm). The problem that I'm running into is that child
controls in the template, such as labels, lose th... more >>
System.ComponentModel.Design.ArrayEditor - How to
Posted by Peter Ehli at 8/19/2004 9:59:36 AM
I have a custom control which is a set of tab images like in hotmail. In my control I have a hard coded array that sets the string
value of the tabs.
private String[] tabCaptions = { "Home", "Tab 1", "Tab 2", "Tab 3" };
I would like these tab captions set by the user of my control via the pro... more >>
HELP!!HELP!! - Import XMl into SQl using ASp
Posted by Michael Persaud at 8/17/2004 10:09:40 AM
HI,
I have a xml file and would like to import its contents into a table in
SQl2000
can some one say how? it has to insert multiple records
Thanks MP
... more >>
Properties, JavaScript and Viewstate
Posted by Daniel Buchholz at 8/16/2004 2:14:36 PM
Hi all!
I´m trying to build a custom panel control that has the ability to
expand or collapse at runtime without postback. I switch the visibility
property of a DIV to do this.
But what is the proper way of persisting the state of the panel through
a postback cycle. Currently whenever a ... more >>
use UrlEditor in Component Editor forms
Posted by Kevin Marshall at 8/16/2004 11:11:08 AM
Hello everyone,
I have built a server control and managed almost everything I wished to
achieve with it using the book MsPress book on developing server controls, I
do have one problem. I have made a component editor (property builder) form
and its working perfectly apart from my URL propertie... more >>
Styles and CustomControls
Posted by Reiner Max at 8/15/2004 1:46:36 PM
Hello
I need to format my Custom Controls with Styles.
Now if I use the css features from .NET then the styles are renders
direct in the control tag and produce a lot of code.
To prevent this and add my own css file and modify
this with my custom control and design time.
What is th... more >>
Custom attributes/properties at design time (serialization?)
Posted by GoogleGroups NO[at]SPAM WALDOLand.com at 8/15/2004 12:52:02 PM
OK. here's what I want to do.
I have a text editor control that I created. I also have a seriedsof
palette controls that I have created for use with the text editor. The
Idea I want is that the page developer can slap any number of editors
on a webform and any number of palettes on the same we... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|