Click here to Skip to main content
15,887,919 members

Comments by Bala Selvanayagam (Top 200 by date)

Bala Selvanayagam 24-Feb-14 6:20am View    
Hello,

AS explained below by "OriginalGriff", if you are going to use in a sub query you do not need to separate each value.

You can get away without separating (which can slow down the query) most of the time and you need to let us know exactly what is your intended usage, if you needs a solution
Bala Selvanayagam 21-Feb-14 11:49am View    
Ops, this is for asp.net but not for WPF.

Could you make sure you have both the following atributes

1.ID="statusid"

2.runat="server"

If so you will be able to access provided that you use the code behind file for the *.aspx file ?
Bala Selvanayagam 21-Feb-14 6:56am View    
If could could tell us why do you want to separate into each numbers and the intended usage then it may be helpful to suggest something
Bala Selvanayagam 14-Feb-14 8:22am View    
where do you instantiate SCANLA

You may have to post your code showing both classes and the way you are calling. Without this we would not be able to figure out
Bala Selvanayagam 14-Feb-14 8:19am View    
Your code

<%ArrayList<employee> empList=new ArrayList<employee>();
ModalClass emp=new ModalClass();

empList = emp.getEmployess();

<!-- With this list i will iterate my table

should have been under the controller