aspx thread: Grid? OR No??
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
|





