Click here to Skip to main content
15,896,912 members

Comments by Rams@music (Top 26 by date)

Rams@music 27-Oct-15 2:46am View    
thank u this is working
and iam try with this. i got result but yours is more preferable
if(ds.Tables[0].Rows[0]["COMPANYID"].ToString()=="")
{
com_id = 0;
}
else
{
com_id=Convert.ToInt32(ds.Tables[0].Rows[0]["COMPANYID"]);
}
Rams@music 26-Oct-15 5:44am View    
thanks i got output.
Rams@music 26-Oct-15 5:23am View    
hi thanks for reply.
my image url path is correct. iam use this one in design page it showing the image. but when i try this one with backend with string builder it not show the image. how can i solve
Rams@music 26-Oct-15 5:13am View    
thanks for reply.
i try with these two but same result image is not displayed
Rams@music 12-Oct-15 23:56pm View    
Thank you