Click here to Skip to main content
15,920,053 members

Comments by Jondo24shoots (Top 4 by date)

Jondo24shoots 9-Oct-10 0:15am View    
i have done all that u've stated but i want to create an IList and populate it with value from textboxes dynamically e.g

IList<string> list = new IList<string>()
list.Add(new String{Textboxname=value, Textboxname = value});

Something close to this But when u click the button it should be able to be adding the value to the GridView It should also be able to remove from the gridview
Jondo24shoots 9-Oct-10 0:08am View    
i have done all that u've stated
but i want to create an IList and populate it
with value from textboxes dynamically

e.g

IList<string> list = new IList<string>()
list.Add(new String{Textboxname=value, Textboxname = value};

Something close to this

But when u click the button it should
be able to be adding the value to the GridView
It should also be able to remove from the gridview

etc
Jondo24shoots 29-Jul-10 12:46pm View    
Thanks for your concern but i've gotten another way
to do it and i've posted it
Jondo24shoots 26-Jul-10 12:03pm View    
Thanks alot. It worked perfectly