Hi,
I have a Rad Textbox in the form at page load i added style of display none,
now at rad combox selection change at client event, i have to set style display block of that textbox.
Thanks in advance.
Regards
Krishna
I have a Rad Textbox in the form at page load i added style of display none,
now at rad combox selection change at client event, i have to set style display block of that textbox.
function pageLoad() { txt = $find("<%=txtFuelsNameSearch.ClientID %>"); alert(txt); }
Thanks in advance.
Regards
Krishna