Popular searches

Searching for asp.net



  • 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 , the big problem with blogs (and I mean the actual blog applications) is categorization of data. H
  • 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
  • Our free ASP.NET server controls
    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 handler fetching a thumbshot (small
  • ASP.NET repeater control - databind with style
    If I had to name *one* single control as my favorite ASP.NET server control, it would most probably be the asp:repeater . When I started ASP.NET programming the datagrid was my best friend - or I wanted it to be - I tried in every way to use it whereever possible. I even used the inline ed
  • Simple ASP.NET SOA architecture
    Overview Here we will create a ASP.NET driven application providing a domainname to ip service for a Windows client application. Foreword Ok, here I will get into a "hot" concept - SOA - but to be honest - I don't care about the names and terminology - I just wanted a so
  • 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
  • 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
  • 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
  • How Ajax for ASP.NET updatepanels work
    - cause there is indeed a plethora of them and the variations really got me confused today. I started working on this sample http://ajax.asp.net/docs/mref/M_System_Web_UI_ScriptManager_RegisterAsyncPostBackControl_1_62fe17e7.aspx and the code http://ajax.asp.net/docs/ViewSample.
  • ASP.NET and JQuery - first example
    id="clickmeupdate" >Click me to update ... ... Pretty elegant in my world at least. It will also make it pretty nice to create an ASP.NET JQuery wrapper, working in the way of "extenders" instead of needing to subclass controls. We will look into that in
  • Storing passwords in your ASP.NET application - part 1
    This guide will show you how to store your user passwords in an ASP.NET - or Windows Forms - application. Or rather - it will show you the secret is to NOT store the actual password. I'll explain later, don't worry.  There is always a risk of someone getting their hands of sensitive
  • My and Ajax for ASP.NET the journey begins
    ;Atlas - and instead use JQuery. The blog post explains it all - and also it explains the fact that now I AM gonna investigate Ajax for ASP.NET (i.e atlas)   . and I have already started by posting some samples, for example creating a live.com image search like clone . &nbs
  • Use NetSpell in your ASP.NET 2.0 application
    This simple beginners tutorial will show you how to start using the free spellchecking component NetSpell from Loresoft from within your ASP.NET 2.0 application. When you download it http://sourceforge.net/projects/netspell/ you will see there is a full featured ASP.NET forms examp
  • Last second HTML changes in your ASP.NET page
    t seem very odd) but this technique has sure solved a lot of problems for me. What I'm gonna show you is a was to manipulate the resulting HTML and ASP.NET page has generated just before it's sent to the browser. Now you might ask, isn't that what ASP Server controls are made for? To generate
  • Visit our new JQuery and ASP.NET driven font database
    please visit the site for free fonts - http://www.findfreefonts.net  - and download some cool free fonts while you are there. I have lots of ASP.NET articles to be published from things I learned on the way - so stay tuned!
  • Creating an ASHX handler in ASP.NET
    re never fun to do - if even possible in a shared hosting scenario, therefore Microsoft has kindly given us a special filetype .ASHX which maps to the ASP.NET engine. Now what we are going to is is create a file - rss.ashx - which when called returns the same XML as in the example above. If you ha
  • Including WebResource in ASP.NET server control
    "JSLogControl.scripts.jslog.js")); By using the Page.ClientScript.GetWebResourceUrl and the same name as above ASP.NET will generate a call to webresource.axd with a strange guid-type looking identifier