Click here to Skip to main content
15,908,274 members

Comments by Raajendran (Top 30 by date)

Raajendran 26-Nov-12 5:17am View    
Thank You,

can do this programatically ...
Raajendran 28-Aug-12 3:24am View    
sandeep, in my existing code is there any bug r error?

what are the changes me need to do...
Raajendran 27-Aug-12 8:06am View    
Okay Thank U Sandeep...
Raajendran 24-Aug-12 7:09am View    
Deleted
<script type="text/javascript">
$(document).ready(function(){
var liIds = $('#Menu li a').map(function(i,n) {
var x=$(n).attr('id');
return $(this).text();
}).get().join(',');
$("input[id$='TextBox1']").val(liIds);
});
</script>
Raajendran 24-Aug-12 7:06am View    
Thank U So Much sarrva....

Its Working well in Normal Asp.Page....