hgupta

Stories kicked by hgupta

Using AjaxRepeater Control, ASP.NET AJAX (blog.devarchive.net)

submitted by kirchikirchi(240) 4 years ago

Recently after reading blog post Ajax Templates by Nikhil Kothari I really liked the idea, the source code is great, and the control is huge help for AJAX development. In this blog post I want to share what I learned after investigating sample more carefully, and in what scenarios I feel this control is doing it's job quite well. read more...

add a comment |category: |Views: 48

tags: another

Cross Browser Guide Part 3 – Event Handling in Different Browser(sidarok.com)

submitted by sidaroksidarok(1715) 4 years ago

Sidar continues to ramble about cross browser development. In this post he discusses different types of JavaScript event handling in different browsers, and making them more browser compatible. read more...

add a comment |category: |Views: 27

tags: another

CSS sliding doors technique (jankoatwarpspeed.com)

submitted by stenbaekstenbaek(545) 4 years ago

This article will show you how to create fancy buttons using CSS sliding doors technique. It is much better to use this technique than to use image buttons because you can apply the style to any link and at the same time you don't have to create an image for each button. read more...

add a comment |category: |Views: 210

tags: another

Creating great thumbnails in ASP.NET(thebrainparasite.com)

submitted by UnicornNinjaUnicornNinja(465) 4 years ago

The built in function for creating thumbnails in ASP.NET is extremely convenient and very simple to implement. The trouble is that it produces relatively poor quality results and excessively large file sizes. The thumbnails tend to look very muddy when using this route, but many times it's good enough for whatever your needs may be. read more...

add a comment |category: |Views: 122

tags: another

AddItem Extension Method for CheckBoxList, DropDownList, ListBox(codeforeternity.com)

submitted by xtremebizxtremebiz(575) 4 years ago

Just 1 AddItem extension method which works for 5 controls to make the code a lot simpler and cleaner :-) Cheers to object inheritance and cheers to Extension Methods ;-) read more...

1 comment |category: |Views: 95

tags: another

How to Capitalize the First Letter of All Words in a string in C#(aspdotnetfaq.com)

submitted by spavkovspavkov(1708) 4 years ago

Often we need to capitalize the first letters of some word or some text (for example when we want to display users name or city name etc). Since string class does not have a method to do this we could think that there is no built-in solution in C# for this problem, but... read more...

add a comment |category: |Views: 132

tags: another

JavaScript with ASP .NET server controls(dotnetslackers.com)

submitted by xxXdxxXd(1461) 4 years ago

Leverage the power of ASP .NET server controls and the rich capacity of JavaScript. Before ASP .NET, there was ASP; before ASP, there was JavaScript. While ASP has been gradually marginalized by the rapid succession of ASP .NET 1.x, 2.x and now 3.x, JavaScript remains the sole source and foundation of snappy client-side user experience. read more...

1 comment |category: |Views: 32

tags: another

Using a Windows Service just to run a scheduled process is Wrong!(weblogs.asp.net)

submitted by HoolieManHoolieMan(1715) 4 years ago

A classic post by Jon Galloway: A Windows Service is the wrong solution to scheduling one-off custom processes. The right solution for scheduling simple processes is the Windows Task Scheduler. read more...

1 comment |category: |Views: 113

tags: another

Why Should You Wrap Your ASP.NET Session Object (dev102.com)

submitted by razamitrazamit(4566) 4 years ago

ASP.NET provides mechanisms for storing information for a single user session or across multiple sessions. This is done using the HttpSessionState and HttpApplicationState classes. The Page class has Application and Session attributes to provide access to current objects. The simple way to access them is as following: read more...

3 comments |category: |Views: 73

tags: another

11 More Visual Studio Shortcuts You Should Know (dev102.com)

submitted by razamitrazamit(4566) 4 years ago

Following our First Visual Studio Shortcuts post here is another batch of shortcuts. read more...

2 comments |category: |Views: 73

tags: another

Why I’m a better software developer than you(ytechie.com)

submitted by SuperJasonSuperJason(2740) 4 years ago

What makes one developer better than another? Shouldn't we all be performing at the same level? Of course not, we're not sewing buttons on an assembly line. We're using every bit of our intelligence to create something that we can only being to understand. read more...

add a comment |category: |Views: 42

tags: another

Implementing Generic Caching(objectreference.net)

submitted by Vort3XVort3X(1335) 4 years ago

I develop for a large, high-availability website, with hundreds of thousands of daily users. As such, we need to cache a lot of data in our web-server memory (which is cheap) to save numerous hits to our main database cluster (which is very expensive). I would imagine the desire to improve performance by saving on database hits is common across many web applications – and caching frequently used data is often seen as one of the best ways to solve this problem. read more...

6 comments |category: |Views: 232

tags: another

A C# fluent repeater(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 4 years, 1 month ago

A fully-featured fluent class used for repeating method calls, handle exceptions, callbacks and more... Just plug-and-play and start repeating stuff! read more...

1 comment |category: |Views: 51

tags: another

10 Visual Studio Shortcuts You Must Know(dev102.com)

submitted by razamitrazamit(4566) 4 years, 1 month ago

A great list of 10 Visual Studio Shortcuts any software developer must know and use. read more...

add a comment |category: |Views: 65

tags: another

Do You Really Want to Be a Development Team Leader?(andrewtokeley.net)

submitted by tokestokes(1085) 4 years, 1 month ago

Ask any up and coming developer what they would like to do in the next year or so and you'll invariably hear, "I'd like to become a Development Team Leader". Hopefully most will have actually considered the change of role and be looking for new challenges and ways to contribute more to their chosen profession. However, for some this is an automatic response to a question that is particularly difficult to answer in an industry with no clear career path. For others it's simply a way to move up the pay scale. read more...

add a comment |category: |Views: 29

tags: another

Most Useful 50 CSS Tips (emmaalvarez.com)

submitted by stenbaekstenbaek(545) 4 years, 1 month ago

A useful page that provides a nice listing of various CSS tips, tricks and tools. read more...

add a comment |category: |Views: 51

tags: another