emregulcan


Member since 03/01/2010

Name: Emre GULCAN

Location: Istanbul

6 snippets

2911 profile views

2 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

emregulcan's Recent SnippetsTagged c



« Prev 1 Next »
This snippet is "extension method" for IDataReader. You can use this snippet below ; I assume you have datareader like that SqlDataReader dataReader = command.ExecuteReader(); if (dataReader.IsColumnExists("columnName")) { //do something...
0 980 posted 12 years ago by emregulcan
You can get all countries list by this method. Also you can find some details for countries like; - original name, - three letter ISO region name, - three letter WINDOWS region name, - currency symbol etc..
1 761 posted 13 years ago by emregulcan
You can change your dynamic binding eval text with this method. This method should be in same codebehind
0 606 posted 14 years ago by emregulcan
« Prev 1 Next »