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

Comments by prabaran (Top 6 by date)

prabaran 6-Oct-12 3:07am View    
Thanks abhinav, But i've one doubt this virus should be from our coding side mistake or server side mistake, i didn't understand how the sql tables are affected by virus.
prabaran 21-Aug-12 1:31am View    
Thanks prabha,
I used the following Script it will display the current machine time. But i couldn't get the value in label and couldn't stored it database. Help me.

Script is,

It is now
<script type="text/javascript">
<!--
var currentTime = new Date()
var hours = currentTime.getHours()
var minutes = currentTime.getMinutes()
if (minutes < 10){
minutes = "0" + minutes
}
document.write(hours + ":" + minutes + " ")
if(hours > 11){
document.write("PM")
} else {
document.write("AM")
}
//-->
</script>

prabaran 21-Aug-12 1:27am View    
hai i used this script. but i couldn't get the time in Label to stored in database. So how can i get the time in Label.
prabaran 20-Aug-12 3:55am View    
hi sham,

i couldn't understand please explain briefly or give me your demo page.
prabaran 17-Aug-12 7:47am View    
Hello praba..

Thanks,.. I used your code, label get the value and display the current time in client side. But code behind Label.Text= Empty or label.value=empty so that i couldn't store the value in database