Click here to Skip to main content
15,886,026 members

Comments by Shridhar Gowda (Top 25 by date)

Shridhar Gowda 26-Feb-15 2:04am View    
In .net, whatever client side pages (.aspx, .js, .css, images etc) should be there in server. Same will be presented on client's browser. But .cs pages are server side pages which are not required by server. Instead, all data in .cs will be in .dll file in "bin" directory. So just notice that whether .dll is updating every time you build the application. That is enough. You can delete .cs files from server which is absolutely not required.
Shridhar Gowda 16-Feb-15 8:17am View    
Hi Anjana, I think its normal behavior. I visited your link. I guess slowness is because of amout of css, js and plugins used. Not becoz of images.
Shridhar Gowda 14-Feb-15 13:57pm View    
And updated
Shridhar Gowda 12-Feb-15 23:05pm View    
Same here.
Shridhar Gowda 12-Feb-15 23:01pm View    
First check select * from dbo.Issue_book ; then use functions u want