I heard from my colleagues. I tried it later. It worked well!
When the table contains a link element
For example:
< TD Align = "Left" Class = "Mess_see" > < A Style = "Display: block; width: 100%" Onclick = "Setonerowread ('<% # databinder. eval (container. dataitem ," Messageid "). tostring () % > '); "Target = _ blank href ="/controls/commcenter/commmainframe. ashx? Oppositeid = <% # Databinder. eval (container. dataitem,"Senderid"). Tostring () %> & Msgid = <% # Databinder. eval (container. dataitem,"Messageid"). Tostring () %> "> <% # Databinder. eval (container. dataitem,"Subject"). Tostring () %> < Span Class = "Summ_txt" > <% # Databinder. eval (container. dataitem,"Simplebody"). Tostring () %> </ Span > </ A > </ TD >
If you add a style to <A> </a>Style= "Display: block; width: 100%"When you click a blank space, it is equivalent to clicking a link.
You can adjust it to the page to which it points. If you do not add this style, click the blank area and there is no response.
If you only add
Style= "Display: block ;"
Valid only in Firefox, and invalid in IE. Valid if width: 100% is added to ie!