Click here to Skip to main content
15,919,341 members

Comments by Member 12836035 (Top 7 by date)

Member 12836035 5-Jul-17 3:02am View    
i tried but not getting..am able to view only maindiv.
the child divs are not created. whether we can use appendchild in typescript..?
Member 12836035 10-Feb-17 5:23am View    
updated question
Member 12836035 10-Feb-17 5:17am View    
have updated question
Member 12836035 10-Feb-17 4:40am View    
ok.thank you..it worked..when i added this..
newdiv.Attributes.Add("onClick","redirect('" + customerid + "')");

function redirect(id) {
window.location = "Home.aspx?Id=" + id;

}
Member 12836035 8-Feb-17 1:19am View    
i have written the earlier codes inside OnInit event.
wrote this too,but its not getting redirected.