הסתדרתי, אבל אשמח לחו"ד נוספת
שירשרתי את האוביקט כtext
td=new TableCell(); string QuerstringId=ds.Tables["ForumSubject"].Rows["Id"].ToString(); td.Text="<u><a href='ShowMainMes.aspx?id=" + QuerstringId + "' style='color:#000099'>"+ds.Tables["ForumSubject"].Rows["SubTitle"].ToString()+"</a></u><br>" + ds.Tables["ForumSubject"].Rows["info"].ToString(); tr.Cells.Add(td);
זה לגבי אוביקטים שהם לא runatserver מה קורה אם אני רוצה לשרשר לדוג אוביקט textbox וbutton שהם כן runatserver לתוך אותו cell?