Wordpress - usefulscripts.wordpress.com - Useful scripts | Basic and Advanced Day to day used scripts

Latest News:

Issues with jQuery Dialog Widget 16 Feb 2013 | 06:36 pm

I have been working with this jQuery Dialog widget for few days and just this morning got stuck into some weird issues. It look very long time to solve and thus I thought I can share those experience ...

Save and retrieve files into Oracle database through C# asp.net 14 Feb 2013 | 03:41 pm

First create the table: CREATE TABLE “TBL_FILES” ( “FILE_ID” NUMBER(10,0) NOT NULL PRIMARY KEY, “FILE_NAME” VARCHAR2(255 BYTE) NOT NULL, “FILE_TYPE” VARCHAR2(255 BYTE) NOT NULL, “FILE_LENGTH” VARCHAR2...

JQuery Modal dialogue and issues I found 13 Feb 2013 | 11:57 am

Very recently I was trying to explore jQuery (yes I know, this is very late unfortunately) and as expected I came around very basic problems which took hours to solve with help from posts from Interne...

How to Store and Retrieve an Object from Cookie in ASP.NET C# 12 Aug 2012 | 05:09 pm

Hi, The name of the article suggests a typical problem which the developers come around whenever they are designing a login Form or want to store some useful object in the Cookie. Unfortunately, cooki...

How to use Captcha using ASP.NET C# and jQuery 29 Jul 2012 | 04:20 pm

Hi Guys, Recently I was working on a project where I had to use the captcha technology to prevent misuse of a Form. My code was written in C# (2.0) so I was looking for a easy solution in C# only. I ...

Run a VBA macro from PowerPoint through C# 30 May 2012 | 10:14 pm

A small useful post about Office Automation. Hope it will be helpful for others as well. In one of the recent situations I had to run a VBA PowerPoint macro from my C# code. You’ll find a great post ...

DocumentProperties, CustomDocumentProperties and MetaProperties of PowerPoint 14 Apr 2012 | 01:40 am

Some time you want to change the DocumentProperties or CustomDocumentProperties or MetaProperties of a PowerPoint document by programming. I have came around a similar situation in one of my recent pr...

User validation with LDAP in C# (2005) 11 Apr 2012 | 11:11 pm

Once in my project I came to a problem where I need to validate a user with LDAP server. My project was in C# (2005). I have searched a lot in Google and at the end I got a working solution. There is ...

How to use appSettings and connectionStrings in C# 27 Dec 2010 | 05:54 pm

For the developers in C# the most useful file is the App.Config or the Web.Config file and the most used settings in appSettings. You can use any name for the configuration file. Even you can use Mult...

How to Get the Time Difference / Total run time of an application in C# 23 Dec 2010 | 07:43 am

In the practical world of coding you’ll come around a situation when you want to know how long it takes your application to finish. This is very useful to judge the user experience. Depending on the t...

Recently parsed news:

Recent searches: