This are new features included as compared to older version(2003)Vb.Net 8.01.Support for Operator Overloading2.Supports Generics3.Extra keywords included - Continue,My,using,isnot4.Nullable Types are ...
Exception is the runtime error ,we cant get required result . interrupt is the program provided by software or hardware which improves processor efficiency
Arun
Apr 26th, 2006
Exception is a run time error due to some computation error such as Divide by Zero, where as interrupt is an event that arises due to some failure/ malfunction of system thru software or hardware. when ever specific event occurs interrupts are enabled. Exceptions can be invoked by Interrupts also.
A connected module is one which maintains the connection to the database until the object is closed. In disconnected module the connection is terminated by retrieving and storing data on server.
According to ADO.net, Dataset is said to be disconnected module and datareader is said to be connected module. In disconnected module, the whole data is obtained at one strech and th...
public AssemblyVersionAttribute (string version)The format of the version string is: major. minor. build. revision.When specifying a version, you have to at least specify major. If you specify major a...
When we pass an argument to the prosedure or function we can pass it with byVal,byRef,optional,param array.Now the question is what is ByVal and By RefAns.when we pass an argument with byVal we ...
To count the number of tables in a dataset, here is the property of datasetobjDataSet.Tables.CountGAC is a special folder which is the repository of .NET public assemblies,1. Contains Assebmblies...
GAC is Global Assembly Cache... this is the place where we put our shared assemblies so that it can be shared by more than one application. For putting an assembly in GAC we require1. To strong name t...
Hi,Abov answer is right. If you want to make the sepration between the HTML file and the coding file then you can use CodeBehindFile otherwise use in-Line method. It is up to choice but most of .NET users use Code Behind way while ASP users use Inline method.
PavanKumar
Oct 27th, 2006
Hi,Generally the terms in-line code and code behind are the 2 approaches in which we can code our applications. In our Windows based applications the designing and Programming are both implemented in ...
If the EnableViewState property is on for a server control, the server control will remember/preserver values across round trip to server or across HTTP request.To find more info, go to the below linkhttp://msdn2.microsoft.com/en-us/library/system.web.ui.control.viewstate.aspx
- In the Integrated Services Digital Network (ISDN)there are two levels of service: the Basic Rate Interface (BRI), intended for the home and small enterprise, and the Primary Rate Interface (PRI), fo...
Ans