Exemplo n.º 1
0
 public static string Wrapper2HTML(DataWrapper dw, string alttdclass, int maxchars)
 {
     return(WrapperFactory.Wrapper2HTML(dw, null, null, null, null, alttdclass, "1", "0", maxchars));
 }
Exemplo n.º 2
0
 public static string Wrapper2HTML(DataWrapper dw, int maxchars)
 {
     return(WrapperFactory.Wrapper2HTML(dw, null, null, null, null, null, "1", "1", maxchars));
 }