Click here to Skip to main content
15,911,039 members

Comments by Member 12033805 (Top 6 by date)

Member 12033805 19-Jun-17 7:48am View    
I have getting syntax error

I wants pass two variable EffDt='20170101' and PayFreq='Weekly' in this function and return string.




Member 12033805 18-Oct-16 3:09am View    
private void btn_sendclick(object sender, EventArgs e)
{
var column = dtExcel.Columns;

int count = dtExcel.Rows.Count;


for (int i = 0; i < count; i++)
{


}


}
Member 12033805 11-Dec-15 0:22am View    
Is there any way to that better?
Member 12033805 18-Nov-15 4:46am View    
work this code
Member 12033805 18-Nov-15 0:43am View    
In above code data update from grid view in the relation of parent and child.in above code my problem is only parent and child updated but sub parent and child not update. Row change is the flag 0 and 1 if 1 get data update in database.1 value get only top parent but change sub parent top parent row change value o so loop dos not enter the row change>0 so data not update in databse