[quote user="kamii47"] You should disable the requiredfield validator when you are setting readonly=true for the text box rfvCode .Enabled = False [/quote] Thanks, I have added that code and now Page.IsValid is true. protected void btnSend_Click( object sender, EventArgs e ) { rfvCode.Enabled...
Posted to
Web Forms
(Forum)
by
manaslu
on
08-29-2008, 12:00 AM
Filed under: page.isvalid, TextBox, readonly, requiredfieldvalidator