Aqua-Soft Forums: Can You Help Me - Aqua-Soft Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Can You Help Me Rate Topic: -----

#1 User is offline   manju Icon

  • Group: Member
  • Posts: 1
  • Joined: 13-March 09

Posted 13 March 2009 - 01:21 PM

DataSet ds = new DataSet();
ds = Testimonial.getRandomTestimonials();
if (ds.Tables.Count > 0)
{
if (ds.Tables[0].Rows.Count > 0)
{
lblTestimonials.Text = ds.Tables[0].Rows[0]["comments"].ToString();
imgbtnTestim.PostBackUrl = "ReadTestimonial.aspx?id=" + ds.Tables[0].Rows[0]["temp_id"].ToString();
}
else
{
lblTestimonials.Text = "No Testimonial Yet.";
}
}
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic