Click here to Skip to main content
15,902,938 members

Comments by Asa code (Top 42 by date)

Asa code 3-Feb-20 18:57pm View    
ok one line explaination is enough. I spent valuable time to read
Asa code 16-May-14 1:17am View    
deviation means difference of no of days.... planned pm date - completed pm date
Asa code 9-May-14 1:24am View    
Record Previous Month
Door open Ok
Door open Ok
No main supply Ok
PSU shutdown Ok
PSU communication failure Ok
PMU communication failure Ok
these records should be inserted into datagridview .....
Asa code 25-Feb-14 0:50am View    
need to show like this .... select item in one auto complete text box then show a item in second auto complete text box.... It's not worked here.....
Asa code 12-Feb-14 6:14am View    
public DataSet getitemcode()
{
try
{
string query = "select * from M_ITEM";
DbCommand cmd = dbFactory.GetSqlStringCommand(query);
DataSet ds = dbFactory.ExecuteDataSet(cmd);
return ds;
}
catch (Exception ex)
{
throw ex;
}