![]() Related Questions Can any body tell me the code procedure for preparing parameterized cristel reports.the report should be generated by taking to or more parameters.example: report should be genarated FROM DATE to TODATE Read Answers (3) | Asked by : Yamini Latest Answer : You can go for internet control of robot.1. use chips:- at89c51 microcontroller, l293d motor driver n max232 converter (for robot)2. using vb.net, develop the gui n use winsock programming for sending photos on internet.3. use mscomm programming in .net ... Read Answers (2) | Asked by : jojo How to check for a particular record whether it is present or not in dataset if the record is not present i want to display a message as no records what is the code for checking Read Answers (7) | Asked by : subrahmanyam Latest Answer : MSIL code is the Microsoft Intermediate Language. This is the code created by the CLR from the source code. This MSIL code is converted to machine/native code by JIT compiler. This machine code is actually the code which runs. ... Read Answers (2) | Asked by : pardeep for example:while(datareader1.read()) while(datareader2.read()) end whileend whilethis is not allowed even though both datareaders have two different sets of data. can someone help me out with this Latest Answer : A database connection can only have one open datareader associated with it at anytime. To do what you are looking to do in your example you must have two connections, one for each datareader. ... Read Answers (2) | Asked by : IRDM View Question | Asked by : Kaushik Majumdar You develop a Windows-based application that includes the following code segment. (Line numbers areincluded for reference only.)01 Public Sub password_Validating (ByVal sender As _02 Object, ByVal e As Latest Answer : e.cancle = TrueIf the input in the control does not fall within required parameters,the property within your event handler can be used to cancel the Validating event and return the focus to the control. ... You company AppDevRight assigns you to modify a Visual Studio .NET application that was created by a former colleague. However, when you try to build the application, you discover several syntax errors.You Latest Answer : Run the application in Debug Mode. Each time an error is encountered, correct it and continue debugging the application ... You use Visual Studio .NET to create a Windows-based application. The application includes a form named GraphForm, which displays statistical data in graph format. You use a custom graphing control that Latest Answer : F. Set GraphForm.FormBorderStyle to one of the Fixed styles. ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||