-----------------------------------------------------------
New Message on BDOTNET
-----------------------------------------------------------
From: vishnuvr
Message 9 in Discussion
Thanks raja and raghu, Yes now it is not going to the server each time i click on
the items of the checkboxlist i want to validate it for 5th item of checkboxlist if it
is selected one more control has to be enabled this i tried to put in html script
portion but this is not all firing this is wat i have done in code behind page load
event
CHKCod_Bib.Attributes.Add("onchange"," fnc(this);");
and in html script
<script>
function fnc(sender)
{
var val=sender.value
if (CHKCod_Bib.Items[5].Selected==true)
{
Bc_File.Visible=true;
BTNbc_Upload.Visible=true;
Up_FileBC.Text="";
Up_FileBC.Visible=true;
form.submit();
}
if (CHKCod_Bib.Items[5].Selected==false)
{
Bc_File.Visible=false;
BTNbc_Upload.Visible=false;
Up_FileBC.Text="";
Up_FileBC.Visible=false;
}
}
</script>
is the script is wrong or i have to implement this in different way can u help me in
this....
rgds
vishnu
-----------------------------------------------------------
To stop getting this e-mail, or change how often it arrives, go to your E-mail
Settings.
http://groups.msn.com/BDOTNET/_emailsettings.msnw
Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help
For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact
If you do not want to receive future e-mail from this MSN group, or if you received
this message by mistake, please click the "Remove" link below. On the pre-addressed
e-mail message that opens, simply click "Send". Your e-mail address will be deleted
from this group's mailing list.
mailto:[EMAIL PROTECTED]