The metadata stored in the assembly is called :
A) assemblyinfob) manifestc) assemblydata
If I identify an array ,like the below and thendim color() as string priVATe sub coloring_load(byval sender as system.Object, byval e as system.Eventargs) handles mybase.Load color(0) = "red" color(1)="blue" color(2)="black" I want to take each element to give it some specification...
Which keyword refers the parent of the current object
A) meb) superc) mybased) this
C/ MyBase
C) MyBase
How do you implement inheritance in vb.Net
A) using extends keywordb) using imports keywordc) using override keywordd) none
Dataset is always disconnected
A) trueb) false
True
A
Examples of extended provider are
A) dataprovider & error handlerb) errorprovider & helpproviderc) errorhandler & finalizerd) none
a
You can extend the behavior of your components and controls by attaching separate properties that are provided by another component called an EXTENDER provider.
In vb.Net which of the following restrictions does not exist?
A) no of variables used in modulesb) module sizec) namingd) all of the above
d
How to print data grid?
How to remove records by selecting checkboxes in gridview?
Which controls do not have events?
How many levels of compilation happens in .Net framework
A) one levelb) two levelc) three levelexplanation: source code to msil in first level & msil to native code in second level
Ofcourse two.
1st level: Source to MSIL & finally
2nd level: MSIL to native code
there r 2 levels in .net framework. one is source code to MSIL and other is MSIL to native code
Create set-up file with product key
How to create set up file with product key for windows application?
How to create assemblies?
How does a clr works internally?
User treads and kernel threads
What is the difference between user treads and kernel threads?
How to change header text of coloumn in data grid which is binded to access data source dynamicaaly?
How does vb.Net instantiates the .Net object ?
Stop rolling page in dot metrix printer
After print the label how to stop the printer page rolling and other label started from the next of it.
1) You can use printdocument() to print the page.
2) In printdocument_printpage() event set the papersize, in width & height, which will define your page height.
What is difference between data report and crystal report? How to use crystal report.How to create crystal report at runtime in vb 6.0.
Create and use dll, exe and ocx files in vb
How to create .Dll fileshow to create .Exe fileshow to create .Ocx filesdifference between .Ocx, .Dll and .Exe files
Manifest
Manifest