ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories >> Software >> Microsoft-Related >> VB.NET
 
 


 

Back to Questions Page
 
Question
sir how i can calculate the value of two-textbox of 
gridview and show result in textbox within gridview in 
asp.net with vb.net..plz sir reply me
Rank Answer Posted By  
 Question Submitted By :: Satishrajpoot1984
This Interview Question Asked @   Biz-Technology
I also faced this Question!!   © ALL Interview .com
Answer
val(textbox1.text)+val(textbox2.text)=txtbox3.text
 
0
Guest
 
 
Question
diff b/w windows and console application?
Rank Answer Posted By  
 Question Submitted By :: Sntcsanthosh
I also faced this Question!!   © ALL Interview .com
Answer
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 gets keyboard (and other) input through 
events.
 
0
Subhash - Netedge Computing
 
 
Answer
windows forms provide the graphical user interface (GUI) 
where as console is the character user interface(CUI)
you have to use the hard code to develope the application 
using console, lots of thing you must remember where as the 
windows forms development is more user friendly and easy to 
use.
 
0
Vikas Ku Gupta
[NTTF]
 
 
 
Question
wht is the use of console application?
Rank Answer Posted By  
 Question Submitted By :: Sntcsanthosh
I also faced this Question!!   © ALL Interview .com
Answer
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 System.Console namespace.
 
0
Uma N
 
 
Answer
Console applications are command line applications.We have 
to give inputs through keyboard without use of mice.But, in 
windows applications, users should give inputs through mice 
without use of keypad.
 
0
P.sivaranjanikamaraj
[NTTF]
 
 
Question
how to send data to exe file?
my code has a button when i press it, an exe file will open.
how can i send data as input to the exe file?
Rank Answer Posted By  
 Question Submitted By :: &1605;&1575;&15
I also faced this Question!!   © ALL Interview .com
Answer
use following code in button click event
System.Diagnostics.Process.Start(@"\write physical path of 
exe file");
 
0
Find_kk
 
 
Answer
Sorry, in the above code, after file name you can give 
comma seperated values of arguments which you want to pass 
as input value in exe file,
 
0
Find_kk
 
 
Question
Write a program for calculator in VB.NET
Rank Answer Posted By  
 Question Submitted By :: Vijay_it4all
This Interview Question Asked @   CMC , Subex
I also faced this Question!!   © ALL Interview .com
Answer
Shell("C:\WINDOWS\system32\calc.exe", 
AppWinStyle.NormalFocus)
 
0
Tapti
 
 
Answer
Shell("C:\WINDOWS\system32\calc.exe", 
AppWinStyle.NormalFocus)
 
0
Sreeranjith C.k
 
 
Answer
Shell("C:\WINDOWS\system32\calc.exe", 
AppWinStyle.NormalFocus)
 
5
Ajit Kawade
 
 
Question
How to create Crystal Report in vb.net with coding
Rank Answer Posted By  
 Question Submitted By :: Muthu
This Interview Question Asked @   Ascent
I also faced this Question!!   © ALL Interview .com
Answer
just configure the report datasource by database
 
1
Pp
 
 
Question
What are the objects in asp.net and tell the purpose of
those objects
Rank Answer Posted By  
 Question Submitted By :: Muthu
This Interview Question Asked @   Ascent
I also faced this Question!!   © ALL Interview .com
Answer
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 store the values into variable.
  
  5.Server:
 
0
Dhasaradhan
 
 
Answer
there are six object in asp.net.

6.object context object.
 
0
Kumanan
 
 
Question
In Datagrid after adding row, how you will assign the value 
for each cell to currently added new row?
Rank Answer Posted By  
 Question Submitted By :: Dilipsm17@rediffmail.com
I also faced this Question!!   © ALL Interview .com
Answer
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
 
0
Prajakta
 
 
Question
what is the base class of .net?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
System.Object
 
0
Swaroop Roy
 
 
Answer
system.web.ui
 
0
Is
 
 
Answer
System.Object is base class of .NET
 
0
Jayesh Patel
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com