Monday, January 25, 2010

Working with jQuery


Here is some links that shows how to working with jQuery.
- jQuery Introduction
(1) An Introduction to jQuery - Part 1: The Client Side


(2) Downloading jQuery - jQuery JavaScript Library

- Popup window

Calling Server side function using Ajax

Here is some links that shows working with call server side function using Ajax.


AutoComplete using Ajax

Here is some links that shows working with autocomplete using Ajax.








Remove html element using Javascript


Here is some links that shows how to remove html element.

Wednesday, January 13, 2010

LINQ


Here is some links about LINQ.
- LINQ Introduction
(1) Using LINQ with ASP.NET (Part 1) - ScottGu's Blog
(2) Introduction to LINQ
- LINQ with DataSet
(1) LINQ to DataSet Overview
(2) CodeProject: Usage of LINQ and Datasets in Compact Framework 3.5. Free source code and programming help
(3) ASP.NET Wiki: Data Access: LINQ: LINQ to DataSets
- LINQ with OrderBy
(1) Programmatically set the orderby and ascending/descending clause in a Linq statement - ASP.NET Forums
(2) Dynamic LINQ OrderBy - Stack Overflow
(3) Dynamic LINQ (Part 1: Using the LINQ Dynamic Query Library) - ScottGu's Blog
(4) Marco Russo : Use of Distinct and OrderBy in LINQ
- LINQ with Distinct
(1) Use Linq Distinct to get the distinct value in an array : Distinct « LINQ « C# / C Sharp
(2) Select distinct values in all nested collections using LINQ to objects? - Stack Overflow
(3) nested linq queries, how to get distinct values? - Stack Overflow
-
LINQ with CASE Statement
(1) LINQ To SQL - CASE Statements
(2) LINQ & CASE | Tech Off | Channel 9
- LINQ with SingleResult
(1) Unable to cast object of type 'SingleResult to datalist : asp.net, vb.net, datalist, linq, sql, cast
(2) Problem by calling stored procedure using LINQ
(3) Linq - Unable to cast object of type 'SingleResult`1[GetAdByIdResult]' to type 'GetAdByIdResult' - ASP.NET Forums
(4) Craig Stuntz’s Weblog : In LINQ, Don’t Use Count() When You Mean Any()
- LINQ Operations
(1) Generic Collections(T) Operations using C# 2.0 and VB.NET
(2) Rajan's Blog
(3) Add, Retrieve, and Remove items from Generic List | C# Collections and Generics | w3mentor
- LINQ with Contains
(1) Linq to SQL how to do "where [column] in (list of values)"
- Samples N Examples
(1) 101 LINQ Samples
(2) ASP.NET - How to loop through items in a CheckBoxList using LINQ and C#, ASP.NET & Web Development, C#,VB.NET,XAML,.NET
(3) Using let in LINQ to Objects – Performance killer if used wrong way
(4) Grouping with joins in a LINQ - ASP.NET Forums
(5) Ben Hall's Blog: Linq to SQL Stored procedure vs Functions
(6) Query Examples (LINQ to SQL)
(7) How to: Formulate Joins and Cross-Product Queries (LINQ to SQL)
(8) Hello - ASP.NET Forums
(9) Building LINQ Queries at Runtime in C# | Blog | TomasP.Net
(10) Calling functions in LINQ queries | Blog | TomasP.Net

Thursday, January 7, 2010

Working with DateTime using Asp.Net & Sql Server


Telerik Rad Upload

Here is some links about RadUploader.

Custom Paging (with asp.net)


Here is some links which is examples how to perform custom paging.
(1) GridView Control PagerTemplate in C# and ASP.NET

(2) GridView.PagerTemplate Property (System.Web.UI.WebControls)

(3) Asp.Net GridView Control Custom Sorting and Paging with Image Indicator - GridView Sorting in TemplateFiled - HeaderTemplate Section

(4) Custom Paging for GridView — CodeGuru.com

(5) ASP.NET GridView with Custom Paging UI

(6) CodeProject: GridView Custom Paging. Free source code and programming help

(7) Mahesh’s Blog: How to implement Custom paging Using ASP.NET Data Grid

(8) Using the Repeater Control with PagedDataSource in C#

(9) ASP.NET Library- Add paging to a repeater

(10) ASP.NET.4GuysFromRolla.com: Adding Paging Support to the Repeater or DataList with the PagedDataSource Class

(11) CodeProject: Paging using PagedDataSource class. Free source code and programming help

- PagedDataSource
(1) PagedDataSource Class (System.Web.UI.WebControls)

(2) PagedDataSource Class