New VB.NET Interview Questions :: ALLInterview.com http://www.allinterview.com New VB.NET Interview Questions en-us I want to reduce my CPU Usage when I am querying the Database for re http://www.allinterview.com/showanswers/77498.html my project run very wel in my sytem yhen i am deploying my project o http://www.allinterview.com/showanswers/77393.html how to deploy vb.net with key and evaluation time? any one can help http://www.allinterview.com/showanswers/77375.html hello friends, I have created a animated button in VB.NET. As its d http://www.allinterview.com/showanswers/77161.html sir how i can calculate the value of two-textbox of gridview and sho http://www.allinterview.com/showanswers/76468.html val(textbox1.text)+val(textbox2.text)=txtbox3.text Is there any website from where i can download VB.net bible free in http://www.allinterview.com/showanswers/76114.html diff b/w windows and console application? http://www.allinterview.com/showanswers/74867.html difference between a console application and a Windows application is the way in which the program gets user input. A console application gets keyboard input through the Console.Read or Console.ReadLine methods; a Windows Forms application ge wht is the use of console application? http://www.allinterview.com/showanswers/74866.html Console Applications are command-line oriented applications that allow us to read characters from the console, write characters to the console and are executed in the DOS version. Console Applications are written in code and are supported by the how to send data to exe file? my code has a button when i press it, a http://www.allinterview.com/showanswers/74684.html use following code in button click event System.Diagnostics.Process.Start(@"\write physical path of exe file"); Write a program for calculator in VB.NET http://www.allinterview.com/showanswers/70973.html Shell("C:\WINDOWS\system32\calc.exe", AppWinStyle.NormalFocus) How to create Crystal Report in vb.net with coding http://www.allinterview.com/showanswers/70958.html just configure the report datasource by database What are the objects in asp.net and tell the purpose of those objects http://www.allinterview.com/showanswers/70957.html There are 5 objects in asp.net 1.Response:This object is to response to other eg: 2.Request:This object is request from server 3.Application: This object is store global information of application. 4.Session:This object used I want to sample Hotel management project in vb.net because still no http://www.allinterview.com/showanswers/70956.html In Datagrid after adding row, how you will assign the value for each http://www.allinterview.com/showanswers/70293.html I will write code of value assignment in UserAddedRow event of grid. eg. Name of grid -grdSticker. const iRollNo as integer=0 grdsticker.rows(e.rowindex-1).cells(iRollNo).value=7 what is the base class of .net? http://www.allinterview.com/showanswers/69217.html System.Object