Can I define an array such that the first element is String, the Second is an int and the third is a textbox?
It's like when we create a List we choose type of element List<string >
Update from Comment:
Sorry I couldnt explain.I need to like this
List<string,int,object>Firstly i will set type and when i call the list i will not need to cast
thanks