Click here to Skip to main content
15,911,789 members

Comments by jayesh_n (Top 2 by date)

jayesh_n 7-Apr-17 12:48pm View    
Hi Bryian,

How does the above script work properly after removing focus event ? Please explain
jayesh_n 2-Mar-16 2:03am View    
I just wanted to avoid repetitive code by writing separate methods for Insert, Update and Delete since major part of the method content will be same.

I have seen some examples where they make use of factory class (generic DAL) and so tried of achieving same using plain ADO.net's sql provider instead of factory classes/factory methods