Tuesday, 27 August 2013

Tips to promote your blog

Leave a Comment
The are many ways to get promotion of your blog. Some method that i will discuss here actually you already used it is either u know or not actually it is a  method to promote your blog. There are two ways to promote your blog. First is free method, second is paid method. In this post i will share with you how to promote your blog with free method only. The free method is actually quite slow, but it will give good impact in a long...
Read More...

Tips of creating interesting blog.

Leave a Comment
How to attract visitors to your blog? The answer is do promotion. No one will visit your blog if you do not do the promotion activity. Maybe some of you already did what i will discuss later without you realizing it. The important factor of successfully blog is a high visitors of the site. There is no meaning if your blog is so beautiful or the contents are good without any visitors to your blog. Try to get high traffic to your blog...
Read More...

Sunday, 25 August 2013

How to get Idea to start writing in blog

Leave a Comment
What will you write in your blog.? This is a common question and also a common problem when someone want to start writing in their blog. This is also my problem. :-D This are the list of application that will help you to get an idea to start writing in your blog, im not an expert, but just want to share the information to all of you. Youtube (http://www.youtube.com) Google Trends (http://www.google.com/trends) AOL Hot Searches (http://hotsearch.aol.co.uk/) Google...
Read More...

Saturday, 24 August 2013

[Fix]Asynchronous operations are not allowed in this context

Leave a Comment
Asynchronous operations are not allowed in this context. Page starting an asynchronous operation has to have  the Async attribute set to true and an asynchronous operation can only be started on a page prior to PreRenderComplete event. The error above occur when you try to call method on web service asynchronously. The solution is to add Async equal to true in your aspx page. <%@ Page Title="" Language="C#" MasterPageFile="~/Application/Site1.Master"  AutoEventWireup="true" Async="true"    %> By...
Read More...

Cannot Serialize The Data Table - Web Service

Leave a Comment
System.InvalidOperationException: There was an error generating the XML document. --->  System.InvalidOperationException: Cannot serialize the DataTable. DataTable name is not set. This is the error occur when you create method in webservice with data type "DataTable". For Example like this :     [WebMethod]     public DataTable test1()     {         DataTable testTable = new DataTable();         return...
Read More...

Inheritance C#

Leave a Comment
Inheritance is one of the main features of an object-oriented language. C# and the .NET class library are heavily based on inheritance. The telltale sign of this is that all .NET common library classes are derived from the object class, discussed at the beginning of this article. As pointed out, C# doesn’t support multiple Inheritance. C# only supports single inheritance; therefore, all objects are implicitly derived from the object class. Implementing inheritance in C# is similar to implementing it in C++. You use a colon...
Read More...

Friday, 23 August 2013

Button in UpdatePanel requires two / double clicks to fire - ASP.NET

Leave a Comment
Recently in my project i was implement Update panel for my page update the content. but then i found out that my button (inside) update panel need to click 2 times in order for event click to fire. So after do some testingi found the solution. Here the simple solution to avoid button require double click  for event click to fire : Check on your page, is there any validator Set on the validator attribute "Display="Static" Try again your page, is the problem solved.? example :  <asp:RequiredFieldValidator...
Read More...

Access App setting Value

Leave a Comment
Just a quick tutorial how to get appSettings elements value from web.config let say you want to access app Settings value in your web.config file...first thing you need to include in your code behind :  using System.Configuration This code will enable you to access from your code behind value in web.config file at <appSettings></appSettings> element. WebConfig file  <appSettings>     <add key="key" value="2.0.0.0" /> </appSettings> Code Behind .cs using System.Configuration; : : ...
Read More...

Monday, 19 August 2013

7 Tips to improve battery life for android phone

Leave a Comment
  Just to share some tips to improve battery consumption on your android device. I believe when you buy new hand phone , some says that you need to charge the battery for at least 8 hour for the first time. It is just to make ion2 in battery cell to activate. But actually is it really need to do so.? Back in 10 years ago i believe you should do it, but right now it is not necessary. You just charge the phone until the battery...
Read More...

Friday, 16 August 2013

How To Redeem SOCSO Health Screening Program Voucher

Leave a Comment
Social Security Organization (SOCSO ) also known as a PERKESO (Pertubuhan Keselamatan Sosial) was established to provide social security social to all employees or worker in Malaysia. Everyone who is working know the name because they all contribute to the SOCSO fee every month in order to get service offered by SOCSO. Ok finish introducing about SOCSO. I will like to share one of the service provide by the SOCSO to all his Members. The...
Read More...

Sunday, 11 August 2013

Tips to Increase Desktop/Laptop Performance

Leave a Comment
Today i want to share to you how to improve your laptop or desktop performance running on window operating system. Today every house must have at least one laptop or computer, but every day the performance of your laptop slowing down, slowing down, slowing down and at last you will format it just like a normal user. That is normal action of user, but have you wonder why the computer keep slowing down.? Here some tips to improve laptop...
Read More...

Subscribe to our newsletter to get the latest updates to your inbox.

Your email address is safe with us!




Founder of developersnote.com, love programming and help others people. Work as Software Developer. Graduated from UiTM and continue study in Software Engineering at UTMSpace. Follow him on Twitter , or Facebook or .



Powered by Blogger.