hi,
i want to use Socket in my application but I couldn’t because doesn’t defined Socket. It gives me this message: Socket is not defined.
Could anyone help me please?
Thanks
Printable View
hi,
i want to use Socket in my application but I couldn’t because doesn’t defined Socket. It gives me this message: Socket is not defined.
Could anyone help me please?
Thanks
Are you Importing the right namespace?
VB Code:
Imports System.Net.Sockets
plenderj, Thank u so much it is working now.
I am trying to bind a textbox on a webform, using code as follows:
TextBox1. Appendtext(…)
it is gives me error message: Appendtext is not a member of ‘System.Web.UI.WebControls.TextBox’
i have no idea how to solve this problem. Any assistance would be appreciated.