| 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  |
| 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.  |
| 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.  |
| 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.  |
| 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.  |
| 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");  |
| 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,  |
| 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)  |
| Tapti |
| |
| |
| Answer | Shell("C:\WINDOWS\system32\calc.exe",
AppWinStyle.NormalFocus)  |
| Sreeranjith C.k |
| |
| |
| Answer | Shell("C:\WINDOWS\system32\calc.exe",
AppWinStyle.NormalFocus)  |
| 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  |
| 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:  |
| Dhasaradhan |
| |
| |
| Answer | there are six object in asp.net.
6.object context object.  |
| 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  |
| 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  |
| Swaroop Roy |
| |
| |
| Answer | system.web.ui  |
| Is |
| |
| |
| Answer | System.Object is base class of .NET  |
| Jayesh Patel |
| |
| |
|
| |
|
Back to Questions Page |