code for single fileupload ..$
if (fuimage.HasFile)
| | 0 | 30 | 11/25/2009 2:19:23 PM |
LINQ, Extension Methods, Object Initializers and more
Free video demonstrating .NET 3.5 new Features. http://www.softwaretrainingacademy.com/WB_VS2008_NF_MS2109.aspx
---- M | | 0 | 24 | 11/25/2009 4:25:12 AM |
what are the new features avalable in .NET 3.5 ?
Hi all, In order to learn .NET 3.5 new features such as object initializers, lambda expressions, estension methods, anonymous classes and LINQ ... watch the FREE video below created b | | 0 | 28 | 11/25/2009 3:13:30 AM |
Trick: Prevent user from navigating to a different tab in Panel client Clic kEvent
Today I was working with the Tab Container control from Ajax tool kit and I had this requirement of preventing the user from navigating off to a different tab without completing the required fiel | | 0 | 28 | 11/13/2009 11:49:39 PM |
Debuging asp: can't find dllhost
Hello,
I wasn't finding the process dllhost to attach to in the Visual Studio Debug --> Processes tray. After some research I found the problem: In IIS site properties --> | | 0 | 30 | 11/11/2009 4:39:20 PM |
A Solution for (Not-) CollapsiblePanelExtender Problems
After 4 hours of intensive working on a collapsible panel extender with a "bubble" problem (click collapse: it collapse.. but at the end of animation it return at the original size), we | | 0 | 28 | 11/11/2009 9:43:28 AM |
System.Drawing.Color Reference
This shows all the available color names in the System.Drawing.Color
structure, along with an example of what that color looks like in your browser.
As ever there are | | 0 | 40 | 11/11/2009 9:43:24 AM |
Practice
I'm currently in a job where there isn't a ton to do. I would like to keep doing development on my own, just to keep things fresh. I have done some SRMs at TopCoder, but | | 0 | 36 | 11/11/2009 9:43:23 AM |
Connection string for Access not saved in App_Data
Our host is GoDaddy. When you enable Access they create a subdirectory "access_db". You then have to create a connection string with a relative path to this directory. I searched for a | | 0 | 36 | 11/11/2009 9:43:05 AM |
Exporting whole web site as a PDF File
Hi All,
I have done small tricks for export pdf file but it make some problem in server just i did test in local. If you need pls try it once.
1. You must have to downlo | | 0 | 38 | 11/11/2009 9:43:02 AM |
Moving View State to SQL Database
I have an ecommerce application that I bought some time ago which came with all the bells and whistles. However it also came with a huge wall of viewstate. Now with views | | 0 | 41 | 11/11/2009 9:43:00 AM |
Export Gridview Data to Excel
I have developed some code that uses packaging to export gridview data to an Excel Spread Sheet. Using system.io.packaging allows the export to be accomplished without MS Excel being installed. < | | 0 | 31 | 11/11/2009 9:42:56 AM |
Do you want to chart XML data?
For a detailed explanation as to how read this article: http://hodentek.blogspot.com/2009/10/yo | | 0 | 37 | 11/11/2009 9:42:56 AM |
An article on Micrsoft CDN (ECN) you may want to review
I recently wrote a detailed article on using the ASP.NET AJAX article that you may want to read. You can find it here: | 0 | 37 | 11/11/2009 9:42:54 AM |
Moving data to SQL Azure using SSIS
If you have a database on SQL Azure you can move data from your SQL Server to SQL Azure easily using SSIS. For a detailed explanation to see how read this article:
| 0 | 40 | 11/11/2009 9:42:53 AM |
Scenario: Using javascript Alert box
The messagebox control cannot be used as an alert box in ASP.NET as it cannot be run from server side. Instead an ?Alert? box provided by Javascript can be used in VB code by registering it with | | 0 | 37 | 11/11/2009 9:42:43 AM |
Good Code
Hi to all, I have some knowladge in my working Platform(asp.net,c#,sql server,javascript).But i want to know how to write good object oriented code?.I didn't see any nice code in my car | | 0 | 32 | 11/11/2009 9:42:41 AM |
performance Issues
Hi to all, I wrote some codes in my project.Everything working fine but it takes so much of time to load.Can any one tell how to write better performance code and how to check performance o | | 0 | 27 | 11/11/2009 9:42:39 AM |
Generate Database Scripts using PowerShell
Using windows powershell you can generate scripts for a database and its objects
http://www.mssqltips.com/t | | 0 | 38 | 11/11/2009 9:42:38 AM |
Easy 301 Re-Direct using Global.asax
I am not looking for help, just posting a solution I found today. Many ASP.Net developers have posted questions around the internet looking for a simple way to add a 301 Redirect when using an II | | 0 | 29 | 11/11/2009 9:42:24 AM |
Create a News Rotator using jQuery, CSS, JSON and ASP.NET
An article on how to gather and show news stories in a slideshow
Introduction
This news rotator control gives us | | 0 | 32 | 11/11/2009 9:42:22 AM |
Developer AutoLogin & Redirect
If you're like me, then you build large ASP.Net applications that have a Login page the user must pass through before being able to do anything else. I use a lot of template code so I don't | | 0 | 27 | 11/11/2009 9:42:12 AM |
Clear page of validation errors and summary
I don't know if this solution is out there yet. But anyway here it goes. Sometimes there is a scenario where your validation controls in asp.net will show your the errors, but then you'd | | 0 | 35 | 11/11/2009 9:42:11 AM |
SharePoint State Machine Workflow tutorial
Back when I was tasked with making a SharePoint workflow, everytime I googled it, I kept finding a tutorial about how to create a sequential workflow. The problem was that I needed a | | 0 | 34 | 11/11/2009 9:42:08 AM |
Implementing AutoCompleteExtender: Adding Type-Ahead / Autosuggest Function ality to Your Site
Hey all,
I apologize if this has been posted elsewhere or there is a better existing solution, but I just wanted to share a quick and easy solution to making type-ahead possible.&nb | | 0 | 36 | 11/11/2009 9:42:07 AM |
Web Flash video player automatically play next flv video
If you are watching some TV series or flash videos online, of course you want to
watch it one episode after another without interval. This article is exactly
about the options to play fl | | 0 | 34 | 11/11/2009 9:42:04 AM |
A "Subtle" MessageBox, using C# and jQuery
I don't know about you, but up until now, whenever I wanted to display a message to the user from server-side code, I'd call a method like this: public stat | | 0 | 32 | 11/11/2009 9:42:03 AM |
Guaranteed Solution for Error: "Unable to connect to Visual Studio's L ocalhost Web Server"
Hello everyone, I finally found a solution (at least worked for me) for the famous error "Unable to connect to Visual Studio's Localhost Web Server" which was t | | 0 | 88 | 5/16/2008 9:13:38 PM |
Delete by select all in grid view
We can delete all the records in grid view by simply checked all in grid view
Here is the code given below,
in aspx page
use can put grid contro | | 1 | 123 | 5/16/2008 1:12:02 PM |
It is an error to use a section registered as allowDefinition='MachineToApp lication' beyond application level
You may get this error when trying to browse an asp.net application.
The debug information shows that "This error can be caused by a virtual directory not being confi | | 19 | 118 | 5/15/2008 8:57:43 AM |
How To: Connect to SQL using C# and SELECT INSERT UPDATE ?
How To: Connect to SQL using C# and SELECT, INSERT or UPDATE ? | | 17 | 77 | 5/14/2008 4:03:45 PM |
Configuration Files FAQs (web.config, machine.config...)
What is Web.Config File?
It is an optional XML File which stores configuration
details for a specific asp.net web application. | | 1 | 100 | 5/14/2008 8:44:33 AM |
PayPal Button (Pay Pal Button ) SOLUTIONS!!!!
Hi, all - I'm a newbie who just spent all day today trying to add
a single PayPal button to my site (built in VWD2005X Ed). I am not using a
starter kit and literally just wanted to a | | 8 | 85 | 5/14/2008 7:52:17 AM |
New Line In Tool Tip
HTML Source EditorWord wrap
Hi Friends, This is very simple article to show the tooltip wit new line When you make a new line tool tip. Just you have to write a text in title attribut | | 6 | 103 | 5/13/2008 7:40:01 AM |
FIX - DataSet Error "Could not find a non generic method"
Hi everyone.
After dealing with this error for 2 weeks i finnally found the fix for it. First of all the error is caused by a "n | | 35 | 114 | 5/11/2008 10:17:20 AM |
Dynamically Generate An Excel spreadsheet in asp.net
I wrote a post on my blog <not a shameless plug, I don't write many posts> with a basic algorithym to output an excel spreadsheet from code. I've done it in several different | | 7 | 130 | 5/11/2008 2:57:50 AM |
What is abstraction in OOPS???
Hi, i find so many times developers confusing with the term Abstract or abstraction in OOPS. Here's a perfect description and definition of abstraction in OOPs. Hope it will help u bett | | 2 | 189 | 5/9/2008 5:49:42 PM |
Excellent Calendar Control
Hello Everyone,
If anyone is ever looking for a free calendar control, I have downloaded a great one to use. It is simple and easy to use. I am going to put the link up to the | | 4 | 104 | 5/8/2008 8:33:37 AM |
How to efficiently use Aspose.Slides in your applications
Technical Tip ? How to efficiently use Aspose.Slides in your applications
Speed optimizations
| | 0 | 97 | 5/6/2008 8:19:11 PM |
javascript: Get clientid of a control inside a datagrid or a user control
Get clientid of a control inside a datagrid or a user control in client side so you can use this id in
document.getelementById( ) for some client side programming
function G | | 12 | 210 | 4/29/2008 9:00:09 AM |
How to getElementByid() dynamic datagrid inside DataList()
<script language="javascript">
function ()
{
var tblGrid = document.getElementById("dgDashboard");
} | | 2 | 108 | 4/25/2008 7:16:35 PM |
CreateUserWizard: How to Customize
After working for countless hours as a new VWD user, I finally mangaged to customize my CreateUserWizard to add a telephone number into the aspnet_membership table and other important information | | 1 | 98 | 4/24/2008 8:40:21 PM |
MaxLength ignored in multiline textbox.
Problem : Maxlength property is ignored in multiline textboxes. 
| 2 | 177 | 4/23/2008 6:22:25 AM |
Consuming RSS Feed using ASP.NET
RSS stands for Really Simple Syndication. It is a form | | 8 | 127 | 4/23/2008 6:06:32 AM |
How to use code snippets in ASP.NET 2.0
Q: What is a ?Code Snippet??
A: A Code Snippet is a reusable block of code. Unlike a static
copy-and-paste approach, code snippets allow for dynamic | | 0 | 95 | 4/18/2008 11:11:22 AM |
IDisposable Interface explained!
A copy of this article also can be found in here.& | | 0 | 66 | 4/17/2008 11:04:50 PM |
Code to send E-mails using Gmail account
<script runat="server">
protected string now = DateTime.Now.ToStr | | 3 | 79 | 4/14/2008 9:34:43 AM |
ASP.NET 2.0 AJAX Timer Hacks! How to Stop/Start ASP.NET AJAX Timer Clinet S ide
I was | | 2 | 78 | 4/11/2008 6:38:30 PM |
Complete reference in .NET
Hey friends, I searched lots of tutorial site but i have not get any site which provide all knowledge from scratch.but here by visiting this site i am very muc | | 1 | 98 | 4/11/2008 12:04:09 PM |
SMS Code Sharing
HiHi,
I would like to share sending SMS(Short Messaging Services) to mobile phone (receive text only) by using .NET technology POST(System.Net) and C# .NET.
| | 18 | 108 | 4/11/2008 12:01:36 PM |