Is it possible to handle server side events before
CreateChildControls?
e.g. If you have a treeview control and the user clicks on an expand
node what would happen would be CreateChildControls would be called
first to recreate the treeview as is and then the event would be fired
and you would...
more >>
I need to write a composite control where a click event in the
parent(container) class fires an event in a child control. How is this
possible? ie clicking a button in the parent control performs an action on a
child control....
more >>
I have a validator control that I wrote by inheriting from the BaseValidator
class. One of the properties of my class is the id of another control which
will determine whether or not the ControlToValidate needs validated (this
property is named conditionid). When I attempt to access this contr...
more >>
I am trying to learn a little more about how to add client-side validation
to custom validators that I write (by inheriting from the BaseValidator
class). I know that the name of the JavaScript function is assigned to an
attribute named 'evaluationfunction' and that the function returns true o...
more >>
hey all,
when i drag my control, that i built, on to the designer it shows up as the
smallest possible size. almost looks like a dot until i resize it then all
the controls show up.
can someone please explain?
thanks,
rodchar...
more >>