Forum: ASP.NET Dec 10th, 2008 |
| Replies: 11 Views: 1,447 SqlDataAdapter da1=new SqlDataAdapter("select stateid,statename from statename where countryid=' country_id'",cn);
Try and fix this line cos you dont need to put the country_id within single and... |