W
WebBuilder451
I'm working n a helper class for pages and i thought this would handy, but
i'm not sure if it's possible. It would need to take the args as a dynamic
variable list.
fn(gv1,gv2,gv3,...gvN);
private void fn (List<GridView> gvl)
{
.....
loop or do what ever you need to using the list
.....
}
it's a thought. Any ideas?
--
(i''ll be asking a lot of these, but I find C# totally way cooler than vb
and there''s no go''n back!!!)
thanks (as always)
kes
i'm not sure if it's possible. It would need to take the args as a dynamic
variable list.
fn(gv1,gv2,gv3,...gvN);
private void fn (List<GridView> gvl)
{
.....
loop or do what ever you need to using the list
.....
}
it's a thought. Any ideas?
--
(i''ll be asking a lot of these, but I find C# totally way cooler than vb
and there''s no go''n back!!!)
thanks (as always)
kes