if we want to move all the items that are already added in a
combobox into an empty list box or vice-versa then how can it
possible in vb or C# ?
Answer Posted / maaz
Run time unit consisting of types and other resources (e.g.
icons)
-Unit of deployment: assembly is smallest unit that can be
deployed individually
-Unit of versioning: all types in an assembly have the same
version number
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
can any one suggestion me present which course(except java,.net) has huge demand in the market?
what is the difference between an OS(operating system) and Framework?
Hi can you please send me recent(present) interview questions and technical qyestions with answers for "BUSSIESS OBJECTS" and "DATA WAREHOUSE".pls its urgent for me my mail id is sekhar.cs82@gmail.com,manjuforgis@gmail.com. thanks in advance
what is best way to create a Thread class & why?
In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..
Hi..Am done with my Masters recently..Am planning to learn TIBCO.. could anyone suggest me about how the job market will be and Is there any course necessary to learn prior to Tibco..i mean any prerequisite. I dnt have any knowledge on PL/SQL thats it... Plz suggest me in a best way...
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
what is dot net framework
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.
Hi guyes, I have cleared 2 technical rounds with cts for liferay and java techonologies, i have client round next week, please tell me how to prepare for this what questions i should be ready to face?
can we retrieve only integer/String type columns from a table,if yes how?
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?