Solution | Unable to write output file ‘…pdb’; unspecified error
During this weekend, I started having a problem when building a solution in Visual Studio. It […]
Get data from an SQLDataSource to a DataTable and Bind Grid
This week, I needed to bind a gridview to and SQLDataSource. The only problem is that […]
SQL Server | Reset Identity Column
When you create a table in SQL Server, you would also have an Identity Primary Key. This […]
ASP.Net 4.0 Validate Request
When creating a CMS sometimes you need to allow certain tags pass through the ASP.Net Validation. […]
Get Windows Phone 7 Theme Background Colour
To get the Background Colour in Windows Phone 7 as selected by the user, you need […]
Get Windows Phone 7 Theme Foreground Colour
Whilst testing out Windows Phone 7 Development using Silverlight, I needed to get the Default Theme […]
Windows Phone 7 Development
Today I started researching and making some Windows Phone 7 apps. The development tools are all […]
C# | Call Overloaded Methods
Sometimes in C#, to call overloaded methods within the same method names, we still use the […]
ASP.Net | Read Values from Javascript
Today I started checking out some videos about Windows CardSpace and ASP.Net for logging in and […]
Div OnClick instead of a href | Quickie
Instead of using the “<a href=” tag to go to another page, you can use the […]