Apr 5, 2008 #1 xiukun Programmer Joined Apr 5, 2008 Messages 1 Location SG i am tryin to get the word count for a textbox, to check that it is not null. what is the syntax to check the word count??
i am tryin to get the word count for a textbox, to check that it is not null. what is the syntax to check the word count??
Apr 15, 2008 #2 CRMBrad Vendor Joined Apr 15, 2008 Messages 6 Location US In C# : txtBoxId.Text.Length In JavaScript : document.getElementById('txtBoxId').value.length Brad http://www.streamsol.com Upvote 0 Downvote
In C# : txtBoxId.Text.Length In JavaScript : document.getElementById('txtBoxId').value.length Brad http://www.streamsol.com