Click here to Skip to main content
15,888,177 members

Comments by prashanth manoj (Top 23 by date)

prashanth manoj 25-Feb-23 5:30am View    
after filter database values select using down arrow keys in drop down that is what my issue
prashanth manoj 25-Feb-23 5:29am View    
Deleted
after filter database values select using down arrow keys in drop down that is what my issue
prashanth manoj 7-Dec-22 8:04am View    
path stroke (color) change if (ck_bill_no == 0)
prashanth manoj 17-Nov-22 0:47am View    
how to retrieve all rows from table in wpf c#
prashanth manoj 17-Sep-22 8:36am View    
txtCompanyName.Text = ds.Tables[0].Rows[0][0].ToString();
txtCaption.Text = ds.Tables[0].Rows[0][1].ToString();
txtAddress1.Text = ds.Tables[0].Rows[0][2].ToString();
txtAddress2.Text = ds.Tables[0].Rows[0][3].ToString();
txtMobile.Text = ds.Tables[0].Rows[0][4].ToString();
txtEmail.Text = ds.Tables[0].Rows[0][5].ToString();
txtGstin.Text = ds.Tables[0].Rows[0][6].ToString();
txtCloudApi.Text = ds.Tables[0].Rows[0][7].ToString();
txtUsername.Text = ds.Tables[0].Rows[0][8].ToString();
txtPassword.Password = ds.Tables[0].Rows[0][9].ToString();
txtcombox.Text = ds.Tables[0].Rows[0][10].ToString();

txtActivationKey.Text = ds.Tables[0].Rows[0][12].ToString();
txtCreatedby.Text = ds.Tables[0].Rows[0][13].ToString();
txtDate.Text = ds.Tables[0].Rows[0][14].ToString();