Click here to Skip to main content
15,905,607 members

Comments by suzeets (Top 19 by date)

suzeets 2-Mar-13 6:21am View    
its means by using MonoDevelop tool reconstruct this project again.
suzeets 21-Jun-12 6:54am View    
i know that error code 3 . but why this error occurs while that file exist in specified path .
suzeets 18-Jun-11 15:28pm View    
Object obj=new Object();
obj="hi";
these are 4 type to convert object to string
string str1=Convert.ToString(obj);
string str2=obj.ToString();
string str3= obj as string;
string str4=(string)obj;
suzeets 1-Feb-11 4:16am View    
5. Adapter internally opens up the connection, uses the query, gets the data and imports it into dataset.


but in 5 step here. i have checked ds still empty

and output of this is one row saved in database.

how this data tobe saved. i want to know internal procees or which classes tobe used here...
suzeets 2-Oct-10 12:44pm View    
this is also available in book CLR Via C# by Jeffrey Richter.
Sir give me some sort answer.(in one line if it is possible)