Click here to Skip to main content
15,890,579 members

Comments by KuntalBose (Top 48 by date)

KuntalBose 6-Apr-17 12:21pm View    
It is not possible for class library in same solution ?because I can't move this in separate solution. I have to maintain all projects from a single solution.
KuntalBose 6-Jan-17 13:12pm View    
Thanks ,Redirect() working fine ,and provided link is very informative and helpful for knowledge .
KuntalBose 6-Jan-17 12:59pm View    
Thankx for comment,this is not a problem.main problem is breakpoint not stop to the function if exicute once
KuntalBose 23-Sep-16 11:19am View    
Thanjks for comment .I also go through with the same article .but I need uploader in side each Itemtemplete and upload from there .
KuntalBose 9-May-16 12:24pm View    
I found bellow code inside document ready event
function resizedw(appwidth) {
var window_changed = $(window).width() != appwidth;
if ($(window).width() != appwidth) {
console.log(location)
//location.href = location.href;
location.reload();
}
past_width = $(window).width();
}
and location.reload(); reload the same page in mozzilla ,but in chrome and IE its reload the initial SRC page of the iframe .