Ask a Question related to ASP.NET Building Controls, Design and Development.
-
David Medina #1
Re: java script and server texbox control
I got it
with(document.forms["FrmCommission"]){
if(!RFV_FrameSelection.IsValid){//validator is false
//code...
return;
}
}
thanks,
dmedina
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
David Medina Guest
-
Script editor server control
Does anybody know where I can get my hands on a script editor server control? I have developed a web app that includes an "editor" (textarea... -
CF Grid / Java Script / Action Script
Hi, Does anyone know of a good reference for the attributes CFgrid exposes in a flash form? eg. I would like to select the first row on load. ... -
ITC - urgent!!!I'd like to transmit binary data from SQL server to client and load it into variable. I used for this Microsoft Internet Transfer Control and my script looks like this:
I'd like to transmit binary data from SQL server to client and load it into variable. I used for this Microsoft Internet Transfer Control and my... -
Do you need to use Java script in ASP .Net?
Hi, Experts, With the great functionalities in ASP .net, do we still need to use JavaScript? Thanks Jerry -
Radio Button List server control and java script
How can i check in java script if a asp.net radio button list server control is selected? I have some custom javascript function in the client...



Reply With Quote

