Click here to Skip to main content
15,896,726 members

Comments by sunil kumar meena (Top 9 by date)

sunil kumar meena 6-Nov-17 7:21am View    
As you can see in attached snap, there is no more information available, otherwise I would have mentioned it here or tried to google it.
sunil kumar meena 3-Nov-17 5:59am View    
Issue is not with application because same functionality is working with IE and FF, also in old versions of Chrome but not the recent versions of Chrome. In my attached picture you can see the downloaded file in the bottom left, it's showing "Failed - Network Error".
sunil kumar meena 20-Mar-17 13:58pm View    
Thanks for reply, but I never saw Designer file in Asp.net. I've searched entire project but couldn't find such file. So, where can I find this file in my solution?

Another thing is that, I found from MSDN forums, "If you create website, the webform would contain only aspx file and aspx.cs file. If you create web application, the webform would contain aspx file, aspx.cs and aspx.designer.cs file.". In case of WebApplication, designer files helps us to access controls on code behind page but what about WebSite, where no designer file available. How controls are still accessible on code behind page?
sunil kumar meena 27-Nov-16 15:13pm View    
But why "from y in g.OrderBy(x=>x.Salary).Take(2)" this is not working in my query?
sunil kumar meena 25-Jul-16 15:51pm View    
so you are saying if I put this generation process in cloud, and multiple users fetch data from them still I can get a good performance?