Click here to Skip to main content
15,917,005 members

Comments by blessy baby (Top 5 by date)

blessy baby 28-May-13 0:04am View    
I didn't write any code in selectedindexchanged event. only bind these controls with same datasource

DataTable dtAgencies = GetAgencies();
if (dtAgencies.Rows.Count > 0)
{
this.chkListChild.DataSource = dtAgencies;
this.chkListChild.DisplayMember = "agencyID";
this.chkListChild.ValueMember = "conString";

this.cmbParent.DataSource= dtAgencies;
this.cmbParent.DisplayMember = "agencyID";
this.cmbParent.ValueMember = "conString";

}
blessy baby 28-May-13 0:03am View    
Yes. bind with the same source
blessy baby 1-Sep-11 23:53pm View    
This is not clear. Correct the spelling and give more details
blessy baby 22-Aug-11 4:54am View    
Are you trying to remove/add table rows?
blessy baby 10-Aug-11 2:47am View    
I am getting below message

There was no endpoint listening at https://gate2b.intranet/Auth/Services/AuthenticationService.svc?wsdl that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.

This endpoint url is correct. I am accessing this while in the case of bypass proxy