blah blah blah is here! blah blah » Close

0
votes
1 answers

System.Xml.XmlException: Root element is missing.

Hi..I am using a RSS Datasource (provided by rsstoolkit of asp.net) to retrieve the list of latest newspaper articles and display them in a list view..I have three URL from which I am retrieving the articles..when I click on the first URL.. ...

0
votes
1 answers

Error converting data type nvarchar to float

Here is the code: protected void Button11_Click(object sender, EventArgs e) { String usr = Membership.GetUser(false).ToString(); int x, count = 0, avail_shares,num; float t_c, c_p, c_t,ret,co ...

Feedback