Gaurav Raj

Gaurav Raj

  • NA
  • 475
  • 83.2k

myiframe are not load data on first time click ,but again

Sep 19 2017 2:51 AM
my iframe are not load data on first time click ,but again i click it load database why
 
This is my code please help me
  1. protected void TotalComment_Click(object sender, EventArgs e)  
  2. {  
  3. HtmlControl frame1 = (HtmlControl)FindControl("irm1");  
  4. string Id = ((Button)sender).CommandArgument;  
  5. frame1.Attributes.Add("src""BlogPost.aspx?BlogId="+Id);  
  6.   
  7. }