Click here to Skip to main content
16,011,754 members

Comments by nikolas_ar (Top 12 by date)

nikolas_ar 21-May-14 3:39am View    
Hi

Thanks for quick response.Can you show me the complete fuction count in a label total rows that have value="It Departement" for example.

Thanks
nikolas_ar 15-Nov-13 5:47am View    
Hi thanks for your reply your assumptions are correct can you give me an example of what your saying because i'm new to asp.net and in programing in general.
nikolas_ar 14-Nov-13 4:31am View    
select report_no , datesubmision , complainee_name,complainee_surname,typeofperson,department.description from accusationform ,department where department_id = department.description
nikolas_ar 14-Nov-13 4:03am View    
Hi thanks for helping me i used the query but i get error conversion failed when converting the varchar value 'management' to data type int
Management is the first item in my table
nikolas_ar 13-Nov-13 9:02am View    
SelectCommand="SELECT [report_no], [datesubmision], [complainee_name], [complainee_surname], [complainee_idnumber], [complainee_tel], [policynumber], [claimnumber], [typeofperson],[department_id],[status_id], [id] FROM [accusationform]"