string sqlstr = amp;quot;select * from ExtendMail where UserID= 1amp;quot;;
DataSet ds = new DataSet(); ds = userinfo.GetDateSet(sqlstr, amp;quot;tabamp;quot;);
for (int i = 0; i amp;amp;lt; ds.Tabl ...……
am in a need to intercept all of the html that will be sent to the browser and replace some tags that are there. this will need to be done globally and for every view. what is the best way to do thi ...……