Click here to Skip to main content
15,922,630 members

Comments by abhishekgoletar (Top 8 by date)

abhishekgoletar 27-Mar-14 2:03am View    
Ok buddy,let me explain you clearly
my C# coding is only taking .0700 second to load
but when i m passing xml string[contains 1lakhs of string] to html loader[converts xml string to html form]
as it's size is to long its taking time
--->page contains no images
--->and my html loader is purely passing bytes
--->this is what taking to much time[html loader]
caching is not possible for me
abhishekgoletar 27-Mar-14 1:45am View    
i m creating xmlString from Database and it takes only 0.0756 seconds so SP load time is part of 0.0756 sec.it'll execute within that time
abhishekgoletar 27-Mar-14 1:03am View    
i am already using that.but no useful
abhishekgoletar 6-Jan-14 5:54am View    
thx but i have mention not using sql,i want to do it in c# lets assume i have datatable with that data
abhishekgoletar 6-Jan-14 5:19am View    
thanx for replay i want to do it with c# not with sql as i m using llblgen so this query want be possible