Browse by Tags
All Tags »
ASP.NET (
RSS)
I use the following method when I had to call an Asp web page which return to me the result as Xml, from my Web Services. It was done in order to externalize the services from an existing DNA application to a Smart Client. public static string GetABHttpRequest...
printing solutions over our web applications using Html's is not trivial. Its getting harder when we need to calculate the printing output number of pages and when we need to add an header and footer in each page at the exact position. Microsoft enhance...
Our server/s memory is not endless and we need to divide it between our OS and our applications wisely in order to achieve better performance. In order to optimize the use of our server memory we should be familiar with three terms: Page File The memory...
Here is a the store procedure implementation from "Custom Data Paging in ASP_NET - ASP_NET" article which located on CodeProject Similar code were added to one of the articles I 've just read in MSDN May Magazine. We can use it with a DataGrid custom...
DDMenu is a drop down menu webcontrol which I customize by adding lots of features and options. One paragraph form the article is important and I feel that it should be added to this post as well - so here it is - " OK, before I'll start to drill down...
In one of the remarks regard the post on web application performance concerns I've being asked to be more specific and to give more details regard my tips and I guess I should. So here is my extra details for each of the tips: Content expiration for static...
This is very important subject that should be taken into account from first stage of the project and on each step to come. Unfortunately, I saw too many web applications with great back, and front end with rich UI but with poor performance. These kind...
The Enterprise Localization Toolkit is a solution for managing localized applications. Its a free, not supported tool set given by Microsoft and we can use it in our applications. We just completed a project where we decided to use this tool. We had about...
By using extensions u could use your internal C# class services in your xslt transformation script. You can also attach parameters values before the transformation began I find a nice example for that on ftpsite article Here is a code snippet from it...
After implementing Page Controller pattern and after we dynamically loaded user controls in child page we got the above exception. The exception was raised when we clicked on IE back button and then presses submit on the content user control entry form...
More Posts
Next page »