Answer Posted / ramavtar rajput
select Amount from T2 where Amount = ( select max(Amount)
from T2 where Amount < ( select max(Amount) from T2 ))
Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain internal keyword in .net framework?
How a base class method is hidden?
What is the difference between manifest and metadata?
Name some different types of control?
What is late binding and early binding?
What is the use of system.diagnostics.process class?
What do you mean by option strict on?
List the different types of assembly?
Write a VB.Net console program to check whether a number is perfect or not.
What is the maximum size of the textbox?
Explain option explicit?
Which is the base class for all the classes in .net framework?
Explain the difference between system.string and system.stringbuilder classes?
What are the shared variables?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.