No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Well, can someone help me with regular expressions?? It's look, I need RE that block textBox empty. I tried everything, but I failed. So I did code something like this: This code below work very well. '''---------------------------------------------- Protected Sub editarNodeButton_Click(ByVal sender As Object, ByVal e As EventArgs) Handles editarNodeButton.Click Try …
Staff, Why don't you do create DataTable to store the data separately, then to create the DataTable is just using a "for" Then you have something like this: ''----------- dim dataArray as ArrayList = GetData(); for integer i = 0 to dataArray.count - 1 { Row = table.NewRow(); Row["ID"] = …
The End.