Sunday, December 5, 2010

Login failed for user 'XXX\ASPNET'

Error: Server Error in '/ExamWebsite' Application. Login failed for user 'XXX\ASPNET'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.SqlClient.SqlException:...
Share:

Wednesday, August 11, 2010

Anti Java Script Error

You may often find sites with Java Script errors in it. With this portion of code, you can get rid of Java Script errors on your site. I suggest using this error handler wisely ^^ Code: <script type="text/javascript"> //Stop Error : No Time For joke! Anti JS error //START :: Error Handler ModalPopUpDialog function errorHandler(msg, file, line)...
Share:

Friday, July 23, 2010

Java Script Code to Refresh Page

Java Script code to refresh page: In this case, it is used to refresh a particular web page every 10 seconds. Modify the part between the tag body as needed. <html> <head> <script type="text/JavaScript"> <!-- function timedRefresh(timeoutPeriod) { setTimeout("location.reload(true);",timeoutPeriod); } // --> </script> </head> <body...
Share:

Wednesday, June 23, 2010

Error with ADO Data Control

Error:Procedure declaration does not match description of event or procedure having the same name.Solution:If you are using ADO Data Control, use Microsoft ActiveX Data Object 2.5 or later.To add the reference:1. Go to menu Project -> References.2. From the list of available References, deselect references to Microsoft ActiveX Data Objects prior...
Share:

Friday, March 26, 2010

Award from Friend

This is another blog award from a friend, a programmer too, Kampoeng-IT. Through this post, I would like to thank this friend for the award :)I don't have time to give this award back to the other friends, quite busy right n...
Share:

Saturday, March 13, 2010

Creating List and Retrieving Corresponding Field on Ms. Excel

This post is specially made for a girl.You can download the samples about how to create list and retrieve field from corresponding item below on the same file and how to create list and retrieve field from corresponding item from different file below.How to Create List in Microsoft...
Share:

Sunday, March 7, 2010

Paging in SQL

Haven't posted anything for quite some time. This post is about how to make paging in SQL.If you are interested, you can follow the steps and execute the query provided. Else, I also provide the source code. You can download and observe it later.Before getting into the code,...
Share:

Tuesday, March 2, 2010

"Friendly Visitors" Blog Award

Another blog award in this new year, from a friend, Septhian. Have just had time to post this blog award :) Thank you, Septhian ^^This blog award is aimed at increasing the PageRank of the blogs listed from back links.I decide to give this blog award to my friends:Amru SiteAphrodite:...
Share:

Sunday, January 10, 2010

Problem with Crystal Report XI on Windows Vista

I've found an unresolved error recently, while trying to use Crystal Report XI on Windows Vista.Error: While trying to create database connection on Crystal Report XI, a splash of dialog box which says "Please wait while windows configures Crystal Reports XI" appears. After...
Share:

You may be intersted in

Related Posts

Updating Table Containing Xml Column via LinkedServer

If you are trying to update a table containing XML column via Linked Server in SQL Server, and you are not able to, you are not alone. There...

About Me

My photo
Is an ordinary man, with a little knowledge to share and high dreams to achieve. I'd be glad if I can help others, 'coz the only thing for the triumph of evil is for a good man to do nothing.

About Blog

You can find a lot of debugging and deploying problems while developing applications in .NET and Visual Basic here. There are also some querying tips in SQL and typical source codes which might be useful shared here.

Popular Posts

Blogroll

Followers

Leave a Message