P
PJ
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">
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">