In the code below which constructor will get fired first?Public Class Class1Sub New()End SubEnd ClassPublic Class class2Inherits Class1Sub New()End SubEnd Class
I am copying some data from a shared folder in network(VLAN) the band width of the VLAN is 2 mbps(not effective)So when I am copying a file of around 10 mb in between the network breaks or packet lossesand I am not able to copy the entire thing.What should I do
Interface contains the declaration of methods only and we can declare this method also inside our own class.So what is the need once declare a method inside the interface and then implement it into a class?
Latest Answer: no..if you do do, you will get a complie time error:A namespace declaration cannot have modifiers or attributes ...
Latest Answer: We should use the Currency CurrencyManager cmGrid = (CurrencyManager)this.BindingContext[gridview.DataSource, gridview.DataMember]; cmGrid.Position = iIndex; ...
Latest Answer: //Check the following example. I am using Orders table of Northwind database from SQL server.public Dataset MyFunction(){SqlConnection objConnection = new SqlConnection(ConnectionString)SqlCommand objCommand = null;SqlDataAdapter objAdapter = null;DataSet ...
Latest Answer: //Check the following example. I am using Orders table of Northwind database from SQL server.public Dataset MyFunction(){SqlConnection objConnection = new SqlConnection(ConnectionString)SqlCommand objCommand = null;SqlDataAdapter objAdapter = null;DataSet ...
I have a class with constructor, if i throw an error inside the constructor what will become the object while initializing
Latest Answer: Is there any other function to clear screen in .Net 1.1 ...
Which of the following function is used to repaint a window immediatelya) Sendmessage(hWnd,WM_PAINt,......) b) InvalidateRect(.......) c) MoveWindow d) WM_COPY e) None
View page << Previous 1 2 3 [4]

Go Top