Blog - ajaypatelfromsanthal.blog.com - Ajay Patel

Latest News:

Untitled 29 Apr 2012 | 04:16 pm

Hello

Get count of column in Table 23 Apr 2012 | 09:03 pm

USE [TESTDB] SELECT count(*) FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = ‘ DetailMaster ‘

Multilingual Application 21 Apr 2012 | 05:38 pm

Hi  Friends, Have any idea how to make Multilingual form for our Application?? Here is simple Example that can help and capable to make you multilingual Application Let’s Start : Make “App_GlobalR...

Linq Query 20 Apr 2012 | 06:26 pm

Here is Simple query in Linq to get 21-30 Record from Table, TestDBAjayEntities  is entity Model and Detailmasters is Table using (LinqEF.TestDBAjayEntities Test = new LinqEF.TestDBAjayEntities()) ...

Create XML from Dataset 19 Apr 2012 | 05:23 pm

Here is some simple code that helps you to generate XML from Dataset : protected void generateXML_Click(object sender, EventArgs e) { // Define Connection with connection string SqlConnection con ...

Difference between Linq to Sql AND Linq to Entity 18 Apr 2012 | 05:21 pm

LINQ to SQL •  It use domain Model •  It support only SQL server Database •  Data source contains Tables only •  It is simple to use •  rapid development done from this Model •  It can map class...

Today’s truth 17 Apr 2012 | 05:33 pm

When you are in bright then everyone follow you, But When you are in dark then even your shadow doesn’t follow you. So don’t beware of dog but Beware of Human….

Recursive query in Sql Server 17 Apr 2012 | 05:23 pm

Employee Hierarchy from Low Position to High Position We have Table for Employee And we want employee Position Hierarchy then Apply below query WITH TempTable(ID,Name,ReportingTo) AS ( SELECT e.e...

Export gridview to Excel sheet 13 Apr 2012 | 06:14 pm

Here is example code for export Gridview to excel sheet, Protected Sub btnGeneratExcel_Click(ByVal sender As Object, ByVal e As System.EventArgs) Response.Clear()               ‘ Clear the response ...

Simple Calender Using JavaScript 11 Apr 2012 | 04:20 pm

Hi Friends, Here is Simple Calender Developed using JavaScript with good Logic and simple coding. Let’s Define Css for some good looking Design : <style type=”text/css”> .Current { border: 1px s...

Recently parsed news:

Recent searches: