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 |
What application do you use to install a Windows service?
What is view state?
How is .net able to support multiple languages?
What is cyclomatic complexity and why is it important?
What?s different about a Windows service as compared to a regular application?
asp mean
Compare client server application with n-tier application
Is .net capable of supporting multi-thread?
What is Ajax design pattern in .NET?
Can a try block have more than one catch block?
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!!!
Difference between value type & reference types ?