Click here to Skip to main content
15,887,135 members

Comments by sandeshjkota (Top 5 by date)

sandeshjkota 12-Feb-15 1:06am View    
Well this solved the problem. But I am not sure why do we have to do this. Can you please shed some light ?
sandeshjkota 11-Feb-15 7:19am View    
Your script is not complete and also I don't see any HTML content.

It will be better to have a complete example (HTML and Script) so that it will be easy to start with
sandeshjkota 11-Feb-15 7:14am View    
There is an article explaining how to do the same

Check this Link : Arabic - Number to Word
sandeshjkota 11-Feb-15 6:36am View    
There are tons of examples online. All you have to do is Googling.
sandeshjkota 15-May-13 7:35am View    
Reason for my vote of 5 \n I tried 1,2,3 and 4. And it works as expected. And also found another easy way:

private bool NetworkAvailable()
{

return System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable();
}