i want to create List
List
autoHide.insert or Add ("Yes", true);
autoHide.insert or Add ("No", false);
how can i make it possible for me ? please reply soon its urgent
Thanks.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Mar 21, 2012, 12:21 PM
Jignesh TrivediPosted Mar 21, 2012, 3:21 AM
List
below code just add in list
autoHide.Add(true);
below code add value in perticular index.
autoHide.Insert(0, true);
Hope this is answer of que.