DropDown Helper class

Bhaumik Patel 3:19 AM
DropDownHelperDB class so many time write query for drop down i will create one dropdown helper class in getlist method to return DataTabl...Read More
DropDown Helper class DropDown Helper class Reviewed by Bhaumik Patel on 3:19 AM Rating: 5
compare the properties of two objects class compare the properties of two objects class Reviewed by Bhaumik Patel on 2:57 AM Rating: 5
merge td game in jquery merge td game in jquery Reviewed by Bhaumik Patel on 10:39 PM Rating: 5

Progress Bar With jquery

Bhaumik Patel 10:18 PM
Create a Progress Bar With Javascript $(document).ready(function () { $("#progress").mouseover(loopLi); }); function loopLi...Read More
Progress Bar With jquery Progress Bar With jquery Reviewed by Bhaumik Patel on 10:18 PM Rating: 5

RemoveSpecialChars function in sql

Bhaumik Patel 9:31 PM
RemoveSpecialChars function in sql remove special chars in string,char like ! @ # $ % % & * _ ... ALTER FUNCTION dbo.RemoveSpecialC...Read More
RemoveSpecialChars function in sql RemoveSpecialChars function in sql Reviewed by Bhaumik Patel on 9:31 PM Rating: 5

initcap function in sql

Bhaumik Patel 9:25 PM
initcap function in sql after the space every first letter will be capital in sql. ALTER FUNCTION [dbo].[InitCap] ( @InputString varchar(...Read More
initcap function in sql initcap function in sql Reviewed by Bhaumik Patel on 9:25 PM Rating: 5

Javascript is disabled Redirecting

Bhaumik Patel 9:19 PM
How to know and handle disabled javascript in browser <noscript> Javascript is disabled Redirecting.... <META HTTP-EQUIV="Re...Read More
Javascript is disabled Redirecting Javascript is disabled Redirecting Reviewed by Bhaumik Patel on 9:19 PM Rating: 5
Textbox accept only numbers (digits) using jquery Textbox accept only numbers (digits) using jquery Reviewed by Bhaumik Patel on 9:07 PM Rating: 5
sql datetime null with min value of sql datetime sql datetime null with min value of sql datetime Reviewed by Bhaumik Patel on 8:01 PM Rating: 5
Response.Redirect to open a new browser window Response.Redirect to open a new browser window Reviewed by Bhaumik Patel on 7:12 AM Rating: 5

Load page in div using jquery

Bhaumik Patel 7:06 AM
Page load in Div tag using jquery <div id="divPage"></div> <a href="http://lesson8.blogspot.in/2012/06/bind-...Read More
Load page in div using jquery Load page in div using jquery Reviewed by Bhaumik Patel on 7:06 AM Rating: 5
entity framework EntityConnectionStringBuilder in asp.net c# entity framework EntityConnectionStringBuilder in asp.net c# Reviewed by Bhaumik Patel on 6:37 AM Rating: 5

open notepade in web application c#

Bhaumik Patel 6:30 AM
Run "exe" in web page using javascript asp.net c# open notepage using javascript in asp.net function RunNotePad() { var sh...Read More
open notepade in web application c# open notepade in web application c# Reviewed by Bhaumik Patel on 6:30 AM Rating: 5

bind gridview using jquery

Bhaumik Patel 6:13 AM
GridView Bind Using Jquery First See This asp.net webservice call in jquery DOWNLOAD function GetEmployee() { var pageUrl = '&...Read More
bind gridview using jquery bind gridview using jquery Reviewed by Bhaumik Patel on 6:13 AM Rating: 5

asp.net webservice call in jquery

Bhaumik Patel 8:08 PM
jQuery with Web Services I will be calling asp.net web service using jQuery Ajax. web service call using jquery DOWNLOAD First Create ...Read More
asp.net webservice call in jquery asp.net webservice call in jquery Reviewed by Bhaumik Patel on 8:08 PM Rating: 5

linq Right Outer Joins

Bhaumik Patel 8:15 PM
linq Right Outer Joins Join when using LINQ. There are no keywords defined in C#, we have to use DefaultIfEmpty() function to get the desir...Read More
linq Right Outer Joins linq Right Outer Joins Reviewed by Bhaumik Patel on 8:15 PM Rating: 5

linq left outer joins

Bhaumik Patel 8:12 PM
linq left outer joins Join when using LINQ. There are no keywords defined in C#, we have to use DefaultIfEmpty() function to get the desired...Read More
linq left outer joins linq left outer joins Reviewed by Bhaumik Patel on 8:12 PM Rating: 5

linq Inner Joins c#

Bhaumik Patel 8:10 PM
linq Inner Joins private void InnerJoins() { Tag = "Inner Joins"; Person bhaumik = new Person { F...Read More
linq Inner Joins c# linq Inner Joins c# Reviewed by Bhaumik Patel on 8:10 PM Rating: 5
Differents between ExecuteReader, ExecuteNonQuery, ExecuteScalar Differents between ExecuteReader, ExecuteNonQuery, ExecuteScalar Reviewed by Bhaumik Patel on 8:00 PM Rating: 5

Tracing linq query in sql format c#

Bhaumik Patel 7:34 PM
Linq query trace in sql format c# Tracing of Linq to Entities query, This is for "Linq-to-Entities" // In Linq Entities _ent ...Read More
Tracing linq query in sql format c# Tracing linq query in sql format c# Reviewed by Bhaumik Patel on 7:34 PM Rating: 5

linq simple outer joins

Bhaumik Patel 7:46 PM
Simple linq outer joins If you want to use a join operator other than the "equal" operator you will need to use a nested query. ...Read More
linq simple outer joins linq simple outer joins Reviewed by Bhaumik Patel on 7:46 PM Rating: 5

linq joins

Bhaumik Patel 7:37 PM
Join In Linq Join when using LINQ. There are no keywords defined in C#, we have to use DefaultIfEmpty() function to get the desired result. ...Read More
linq joins linq joins Reviewed by Bhaumik Patel on 7:37 PM Rating: 5