Hi Princy,
I tried the following codes.. its not working
Please check and let me know what i missed.....
<
table
style
=
"width: 520px;"
cellspacing
=
"0"
cellpadding
=
"0"
border
=
"0"
>
<
tr
>
<
td
class
=
"clsBorderTd"
style
=
"width: 5px"
>
<
asp:Label
ID
=
"lblSchName"
runat
=
"server"
EnableViewState
=
"False"
Text
=
"School Name "
></
asp:Label
>
</
td
>
<
td
class
=
"clsBorderTd"
style
=
"width: 70%"
>
<
asp:Label
ID
=
"lbl_SchName"
runat
=
"server"
Font-Bold
=
"False"
SkinID
=
"NoBold"
Text
=
""
></
asp:Label
>
</
td
>
</
tr
>
<
tr
>
<
td
class
=
"clsBorderTd"
style
=
"width: 21%"
>
<
asp:Label
ID
=
"lblAddress1"
runat
=
"server"
EnableViewState
=
"False"
Text
=
"Address1"
></
asp:Label
>
</
td
>
<
td
class
=
"clsBorderTd"
style
=
"width: 29%"
>
<
asp:Label
ID
=
"lbl_Address1"
runat
=
"server"
Font-Bold
=
"False"
SkinID
=
"NoBold"
Visible
=
"true"
></
asp:Label
>
<
telerik:RadTextBox
ID
=
"rtbAddress1"
runat
=
"server"
Font-Bold
=
"false"
SkinID
=
"noBold"
Text
=
""
Visible
=
"false"
Width
=
"156px"
>
</
telerik:RadTextBox
>
<
asp:Label
ID
=
"lblAddress1Err"
runat
=
"server"
ForeColor
=
"Red"
Style
=
"vertical-align: middle"
Text
=
"*"
Width
=
"9px"
></
asp:Label
>
<
asp:RequiredFieldValidator
ID
=
"rfvAddress1"
runat
=
"server"
ControlToValidate
=
"rtbAddress1"
Display
=
"None"
ErrorMessage
=
"Please Enter Your Address1"
Font-Size
=
"8pt"
ValidationGroup
=
"Validate"
> </
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
>
<
td
align
=
"center"
colspan
=
"2"
>
<
table
align
=
"center"
>
<
tr
>
<
td
>
<
asp:ValidationSummary
ID
=
"vsError"
runat
=
"server"
Font-Bold
=
"true"
Font-Names
=
"Verdana"
Font-Size
=
"8pt"
Style
=
"text-align: justify"
ValidationGroup
=
"Validate"
ForeColor
=
"Red"
/>
</
td
>
</
tr
>
</
table
>
</
td
>
</
tr
>
<
tr
>
<
td
align
=
"center"
colspan
=
"2"
style
=
"height: 40px"
>
<
telerik:RadButton
ID
=
"rbSave"
runat
=
"server"
SkinID
=
"btnSolid"
Text
=
"Save"
Width
=
"50px"
ValidationGroup
=
"Validate"
CausesValidation
=
"true"
OnClick
=
"rbSave_Click"
>
</
telerik:RadButton
>
<
telerik:RadButton
ID
=
"rbCancel"
runat
=
"server"
OnClientClicked
=
"CancelConfirmation"
SkinID
=
"btnSolid"
Text
=
"Cancel"
Width
=
"50px"
>
</
telerik:RadButton
>
</
td
>
</
tr
>
</
table
>