Latest Answer: The Dataset is an core of disconnected architecture.Disconnected architecture means once you have retriveed the data from the database the connect of the datasource is dropped.The disconnected data become very commonlyThe dataset for the disconnected ...
Latest Answer: System.Diagnostics ...
Latest Answer: EnableViewState is enable is a property on controls that allows that control to save to the hidden _viewstate. the control itself holds it value in the controls ViewState property, if EnableViewState is set to true. You store the ...
Let's say I have an existing application written using Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. How would you approach migrating this application to .NET
Latest Answer: A Friend can be acessed without having any relationships like inheritaqnce but protected Frien can be accessed only when inherited and a protected friend will become a private function for that inherited class ...
Latest Answer: eg: You want to declare a string variable.Private static string str; (C#.net)Regards,Rupesh ...
Latest Answer: the code isSqlConnection con1=new SqlConnection (ConfigurationSettings.AppSettings["cons"]);SqlCommand cmd=new SqlCommand("student",con1); SqlDataAdapter db=new SqlDataAdapter(); db.SelectCommand=cmd;cmd.CommandType=CommandType.StoredProcedure;DataSet ...
Latest Answer: DataReader is usefull when we need a foreward only sequential access in a better speed. ...
Latest Answer: sqlcmd.commandtype=storedprocedure;......;......;Add parameters.......;sqlcmd.ExecuteNonQuery(); ...
Latest Answer: Different versions of a same component can run in one computer.we can achieve it by registering the assembly in the global assembly cache. ...
View page << Previous 7 8 9 10 [11] 12 13 14 15 16 Next >>

Go Top