ADO.NET - Raj Kaimal
Sign in
|
Join
Raj Kaimal
If it ain't broke, make it better.
This Blog
Home
Contact
About
Syndication
RSS
Atom
Comments RSS
Search
Go
Tags
.NET
ADO.NET
AJAX
Ajax Control Toolkit
ASP.NET
Atlas
Azure
Bing
C#
Cloud
CLR
Custom Controls
Data
Dynamic Data
Entity Framework
General
General Software Development
IIS
jQuery
LINQ
Microsoft
MicrosoftWebExperience
MVC
OData
Office
Reports
Silverlight
SQL
SQL Management Studio
T4
Tips
UI
UX
Visual Studio
Windows 7
WPF
XML
News
Digg
Navigation
Home
Blogs
Archives
May 2010 (15)
April 2010 (8)
March 2010 (5)
February 2010 (1)
November 2009 (3)
October 2009 (2)
September 2009 (2)
August 2009 (2)
July 2009 (1)
May 2009 (3)
July 2008 (2)
June 2008 (1)
May 2008 (1)
January 2008 (1)
November 2007 (1)
October 2007 (3)
September 2007 (6)
August 2007 (2)
June 2007 (2)
May 2007 (2)
March 2007 (3)
January 2007 (5)
December 2006 (1)
November 2006 (4)
August 2006 (2)
June 2006 (1)
May 2006 (3)
March 2006 (2)
February 2006 (3)
January 2006 (3)
November 2005 (6)
October 2005 (10)
September 2005 (2)
July 2005 (6)
June 2005 (1)
May 2005 (1)
February 2005 (2)
October 2004 (2)
July 2004 (2)
June 2004 (2)
May 2004 (2)
April 2004 (1)
December 2003 (3)
Blogs
ASP Forums
.Net Security Blog
Scott Guthrie
Nikhil Kothari
Bertrand Le Roy
Eilon Lipton
David Reed
Krzysztof Cwalina
Brad Wilson
Phil Haack
Vishal Joshi
. Books I recommend .
Links
Twitter
LinkedIn
Popular
Using XSLT files with the new XMLDataSource control
Setting parameters for DataSourceControls from code-beside
Raising events in a Page and handling it in a WebControl
Master Details using AJAX and the UpdatePanelPopupExtender
GridView DropDownList Pager
Clickable GridView Headers
How to render client report definition files (.rdlc) directly to the Response stream without preview
BoundField DataFormatString attribute not being applied.
Implementing a selection box for Google Maps
Setting the default Button for a TextBox in ASP.NET
Browse by Tags
All Tags
»
ADO.NET
(
RSS
)
.NET
ASP.NET
C#
Data
LINQ
Office
SQL
Saturday, February 20, 2010 11:31 PM
Uploading and storing files in SQL using ASP.NET
Version: VS2008 SP1 The sample code at the bottom of this post shows you how to upload files and store them in a binary column in SQL using ASP.net webforms and LINQ. S ee this post if you wish to upload an excel file, extract data from the cells and...
Posted by
rajbk
|
6 comment(s)
Filed under:
.NET
,
ASP.NET
,
ADO.NET
,
LINQ
,
C#
,
SQL
Saturday, May 02, 2009 4:59 PM
Uploading an Excel file to SQL through an ASP.NET webform
The method below describes how to upload a file to a webserver and then import the file into SQL using either LinqToSQL or SQL Bulk Copy. Edit on Feb 18, 2010 : To be clear, this method shows how to extract the contents of an excel file into a sql server...
Posted by
rajbk
|
20 comment(s)
Filed under:
ASP.NET
,
ADO.NET
,
LINQ
,
SQL
,
Office
Saturday, May 26, 2007 11:41 AM
Changing the connectionstring of a wizard generated TableAdapter at runtime from an ObjectDataSource
The Visual Studio 2005 Dataset designer allows you to create a DAL using a typed dataset and easily bind this to a GridView with the help of an ObjectDataSource. By default, in the TableAdapter generated, the visibility of the encapsulated Connection...
Posted by
rajbk
|
29 comment(s)
Filed under:
Data
,
ASP.NET
,
ADO.NET
Tuesday, July 20, 2004 12:32 PM
What's the deal with Databinder.Eval and Container.DataItem?
Reposting here for the benefit of asp.net developers and Google The databinding expression <%# some expression %> is evaluated in the language of the page (VB, C#, etc.) This can have a big impact on the current syntax, so be very careful...
Posted by
rajbk
|
75 comment(s)
Filed under:
.NET
,
Data
,
ASP.NET
,
ADO.NET
More Posts