differance between checkbox and rediobutton in vb.net?
Answer / satya narayan sahoo
Check box can be multi select where as redio button is used
for single selection.
One more difference is check box are square size where as
redio buttons are circular.
| Is This Answer Correct ? | 2 Yes | 1 No |
Explain different types of html, web and server controls.
What?s a proxy of the server object in .NET Remoting?
What is the difference between function and stored procedure?
Please explain what do the terms “boxing” and “unboxing” mean?
What is a design pattern and what is it for?
What is COM Interoperability in .NET
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
Explain the use of ‘this’ keyword in Java?
What is Ajax? How it is related to your project?
Explain constructor.
Using com component in .net?
What are the similarities and difference between class and structure in .net?