» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with .NET + Web

How to Disable the AuotComplete Feature Programatically in ASP.NET?

The current popular Internet browsers, like Internet Explorer, Firfox etc, provide an AutoComplete feature for any form in a Web apge. But this can be a security risk somtimes, such as on a publicly-accessible computer (in a library or Internet café, for instance), this could allow someone to gain access to the login details of another user.This article shows you how to disable the AutoComplete feature programatically in an ASP.NET webapge.

technology: dzone.com: tech links

C# - Singleton Pattern vs. Static Classes

Problem: Store some common data in a singleton or static class about your program in an object array, which you store in a class. It saves state between usages and stores some caches, and must be initialized only once and shared in many code locations. Making a new object each time would be expensive.

technology: dzone.com: tech links

ASP.NET - ViewState - Client Side State Management

The ASP.NET ViewState is a client side state management technique which enables web pages to persist their state during postbacks. In the life cycle of a page, the current state of the page is hashed to a string and is saved into a hidden field. When opening a page with the View Source operation you can find the ViewState's hidden field by searching __VIEWSTATE keyword. An example of a ViewState on a web page can look like that

technology: dzone.com: tech links

26 Not To Be Missed .NET Articles - June 2008 - .NET Zone

This month we have even more then in May in fact, we have almost tripple, we cover topics such as Deliver Next-Generation SOA Apps with Microsoft Robotics Development Studio, Get Started Building Silverlight 2 Applications, TypeTransmogrifier, Windows Mobile: Communicating with the Outside World and many more. Enjoy!

technology: dzone.com: tech links

ASP.NET Inline Tags

There are all sorts of different inline tags, and I haven’t found a place that explains them all in one place, so here is the quick and dirty…

technology: dzone.com: tech links

ASP.NET Client Side State Management

There are two types of state management - server side and client side. In this post I'm going to introduce the client side state management and explain when to choose client side or server side state management.

technology: dzone.com: tech links

Using jQuery Plugins with ASP.NET

The controls found in the AjaxControlToolkit fit perfectly into the ASP.NET programming model (as to be expected). You can configure the controls properties through the markup which in turn affects how the control's display and behavior on the client. Many of the control's properties support databinding so using the controls within a databound control like a ListView or a GridView is no big deal.

technology: dzone.com: tech links

jQuery for Asp.net MVC preview 3

So, quite some things have changed in jQuery for Asp.net Mvc preview 3, which made me decide to change a lot in the jQuery for Asp.net mvc (jqmvc) too. To start with most radical one: I ditched the ajax.master. This little ‘framework’ does not rely on a special masterpage in your website from now on. Since things have radically changed, I’ll start all over again on how to use this project.

technology: dzone.com: tech links

UFrame - DIV meets the IFRAME

UFrame combines the goodness of UpdatePanel and IFRAME in a cross browser and cross platform solution. It allows a DIV to behave like an IFRAME loading content from any page either static or dynamic. It can load pages having both inline and external Javascript and CSS, just like an IFRAME. But unlike IFRAME, it loads the content within the main document and you can put any number of UFrame on your page without slowing down the browser. It supports ASP.NET postback nicely and you can have DataGrid or any other complex ASP.NET control within a UFrame. UFrame works perfectly with ASP.NET MVC making it an replacement for UpdatePanel. Best of all, UFrame is implemented 100% in Javascript making it a cross platform solution. As a result, you can use UFrame on ASP.NET, PHP, JSP or any other platform.

technology: dzone.com: tech links

Doesn't Anyone Bookmark Anymore?

When I teach Silverlight 2, I stress an important lesson that I thought that we (as developers) had learned the importance of linkability of the web. Early usage of Flash was the first time I noticed this. A number of those sites would create nested functionality that never changed the URL. If the URL doesn't change, i can't bookmark it. Most Flash guys learned their lessons pretty quick, but now I am inundated with AJAX driven sites that try hard to not to do post-backs. That's cool, but if the URL doesn't change I can't link to it.

technology: dzone.com: tech links

Prevent Denial of Service (DOS) attacks in your web application

Learn how to prevent request flooding which can bring your webserver down.

technology: dzone.com: tech links

Working With A Client From Start To Finish

Through out the next few articles in this series, it is my intention to go over EVERY aspect of creating the site. For those of you who are new freelancers, these articles will hopefully prove to be an extremely helpful resource for you.

technology: dzone.com: tech links

How to Implement "Remember Me" in ASP.NET?

Almost every website has implemented the "Remember me" option during the login process. Generally it is implemented as a checkbox and offers the functionality to bypass the login process next time once the subscriber login successfully and this checkbox has been checked.This article shows you how to implement the above functionality in ASP.NET by using the cookie technology.

technology: dzone.com: tech links

Home :: Castle Project

Castle is an open source project for .net that aspires to simplify the development of enterprise and web applications. Offering a set of tools (working together or independently) and integration with others open source projects, Castle helps you get more

opensource: del.icio.us tag/opensource

Free Silverlight datagrid released - Download now

Our new free Silverlight datagrid beta 1 has just been released and is available for download immediately!

technology: dzone.com: tech links

Bill Gates' last day at Microsoft (video)

A video spoof shown during the CES 2008 keynote by Bill Gates about his last full day at Microsoft in July starring himself, Brian Williams, Steve Ballmer, Matthew McConaugheyr, Robbie Bach, Jay-Z, ..........http://blog.joggee.com/?p=181

technology: dzone.com: tech links

Why Request.Browser.Crawler is Always False in C#

When you try to use the Request.Browser.Crawler property in attempt to track search engine crawlers to your website built on IIS, but it always returns false even you can find the access is from search engine crawler in the IIS log files. This article presents you the solution to fix this problem.

technology: dzone.com: tech links

Using Classes To Fight CSS Class Explosion

I previously wrote about taking CSS beyond a simple style library by writing HTML that’s easy to style. I’d like to go into one point in a bit more detail – avoiding class explosion by leveraging descendant selectors: You might think that really stylable HTML needs classes all over the place. That's not true, thanks to descendant selectors, which let you target elements inside a parent element. For instance, descendant selectors will let you style all > elements which appear inside a > with and id of "nav":

technology: dzone.com: tech links

ASP.NET MVC Rocks the iPhone

iUI takes HTML that follows a simple set of conventions and does all the heavy lifting to enable you to easily build a version of your site that is tailored for the iPhone experience. I first started using iUI before ASP.NET MVC was publicly introduced, and I specifically remember thinking how much iUI was built for “webforms unplugged“. Let’s take a quick look at an example of how iUI works, and how to use it with ASP.NET MVC.

technology: dzone.com: tech links

ASP.NET MVC Tip - Create a custom Action Result that returns Microsoft Excel Documents

In this tip, I show you how to create a custom action result that you can return from an ASP.NET MVC controller action. This action result generates a Microsoft Excel Document from a LINQ to SQL query.

technology: dzone.com: tech links

ASP.NET - Preventing SQL Injection Attacks

SQL injection can occur, as demonstrated above, when an application uses input to construct dynamic SQL statements or when it uses stored procedures to connect to the database. Conventional security measures, such as the use of SSL and IPSec, do not protect your application from SQL injection attacks. Successful SQL injection attacks enable malicious users to execute commands in an application's database. Common vulnerabilities that make your data access code susceptible to SQL injection attacks include

technology: dzone.com: tech links

ASP.NET versus "others"

A comparison of ASP.NET and other web frameworks.

technology: dzone.com: tech links

Compress WebResource.axd in ASP.NET

A lot have been written about the compression of WebResource.axd over the years, but as far as I know, nobody has come up with a simple solution to it. Miron Abramson does have a very good library for compressing a lot of different file types, but I’ve never been much in favour of third-party libraries.

technology: dzone.com: tech links

Testing Gaia, ExtJS, Telerik and ComponentArt Samples with YSlow

A YSlow comparison between samples from the popular Ajax controls vendors for ASP.NET

technology: dzone.com: tech links

Page 1 | Next >>