Click here to Skip to main content
15,891,316 members

Comments by MK_VEEE (Top 6 by date)

MK_VEEE 27-Sep-22 3:52am View    
Let'say if we have now textBox1.Text = DR1.GetValue(0).ToString(); textBox2.Text = DR1.GetValue(1).ToString(); textBox3.Text = DR1.GetValue(2).ToString(); and we want to loop all the textBox, then how to do that?
MK_VEEE 19-Sep-22 22:06pm View    
Opps sorry. And is not included.
MK_VEEE 19-Sep-22 4:00am View    
Hi, thanks for the suggestion.
My SP will return 3 rows for example,
EmployeeID GiftValue Acknowledge
101 12 1
102 11 0

And pls let me know how I can include picture here. Pls point me out if I missed out anything again.
MK_VEEE 8-Sep-22 1:38am View    
Yes, sorry that I was not able to make the explanation very well. However, based on your suggestion, I have fulfil the purpose by using MyTextBox.Text = resultFromSQL.ToString(); Thank you so much.
MK_VEEE 6-Sep-22 21:59pm View    
@OriginalGriff Could you pls explain in depth more?