1
Answer

convert the binary format file into excel file format

satish dubey

satish dubey

12y
2.2k
1
 Hi All,
i need help in C# coding of the windows appliction which changes the binary fomat file into text file or Excel file. we can browse the binary file and on button click event it will change the file. please help me out. 
Answers (1)
0
Roei Bar

Roei Bar

NA 7.8k 0 15y
use Page.Request.UserHostAddress;
Accepted
0
Ken Barrett

Ken Barrett

NA 173 0 15y
Ok, stupid me... this seems to work.

String hostName = System.Net.Dns.GetHostName();
lblIpAdr.Text = hostName ;