Ask a Question related to ASP.NET General, Design and Development.
-
DesignerX #1
dynamically created control is not being validated
I have a user control that contains a custom control, both are loaded
dynamically.
The custom control has a simple required field validator and a text box to
validate.
When the submit button in the user control is pressed the textbox does not
seem to be validated.
How do I even begin to troubleshoot this?
My dynamically created controls are created in the load event.
Thank you in advance for any help.
stan
DesignerX Guest
-
Managing ViewState of a dynamically created Custom Composite Server Control -(where the original is also dynamically created)
Ok here's my scenario. I have a Custom Composite Server Control (CCSC) consisting of a TextBox, Button & Panel. (And some other code - which I... -
Composite Web Control and Dynamically Created Children Controls.
Hi I am developing a web control which creates other web controls. During the OnInit of the my web control I read an Xml file which tells my web... -
Dynamically created control in Datagrid problem
I created a datagrid with 4 bound columns and 1 template column. I am using the ITEMDATABOUND event to add a control to the template column, if... -
need help with dynamically created user control
i have a dynamically created user control which contains a non-dynamically created ASP.Net button. When the button is clicked, the event is not... -
returning values from dynamically created user control
Hi, I've got a fairly simple date control, that I'm creating dynamically in my page. The reason for creating it dynamically is that I want the... -
Teemu Keiski #2
Re: dynamically created control is not being validated
Try putting the control creation into Page's Init.
--
Teemu Keiski
MCP, Designer/Developer
Mansoft tietotekniikka Oy
[url]http://www.mansoft.fi[/url]
AspInsiders Member, [url]www.aspinsiders.com[/url]
ASP.NET Forums Moderator, [url]www.asp.net[/url]
AspAlliance Columnist, [url]www.aspalliance.com[/url]
"DesignerX" <designerx2@yahoo.com> wrote in message
news:7KqcnZMQFcBJcYKiRTvUqw@giganews.com...> I have a user control that contains a custom control, both are loaded
> dynamically.
>
> The custom control has a simple required field validator and a text box to
> validate.
>
> When the submit button in the user control is pressed the textbox does not
> seem to be validated.
>
> How do I even begin to troubleshoot this?
> My dynamically created controls are created in the load event.
>
>
> Thank you in advance for any help.
>
> stan
>
>
Teemu Keiski Guest
-
Teemu Keiski #3
Re: dynamically created control is not being validated
And was going to say that post some code.
--
Teemu Keiski
MCP, Designer/Developer
Mansoft tietotekniikka Oy
[url]http://www.mansoft.fi[/url]
AspInsiders Member, [url]www.aspinsiders.com[/url]
ASP.NET Forums Moderator, [url]www.asp.net[/url]
AspAlliance Columnist, [url]www.aspalliance.com[/url]
"Teemu Keiski" <joteke@aspalliance.com> wrote in message
news:eXK0VKgUDHA.216@TK2MSFTNGP10.phx.gbl...to> Try putting the control creation into Page's Init.
>
> --
> Teemu Keiski
> MCP, Designer/Developer
> Mansoft tietotekniikka Oy
> [url]http://www.mansoft.fi[/url]
>
> AspInsiders Member, [url]www.aspinsiders.com[/url]
> ASP.NET Forums Moderator, [url]www.asp.net[/url]
> AspAlliance Columnist, [url]www.aspalliance.com[/url]
>
> "DesignerX" <designerx2@yahoo.com> wrote in message
> news:7KqcnZMQFcBJcYKiRTvUqw@giganews.com...> > I have a user control that contains a custom control, both are loaded
> > dynamically.
> >
> > The custom control has a simple required field validator and a text boxnot> > validate.
> >
> > When the submit button in the user control is pressed the textbox does>> > seem to be validated.
> >
> > How do I even begin to troubleshoot this?
> > My dynamically created controls are created in the load event.
> >
> >
> > Thank you in advance for any help.
> >
> > stan
> >
> >
>
Teemu Keiski Guest



Reply With Quote

