Hi all!
I have created a web form in which I have a listbox and a button.I populated the listbox at form load and then I select an listbox item.When I go to the button click event, I don't get the listbox.item as selected though I select it.What is the problem?
appreciate any kind of...
Thank you.
But I have a fe questions about how to set that message I am sending via the network.
We agreed on a protocol to send data.
It goes something like this.The first bit is failure or success and next 4 bits are command that we need and so on and so forth and then the actual data.The...
How are integers sent to a client/server on linux machines.Is it 2nd byte first and then the first byte (or) Is it in the same order as the integer is? Thanks in advance.
vijraj
Hi all!
1)How should I send bits or bytes to/from a server from/to a client in c language.
2)How should I make a connection on a socket from client to server?What is this Port id.
Is it already present or is it a number that we decide on.Please clarify my doubts.Thanks in advance.
vijraj.
Hi all!
I am trying to add a few strings to a listbox and using String.format to format the string being added.
Sample:
listBox1.items.add("{0,-15}{1,-15}{0,-15}{0,-15}{0,-15}{0,-15}{0,-15}",str1,str2.str3,str4,str5,str6,str7);
When I use this in a loop to add items,they don't allign with the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.