Forum: JavaScript / DHTML / AJAX Jul 5th, 2009 |
| Replies: 1 Views: 1,052 Hi,
I am trying to validate textbox inside gridview footer template as the following:
<script language="javascript" type="text/javascript">
function validate(obj)
{
if... |
Forum: JavaScript / DHTML / AJAX Feb 7th, 2009 |
| Replies: 9 Views: 3,212 Thank you so much 'Fungus1487' - it is working properly now! |
Forum: JavaScript / DHTML / AJAX Jan 31st, 2009 |
| Replies: 9 Views: 3,212 I changed the JS per your suggestion, but now the confirm window prompt for each control. let's say if I have 30 controls - the confirm window prompt 30 times...
Here is the complete JS I am... |
Forum: JavaScript / DHTML / AJAX Jan 24th, 2009 |
| Replies: 9 Views: 3,212 Good start... if the user select first or second control, the confirm window prompt once.
If the user select the third control or other controls (not 1 or 2), the confirm window prompt twice before... |
Forum: JavaScript / DHTML / AJAX Jan 19th, 2009 |
| Replies: 9 Views: 3,212 Finally I found something very similar to what I am looking for, but
now I need your help to disable loop.
Basically I need to validate only once, if the user click OK
then I don't want the js... |
Forum: JavaScript / DHTML / AJAX Jan 19th, 2009 |
| Replies: 9 Views: 3,212 Thanks for your help but your example is more relevant for text field.
The control I am using is 'RadioButtonList' which in my case has more than one 'input' controls that assigned to differente ID.... |
Forum: JavaScript / DHTML / AJAX Jan 18th, 2009 |
| Replies: 9 Views: 3,212 Hi,
I am trying to validate RadioButtonList (ASP.NET) using the following js function but for some reason it does not working properly. I can't get the ID of the control as I would be..
Can you... |