[Mono-aspnet-list] Table Cell asp.net adding problem
free young
rejinkumar at yahoo.com
Wed Jun 2 02:29:06 EDT 2010
When I use the following line of code in asp.net
int tc1 = holiTab.Rows[0].Cells.Add(new TableCell()); (where holiTab is a
asp.net table)
I got tc1=0 where there is no previous cell. but in mono I'm getting tc1=1 .
Since I'm planning to change an entire web application into mono, it will be
a set back as I need to re-write the entire code which create dynamic table
cells.
Is there any work around for this problem. If anybody have some idea, please
let me know. It would be a great help for me.
Mono version 2.4 on ubuntu 10.04 server , apache2 . original web app in dot
net 2.0 .
--
View this message in context: http://mono.1490590.n4.nabble.com/Table-Cell-asp-net-adding-problem-tp2239621p2239621.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
More information about the Mono-aspnet-list
mailing list