Recent Posts

4
Comments

Large ViewState & ViewState chunking (maxPageStateFieldLength) by jhallal

The ViewState Chunking mechanism allow you to split the ViewState content into several chunks/hidden fields. The reason behind using this feature is that some proxies and firewalls will deny access to the aspx page that contains a huge ViewState size...
1
Comments

SharePoint Navigation - Setting the Audience Property of an SPNavigationNode by jhallal

In this tip/trick i will demonstrate a way of setting by code the target audience of an SP navigation node. You might say setting this property in SharePoint UI is quite simple, but if you want to set it by code you will not find any straight forward...
Filed under: , , ,
10
Comments

Label vs Literal in ASP.NET by jhallal

Unlike the Label control, the Literal control does not render any additional html tags thats why the best practice says: never use the ASP.NET Label control when a Literal can do the job. In different cases we use the Literal/Label controls to label input...
Filed under:
0
Comments

New Freelance Hourly Rate Calculator by jhallal

If you are looking to work as freelancer and you are not sure how to set your hourly rate please check the below link, remember that your hourly rate should always take into account factors like market demand, industry standards, skill level and experience...
8
Comments

Escape Single Quotes Within JavaScript by jhallal

While I was trying to register a JavaScript code into an ASP.NET page I came across the need to ensure that passing a string to the JavaScript method would not cause an error ‘Unterminated string constant error’ upon rendering, this error could be caused...
Filed under: ,
9
Comments

Tips to improve asp.net application performance by jhallal

Over 4 years or so working with asp.net I have learned to avoid and do certain things that increase the performance of an asp.net web application, in this post I will offer some tips that I've found useful for writing high-performance ASP.NET applications...
Filed under:
More Posts « Previous page