InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Code to create XML file in vb.net |
|
Answer» As all of us know xml is platform independent language so we can use xml in ANOTHER platforms very easily. In vb.net we use XmlTextWriter class to CREATE new xml file. And code is given below:- |
|
| 2. |
How to get number of hits to website in vb.net |
|
Answer» Below code is done in Global.asax and done by application and session variable:- |
|
| 3. |
Killing Process of excel and powerpoint using vb.net |
|
Answer» Below code is USED to KILL process of excel and powerpoint with USING vb.net:- |
|
| 4. |
How to bind GridView with xml file |
|
Answer» Below code will BIND xml FILE with the GridView:- |
|
| 5. |
Code to use brush in vb.net |
|
Answer» Below CODE is used to do drawing first |
|
| 6. |
Code to Use enter key as tab key in vb.net on textbox |
|
Answer» Public Class FORMNAME |
|
| 7. |
How to check internet explorer is running |
|
Answer» Below code helps to to get WHETHER Internet Explorer is RUNNING or not running:- |
|
| 8. |
How to check wheather character is string or numeric |
|
Answer» Bellwo code will helps you to GET wheather CHARACTER is STRING or numeric |
|
| 9. |
number of time a charcter occur |
|
Answer» Dim lit As Char |
|