CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums



> Asp.Net Forum > community.tips_and_tricks
 TypeRepliesViewsDate
code for single fileupload ..$


                    if (fuimage.HasFile)
        

 01711/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
 01011/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

 0611/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

 01111/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 -->

 01211/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

 01211/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

 01311/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

 01611/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

 01311/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

 01611/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

 01411/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. <

 01011/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

 01511/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:

 

01111/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:


 

01411/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

 01411/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

 01511/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

 01211/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

 01311/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

 01511/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

 01311/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
 0711/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

 01311/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

 01211/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

 01311/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

 01311/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

 01111/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

 0705/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

 11165/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
 191075/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 ? 
 17705/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.

 1845/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

 8755/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

 6945/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

 351035/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

 71165/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

 21695/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

 4865/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

 0835/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
 122014/29/2008 9:00:09 AM
How to getElementByid() dynamic datagrid inside DataList()

 

 <script language="javascript">

function ()

var tblGrid = document.getElementById("dgDashboard");

 }

 2884/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

 1844/24/2008 8:40:21 PM
MaxLength ignored in multiline textbox.

Problem : Maxlength property is ignored in multiline textboxes. Angry

 

21594/23/2008 6:22:25 AM
Consuming RSS Feed using ASP.NET
 
RSS stands for Really Simple Syndication. It is a form
 81124/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

 0754/18/2008 11:11:22 AM
IDisposable Interface explained!

A copy of this article also can be found in here.&

 0594/17/2008 11:04:50 PM
Code to send E-mails using Gmail account

 

<script runat="server">
    protected string now = DateTime.Now.ToStr
 3634/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

 2734/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

 1834/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.

 18904/11/2008 12:01:36 PM


   
  Privacy | Contact Us
All Times Are GMT