5
Answers

Query for selecting a particular person?

MohanRaj C

MohanRaj C

12y
1k
1
I have 10 employee details in one table with employeeid

Every day i have to allocate some work to those 10 employee.

If i forgot to allocate work for 2 employee out of 10.

How i find allocated employee and unallocated employee....

I need the query....


Answers (5)
0
Sanjeeb Lenka
NA 22.1k 1.3m 11y
hi,

you have to set the startup object. for set the start up object follow this step.

open solution explorer. select the solution or right click on solution and click on properties.


in property window set the startup object as your class name.

follow the screen.




2nd