Click here to Skip to main content
15,891,033 members

Comments by TinTinTiTin (Top 5 by date)

TinTinTiTin 22-May-17 9:14am View    
$('#ListBox1').on('change', function ()
{
var label = $(this.options[this.selectedIndex]).closest('optgroup').prop('label');
alert(label);
});
TinTinTiTin 10-Mar-17 3:12am View    
Hi Graeme_Grant, You didn't got my question. I don't wan't sliding session timeout.
Link provided just show to to set timeout(default sliding).
TinTinTiTin 23-Feb-12 23:59pm View    
Deleted
Reason for my vote of 5
Good one!!!
TinTinTiTin 23-Feb-12 23:58pm View    
Deleted
Reason for my vote of 5
Good one!!!
TinTinTiTin 20-Jan-12 5:18am View    
have you initialized DataSource property of your GridView?