I'm busy making an webbased udp communications application for communication with a hardware solution, for now everything works fine the messages i send from my webform arriving at the terminal and the terminals is responding. I can see the udp packages because i've installed ethereal.Now i want the reply message from the udp message i send be placed in a label txtPing, below is my source code but how can i realize this.public
{
groupEP.ToString(),
}
public
udpClient.Send(sendBytes, sendBytes.Length, ip, SendPoort);
lblStatus.Text =
txtPing.Text =
txtPing.Text +=
lblStatus.Text = err.Message;