ASPCode.net
Free asp.net and asp scripts
Home
ASP.NET articles
.NET
Applications
ASP
Other
ASPCode.net Blog
ASP.NET auctions
Navigation:
Start
Subcategories
»
ASP.NET articles
»
.NET
»
Applications
»
ASP
»
Other
Popular searches
asp
free asp script
admentor
admentor pro
Search...
free asp scripts
free asp.net script
asp.net
asp developer
asp shopping cart
Searching for free asp.net script
Selecting random items from array
I recently had to do a hack on a site, and implement random link rolling. The used a third party CMS so all I could do (well considering the time parameter as well) was to change the ASP.NET master page to include some quick link selection code as well. So therefore this code might look very hardcoded - I mean a "real" solution would probably implement some sort of database backend for i
Our free ASP.NET server controls
I needed to create this page as a shortcut for you all to find my free controls. Site content is growing at an incredible speed, so some sort of extra structuring is needed. Free ASP.NET server controls ASP.NET Thumbshots Not an actual control, but a ha...
Creating an RSS feed for your ASP.NET site
How useful a RSS feed actually is is hard for me to say something about, I personally have a hard time understanding the buzz about blogs (why should that be better than a regular website). While the content people present in blogs might be really good - I just love Scott Guthries blog...
JQuery and ASP.NET - returning classes with JSON
This article is part of an article serie - please start by reading ASP.NET and JQuery - first example , JQuery and ASP.NET - lets involve ASP.NET and Ajax loading animation with JQuery and ASP.NET and Timed Ajax calls with JQuery and ASP.NET . Now we are gonn...
Suckerfish menu with ASP.NET and JQuery
This time I am giving you the ASP.NET code for creating a Suckerfish menu in ASP.NET. I really like the multiple level/hover shows next level type of menus like in these screenshots: I keep trying to push for JQuery - not only is it small, wellwritten, MIT licen...
Timed Ajax calls with JQuery and ASP.NET
This article is part of an article serie - please start by reading ASP.NET and JQuery - first example , JQuery and ASP.NET - lets involve ASP.NET and Ajax loading animation with JQuery and ASP.NET . Now this is an exact port of the case we solved using Ajax.NET in thi...
JQuery tree viewer in ASP.NET
Here's a ASP.NET and JQuery based tree viewer example. I'm using Jörn Zaefferers treeview for the javascript tree rendering for the simple reason it's completely unobtrousive. You mark the tree up by regular ul/li structure - meaning if someone doesn't have Javascript activated (say a search en...
ASP.NET name mangling problem with JavaScript
One "problem" with ASP.NET is the automatic generation of names for form variables. Sure it is convinient - and more or less a must when it comes to templated databound server controls to be able to separate the different client side controls. And it works beatifully as long...
Starting with Ajax.NET
My journey in Ajax land continues. As I have said here in by blog I am not sure Atlas is the way to go. In short - I have learned that the most complex (and bloated) ASP.NET server controls such as the datagrid - but also some design time controls such as the datasource controls etc...
Merging two XML files
I admit it. I am no XML API guru - while I most of the times are able to get things working with my XML files and feeds it is almost always a trial and error. XSL transforming is something I have never looked into, so when presented with the task of merging two XML files I took the eas...
System.Web.UI.Page.RegisterClientScriptBlock(string, string) is obsolete
The power of injecting JavaScript into your ASP.NET pages from your codebehind code is really important, considering that the controls client ID:s will not be the same as in your designtime ASPX file. In ASP.NET 1.1 it was pretty easy to inject JavaScript by using this code ...
AdMentor.NET features
3.01 MySQL is now supported. Look in the directory otherdatabases and you will find two table creation scripts, one for MySQL and one for SQL Server. Please note that the binary release is compiled with ASP.NET 1.1 and therefore you/your host needs to have that installed. AdMentor.NET uses My...
Date and time server control - part 2
This is a part of an article serie where we create a ASP.NET 2.0 server control providing date (and time) selection popup . Please start from the beginning . Ok, in part 1 we looked at the requirements. Now lets take a look at how the Javascript works: