skip to main
|
skip to sidebar
Basics In C#.NET
Showing posts with label
Repeated values
.
Show all posts
Showing posts with label
Repeated values
.
Show all posts
Thursday, August 7, 2008
Repetions
function show(){
var i,j;
var str=document.getElementById ("TextBox1").value;
var arr=new Array();
arr=str.split(",");
for(i=0;i
for(j=i+1;j
if(arr[i]==arr[j]){
alert("Repeat exists");
break;
}
}
}
Older Posts
Home
Subscribe to:
Posts (Atom)
Search This Blog
My Web Pages
Hot Events
Tollywood News
Sports Updates
Basic In C#
▼
2008
(42)
▼
Aug
(24)
Dot Net FAQ's
Delete Command
Update Command
Insert Command
Code Samples (Select Command)
ADO.NET Data Architecture
NET Framework Data Providers
Server-side state management summary
Client-side state management summary
Database
Session object
Application object
Query Strings
View State
Hidden Field
Cookies
State Management in ASP.NET
Repetions
Convert to Lower Case To Upper Case
Email validations
CHECK BOX Validations
Charles
Date Validation
Require field Validations
►
Jul
(18)
Subscribe To
Posts
Atom
Posts
All Comments
Atom
All Comments
About Me
venkateshwar reddy
View my complete profile