Apr 5, 2008 #1 xiukun Programmer Apr 5, 2008 1 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 Apr 15, 2008 6 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