Hi,
I have file upload and Custom Radio button(with Images) in the page
Requirement:
When the page load, both the file upload control and Custom Radio Buttons has to be enable.
when I click on the Custom Radio buttons ,the File Upload will be disabled,
when I click on the File Upload ,the Custom Radio buttons will be disabled.
Can any tell me how to do this ?
Once check the screen shot
Loading
Jignesh TrivediPosted May 14, 2012, 8:00 AM
In fileupload control, Textbox control is already in Readonly mode.
when you disabled file upload control then it is disabled browser control.
Above code is tested in both IE & Fire fox.
thanks.
SenthilkumarPosted May 14, 2012, 7:16 AM
I do not think, you have any control on the browse button disable. Because when you say the disable of the file upload control, it will do only the text box but not the "Browse" button.
Jignesh TrivediPosted May 14, 2012, 7:10 AM
you can achive same using javascript.
Please try,
also where is screen shot?
hope this help.