skip to main | skip to sidebar

Sanjeewa'S Tech Page

Monday, February 18, 2008

Find a list Box is Checked (has a list count) using java script

function listBoxisChecked(s,e)
{
var Lstbox=document.getElementById('ctl00_ContentPlaceHolder2_lbxAssignedGroup');

if(Lstbox.options.length == 0)
{
e.IsValid = false;

return;
}
e.IsValid = true;

}
Posted by SS - LK at 1:06 AM

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Blog Archive

  • ►  2010 (9)
    • ►  October (1)
    • ►  May (2)
    • ►  April (3)
    • ►  February (2)
    • ►  January (1)
  • ►  2009 (29)
    • ►  December (2)
    • ►  October (2)
    • ►  August (3)
    • ►  July (3)
    • ►  June (3)
    • ►  May (3)
    • ►  April (5)
    • ►  January (8)
  • ▼  2008 (46)
    • ►  November (1)
    • ►  October (14)
    • ►  August (11)
    • ►  May (7)
    • ►  April (1)
    • ►  March (2)
    • ▼  February (10)
      • Creating a folder in the server using asp.net -san...
      • Create a client javascript popup using client scri...
      • Creating a Web streaming movie pager using C# and ...
      • Create a simple Movie player For html site
      • Creating mail Class Using C# dotnet (2005VS)
      • Change the maximum file upload size supported by A...
      • Create a dataset Using Specified colum name and to...
      • Find a list Box is Checked (has a list count) usin...
      • Get Print screen Popup using javascript
      • Random password Creator C# code
  • ►  2007 (33)
    • ►  December (1)
    • ►  November (7)
    • ►  October (11)
    • ►  September (12)
    • ►  July (2)
 

You like my blog?

Search This Blog

Followers