List View Coding
-
Hello Every body. i cant add the data from the text boxes in the list veiw. i have checked it but i cant. can any one please tell me the coding. thanks and with best regards. Usman
-
Hello Every body. i cant add the data from the text boxes in the list veiw. i have checked it but i cant. can any one please tell me the coding. thanks and with best regards. Usman
We'll need a bit more detail about how you are using the listview to completely answer your qeustion. Some things like what mode the ListView is in? Are you using columns? What's the error your getting? Also, how about posting what code you have so we can tell you what your doing wrong? The basic add to a ListView from a TextBox:
ListView1.Items.Add( TextBox1.Text )
RageInTheMachine9532
-
Hello Every body. i cant add the data from the text boxes in the list veiw. i have checked it but i cant. can any one please tell me the coding. thanks and with best regards. Usman
List1.AddItem Rs2.Fields("name")