Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Grid? OR No??


Message #1 by marl@s... on Fri, 25 Oct 2002 20:06:23
Hi:

I can't decide whether or not to use this grid object.

I can't seem to get enough control over it.
The 3 things that I'm fighting w/ are:
1. I can't create onclick, mouseover, etc. for a given cell;
2. I can't get the Wrap property (and a few others to work);
3. I can't control the way the border looks.

Can I use server side C# like I used to use ASP on a regular table?
ex:
<%Do Until rs.EOF%>
<tr>
   <td onClick="DoJavaThing();"><%= rs("MyFld")%>"</td>
</tr>
<%rs.MoveNext
Loop%>

Thanks

  Return to Index