catto

Stories kicked by friends of catto

Read and Write cookie with HttpCookie in ASP.NET(blog.webwizo.com)

submitted by webwizowebwizo(109) 6 months ago

A simple and basic way to read and write cookies with HttpCookie in ASP.NET read more...

add a comment |category: |Views: 3

tags: another

How to: Delete all files from a particular folder using ASP.NET(blog.webwizo.com)

submitted by webwizowebwizo(109) 7 months ago

Delete all files method is being used when you store uploaded temporary files in specific folder and want to remove all now. Here I am showing very easy and little method which will definitely help you out. read more...

add a comment |category: |Views: 3

tags: another

How to: Create snippet in Dreamweaver CS5(blog.webwizo.com)

submitted by webwizowebwizo(109) 1 year ago

Learn how to create a snippet in Adobe Dreamweaver CS5. You can create a snippet even you can set your own keyboard shortcut to save your time. read more...

add a comment |category: |Views: 2

tags: another

Simple login with PHP and jQuery AJAX(blog.webwizo.com)

submitted by webwizowebwizo(109) 1 year ago

At the present time people using jQuery everywhere. All effects are being presented by jQuery. Today I am going to show you a simple and basic login form in PHP read more...

add a comment |category: |Views: 27

tags: another

Register an application to start using the Twitter API (blog.webwizo.com)

submitted by webwizowebwizo(109) 1 year, 10 months ago

A small guide of register and configure a Twitter application. Just put the basic information and Twitter will assign a consumer key and secret. read more...

add a comment |category: |Views: 9

tags: another

Cropping image using jQuery, Jcrop with AspJpeg in ASP.NET(blog.webwizo.com)

submitted by webwizowebwizo(109) 1 year, 10 months ago

Image cropping guide by jQuery, AspJpeg, Jcrop in ASP.NET. Lets get the basic structure of the Image Cropping like Facebook, LinkedIn and etc... read more...

add a comment |category: |Views: 95

tags: another

ASP.NET C#: Helper function to get a new valid row ID(blog.webwizo.com)

submitted by webwizowebwizo(109) 1 year, 11 months ago

Helper function to get an unique ID from the database. Sometimes we need to get a Next Primary Key value when we work on upload image or something like that. read more...

add a comment |category: |Views: 11

tags: another

How to: Create SEO Friendly URL in ASP Classic(blog.webwizo.com)

submitted by webwizowebwizo(109) 1 year, 11 months ago

Find the method of create SEO Friendly URL in ASP Classic. It is the easiest way to create friendly url. read more...

add a comment |category: |Views: 34

tags: another

Creating a Data Access Layer (DAL) for ASP.NET and C# Part-3(blog.webwizo.com)

submitted by webwizowebwizo(109) 1 year, 11 months ago

Get the last identity value inserted into an @NEWID variable in the same scope by Data Access Layer (DAL) Class. read more...

add a comment |category: |Views: 72

tags: another

Creating a Data Access Layer (DAL) for ASP.NET and C# Part-2(blog.webwizo.com)

submitted by webwizowebwizo(109) 1 year, 11 months ago

Welcome to another article of Data Access Layer (DAL) for ASP.NET and C#. Here I will tell you about how to create method for INSERT, UPDATE and DELETE. This method will return affected rows count by ExecuteNonQuery Method. read more...

add a comment |category: |Views: 72

tags: another

Creating a Data Access Layer (DAL) for ASP.NET and C# Part-1(blog.webwizo.com)

submitted by webwizowebwizo(109) 1 year, 11 months ago

In ASP.NET you should use ADO.NET Data Access Model for designing a Data Access Layer. I'm going to show you a DAL Framework which you can use in any project for SELECT purpose. read more...

add a comment |category: |Views: 168

tags: another