A Common Language Specification (CLS) defines how computer programs can be turned into bytecode
2
votes
1answer
27 views
Extjs4 disable “Delete” button by default but when select any row enable the button
I have two "delete" button on top of a grid, one is red another is gray.
When no row selected, the button is the gray one. Otherwise, it shows the red one.
How to do that using Extjs4?
2
votes
2answers
110 views
CLS in .Net Framwork
I'm confused about the purpose of the CLS (Common Language Specification) in the .Net Framwork.
I think with .Net we can write a library with one language and use it in another language and to do ...
