Thank you for sending the code.
kiran
User Profile
Collapse
-
-
-
-
-
i was tryed the below code
function validate()
{
if (document.getEl ementById("<%=T extBox1.ClientI D%>").value=="" )
{
alert("No Feild can not be blank");
document.getEle mentById("<%=Te xtBox1.ClientID %>").focus();
return false;
}
}
this...Leave a comment:
-
please send me javascript code for that(Space validation) it is very importent in my project...Leave a comment:
-
Javascript validation for spaces in text box
My Text box can accept all types of data like alphabets,numer ic,special characters ... Should give an error message 'if space is not a valid value '
when i am clicking a button... in
asp.net with c# through javascript.(jav ascript validation after clicking a button). -
Field Validation
My Text box can accept all types of data like alphabets,numer ic,special characters ... Should give an error message if space is not a valid value. ... in
asp.net with c# through javascript. -
-
help
i am design a web form in asp.net with c# ,in this form some textboxes is there ,in first text box it must accept numbers but not characters , Blank spaces and special characters how to validte in client side through javascript and also cursur position should be in first textbox.. -
now i want to disply only the maximum no. of chargeid's list(individual list) like below ex:
ex:
chargeid chargename
101 ------- xxx
101 ------- yyy
101 -------- aaa
101 ------- kkkLeave a comment:
-
select chargeid,count( *) from charges group by chargeid having count(*)>1 order by 2
this query displays chargeid's and corresponding number of times for the chargeid now i want to disply only maximum number of chargeid's list in this table (suppose 101 chargeid is maximum used in the table)
like
chargeid no. of times
101 1
101 2
(or)
...Leave a comment:
-
Help
for ex one table is there like charge ,fields are chargeid,charge name
chargeid's are having duplicates like chargeid
101
101
102
.......
1.I want to disply the colmns of chargeid's and no.of times... -
Help
How to find tables in a particular database in sql server(ex:datab ase name=aaa)_ -
question
In .NET, which design pattern is suitable for most of the projects and explain that architecture.. -
question
how can retrive 5th maximum salary in a given table(ex:In a emp table) -
how can explictly delete an object in our classes(un managed objects)
how can explictly delete an object in our classes(un managed objects)
No activity results to display
Show More
Leave a comment: