Click here to Skip to main content
15,879,326 members

Comments by Raj@88 (Top 54 by date)

Raj@88 18-Nov-14 4:32am View    
Hi..
Dinesh ..thanx for reply ..actually i knw dis process...
bt i want to fech data on button click by id ...

i did like dis..

if (Ds.Tables[0].Rows.Count > 0)
{
DRDCountry.SelectedValue = Ds.Tables[0].Rows[0]["Country"].ToString();
DRDState.SelectedValue = Ds.Tables[0].Rows[0]["State"].ToString();
DRDDistrict.SelectedValue = Ds.Tables[0].Rows[0]["District"].ToString();
DRDTahasil.SelectedValue = Ds.Tables[0].Rows[0]["Tahsil"].ToString();
DRDVillage.SelectedValue = Ds.Tables[0].Rows[0]["Village"].ToString();
}


but problem is ..it displays on 1st drop down data..
Raj@88 18-Nov-14 4:00am View    
No One??
Raj@88 23-Apr-13 13:25pm View    
Deleted
can anybody tell me the solution..plzz
Raj@88 23-Apr-13 12:55pm View    
i did this on update update..

double diff = 0;
if (txtdiffrence.Text != "")
{
diff = Convert.ToDouble(txtdiffrence.Text);
}
Raj@88 19-Apr-13 14:46pm View    
main ne solve kar diya hain problem...

anyways...thanx..

agar kabhi problem aayto...plz help me