
ત્રણ મૂવી જોયા બે દિવસમાં. 1) રોકેટસિંઘ – સેલ્સમેન ઓફ ધ યર 2) પા 3) વેક અપ સીડ (બીજી વાર) મૂવી જોયા અને ઘરે આરામ.Read more.
Posted on 7 February 2010 | 2:13 pm
આજે અહીંના સમાચાર પત્રમાં ફૂજી ફિલ્મના નવા ડિજીટલ કેમેરાના મોડેલ FinePix Z700 EXR ના રિલીઝ વિશેના સમાચાર વાંચ્યા. ...Read more.
Posted on 4 February 2010 | 9:58 pm
આજે દિવ્ય ભાસ્કરમાં "હોલીવૂડ" વિભાગમાં નીચેની ખબર છે. જાહેરમાં વા છૂટ થતાં જેસિકા ક્ષોભમાં મુકાઈ મને ખબર વાંચીન...Read more.
Posted on 1 February 2010 | 8:00 pm
Last week while working on two way binding, I discovered one very important settings for binding i.e. "UpdateSourceTrigger". Before discovering this feature I faced problem in setting the value from target to source. Let me describe the problem I faced. In my setup, I had no. of text boxes in windo...Read more.
Posted on 22 August 2009 | 9:00 pm
I was looking to copy some bulk data from one of the data table in memory to my SQL DB table. I tried using DBAdapter.Update but it didn't work as in my source datatable none of the row was in updated/new stage. Then after searching a lot, I found "SQLBulkCopy". The SqlBulkCopy class can be [...]...Read more.
Posted on 1 May 2009 | 12:36 pm
Recently I had to work on one problem where I had to read the csv file and filling up the data table with the csv file data. I used the OLEDBAdapter to accomplish that with just few lines of code. Following is the code : string query...Read more.
Posted on 30 April 2009 | 10:27 pm