Ask a Question related to ASP.NET General, Design and Development.
-
PJ #1
Re: Few things - Validation, Tables etc
not xctly sure what you're asking, but are you aware there is a .IsValid()
method on the page that you can use in code behind that will return a bool
based on whether all post data validates to all defined validation controls
on your page.
for the cell height, use the height style on the row that contains the cell.
<tr style="height:200px">
"Vincent V" <vincentv@-n0-5pam-optushome.com.au> wrote in message
news:%23K$vYHnVDHA.2236@TK2MSFTNGP12.phx.gbl...ideas> Hey a couple of questions
>
> I have multiple usercontrols on my page + buttons that Cuase validations
> the issue is that the page validates as a whole and you cannot Group
> validate
>
> the work around i am using is to disable all validators on the page then
> enable all validators on my control container
> the worry i have here is at the point when validation on the page is
> disabled this may leave some
> fields open to hackers and problematic data if the spoof the page? anytable> around this
>
> The other issue i have is that i have a large cell and i want to put a> within the cell and specify height of 80%
> but this does not work properly
> any ideas on these
> Thanks
>
>
PJ Guest
-
CFFORM validation trumping Custom Validation
Is there any way for custom form validation to work in concert with the cfform validation? I have a custom script that compares the values of two... -
CFFORM Validation trumping Custom Form Validation
Is there any way for custom form validation to work in concert with the cfform validation? I have a custom script that compares the values of two... -
OT: For when things are getting TOO serious...
You gotta check http://www.createafart.com/index.asp time-waster out! Not for those of a "delicate" disposition! Heh! John Mc ... -
validation summary doesnt display when there's client-side validation
I have a custom validator that validates a numeric field, txtField, that allows for thousand separators. I also placed a validation summary so... -
only custom validation control does server side validation?
On a CustomValidator you have to provide the validation code because otherwise it doesn't know what to do for the validation. Other validator... -
Vincent V #2
Few things - Validation, Tables etc
Hey a couple of questions
I have multiple usercontrols on my page + buttons that Cuase validations
the issue is that the page validates as a whole and you cannot Group
validate
the work around i am using is to disable all validators on the page then
enable all validators on my control container
the worry i have here is at the point when validation on the page is
disabled this may leave some
fields open to hackers and problematic data if the spoof the page? any ideas
around this
The other issue i have is that i have a large cell and i want to put a table
within the cell and specify height of 80%
but this does not work properly
any ideas on these
Thanks
Vincent V Guest
-
Vincent V #3
Re: Few things - Validation, Tables etc
in reguards to validation
on my page i might have 3 different panels
one for sighning up
one for logging in
one for sighning up for news letter
these 3 panels are unrelated
so just say u want to login u enter ur username and password - all the
validators on the page will fire(sign up validators, news letter validators)
because the page is one entity
i need to be able to validate panels or controsl with child controls not the
whole page
"PJ" <pjwalNOSPAM@hotmail.com> wrote in message
news:#kFlKnnVDHA.624@TK2MSFTNGP10.phx.gbl...controls> not xctly sure what you're asking, but are you aware there is a .IsValid()
> method on the page that you can use in code behind that will return a bool
> based on whether all post data validates to all defined validationcell.> on your page.
>
> for the cell height, use the height style on the row that contains the>
> <tr style="height:200px">
>
>
> "Vincent V" <vincentv@-n0-5pam-optushome.com.au> wrote in message
> news:%23K$vYHnVDHA.2236@TK2MSFTNGP12.phx.gbl...> ideas> > Hey a couple of questions
> >
> > I have multiple usercontrols on my page + buttons that Cuase validations
> > the issue is that the page validates as a whole and you cannot Group
> > validate
> >
> > the work around i am using is to disable all validators on the page then
> > enable all validators on my control container
> > the worry i have here is at the point when validation on the page is
> > disabled this may leave some
> > fields open to hackers and problematic data if the spoof the page? any> table> > around this
> >
> > The other issue i have is that i have a large cell and i want to put a>> > within the cell and specify height of 80%
> > but this does not work properly
> > any ideas on these
> > Thanks
> >
> >
>
Vincent V Guest



Reply With Quote

