Question:How to asynchronously load some of my javascript files while using MVC 4 bundling and minification ?
Description:In my asp.net mvc 4 project there are some independent javascript files, i want to load them asynchronously for the site's performance aspect. So I have following two question regarding this, 1) how to load some of my bundled js files asynchronously ? 2)Does it effect my site's performance as well ?
Posted by: Khalid Abbas | Posted on: Oct 20, 2017
Question:How to find all occurrences of strings between two strings or two keywords in C#?
Description:I need a method that will return list of strings which comes between two keywords, For example: If I have given following string to the method. "<SomeString> This is first string </SomeString><SomeString> This is Second string </SomeString>" The method should return a list of two strings as follows.(Note: these strings can be multi-lines) "This is first string" "This is Second string" Thanks for your help in advance
Posted by: Jhon Anthony | Posted on: Oct 10, 2017
Question:How to export my object to excel file and download the file as well ?
Description:I want my class object directly export to a excel file and force download the file as well using C# code. A generic method or code chunk would be more appreciated in which i can send any object to be exported to excel file.
Posted by: Khalid Abbas | Posted on: Oct 03, 2017
Question:how to resolve "Saving changes is not permitted. The change you have made requires the following table to be dropped and re-created. You have either made changes to a table that can't be recreated or enabled the option prevent saving changes that require
Description:I am getting the following error whenever i try to edit the table design, i.e changing the column's data type Saving changes is not permitted. The change you have made requires the following table to be dropped and re-created. You have either made changes to a table that can't be recreated or enabled the option prevent saving changes that require the table to be re-created.
Posted by: Khalid Abbas | Posted on: Sep 27, 2017
Question:how to resolve "The type or namespace name '__ReSharperSynthetic' could not be found (are you missing a using directive or an assembly reference?)" ?
Description:I am stuck into the following error while trying to preview my content item through sitecore rocks. "The type or namespace name '__ReSharperSynthetic' could not be found (are you missing a using directive or an assembly reference?)"
Posted by: Junaid Aziz | Posted on: Sep 26, 2017
Question:How to validate google recaptcha on server side in asp.net (c#)?
Description:I have validated my google recaptcha on client side but i want it to make my site's user interaction more secure so i have decided to validated it on server side as well, now i wanted to know on what bases google recaptcha allow us to validate on server side
Posted by: Jhon Anthony | Posted on: Sep 22, 2017
Question:how to Completely Remove TFS Source Control Bindings for my project in visual studio 2013 ?
Description:I want to Completely Remove TFS Source Control Bindings for my solution in visual studio 2013 I tried alot but still some error appear when I reopen my solution in visual studio
Posted by: Junaid Aziz | Posted on: Sep 12, 2017
Question:Could not load file or assembly 'WebGrease, Version=1.5.1.25624, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Description:I am getting the following error while I was running my asp.net mvc web application which was build on visual studio 2013 and now I am try to run it on visual studio 2012. Could not load file or assembly 'WebGrease, Version=1.5.1.25624, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Posted by: Junaid Aziz | Posted on: Sep 08, 2017
Question:how to apply different Style on last item of a asp.net repeater ?
Description:Is it possible to detect the last item of the asp.net repeater inside the ItemTemplate ?
Posted by: Jhon Anthony | Posted on: Aug 30, 2017
Question:How to add id on sever controls?
Description:In drop down list of sever control, how to add client side Id?
Posted by: sami hussain | Posted on: Aug 29, 2017