Click here to Skip to main content
15,889,281 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Get Client side memory amount and available hard drive space? Pin
#realJSOP29-Jun-09 23:41
mve#realJSOP29-Jun-09 23:41 
AnswerRe: Get Client side memory amount and available hard drive space? Pin
r a m e s h29-Jun-09 22:50
r a m e s h29-Jun-09 22:50 
GeneralRe: Get Client side memory amount and available hard drive space? Pin
#realJSOP29-Jun-09 23:43
mve#realJSOP29-Jun-09 23:43 
QuestionHow to contorol the file sharering using ASP.Net/C# ...? Pin
Mtyb29-Jun-09 8:59
Mtyb29-Jun-09 8:59 
AnswerRe: How to contorol the file sharering using ASP.Net/C# ...? Pin
Christian Graus29-Jun-09 10:17
protectorChristian Graus29-Jun-09 10:17 
QuestionDetect Installed DotNet From Web Page? Pin
#realJSOP29-Jun-09 8:21
mve#realJSOP29-Jun-09 8:21 
AnswerRe: Detect Installed DotNet From Web Page? Pin
Blue_Boy29-Jun-09 8:27
Blue_Boy29-Jun-09 8:27 
QuestionTCP/UDP Raw commands Pin
tiran_kaskas29-Jun-09 5:48
tiran_kaskas29-Jun-09 5:48 
Hi Am trying to make a Socket web application for testing purposes.
I have sorted out how to use the socket appropriately and it seems like working fine.
One thing I did not figure out how to do is:

I use, for example, the following when creating a socket:
<br />
                //create the listening socket...<br />
                m_socListener = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);<br />
<br />
                IPEndPoint ipLocal = new IPEndPoint(IPAddress.Any, m_Port);<br />
                    //bind to local IP Address...<br />
                    m_socListener.Bind(ipLocal);<br />
                    //start listening...<br />
                    m_socListener.Listen(4);<br />
                    // create the call back for any client connections...<br />
                    m_socListener.BeginAccept(new AsyncCallback(OnClientConnect), null);<br />


I get the data after the Socket strip the ip/tcp headers.
I am interested in that headers, is there a way I can get it?
QuestionVisual Studio 2008 with Crystal Reports 2008 Pin
Battlehammer29-Jun-09 4:33
Battlehammer29-Jun-09 4:33 
AnswerRe: Visual Studio 2008 with Crystal Reports 2008 Pin
Battlehammer8-Jul-09 7:10
Battlehammer8-Jul-09 7:10 
QuestionProblem when loading an aspx page from ascx Pin
tiran_kaskas29-Jun-09 3:05
tiran_kaskas29-Jun-09 3:05 
AnswerRe: Problem when loading an aspx page from ascx Pin
DoctorMick29-Jun-09 3:13
DoctorMick29-Jun-09 3:13 
AnswerRe: Problem when loading an aspx page from ascx Pin
Muhammad Gouda29-Jun-09 3:23
Muhammad Gouda29-Jun-09 3:23 
GeneralRe: Problem when loading an aspx page from ascx Pin
tiran_kaskas29-Jun-09 3:26
tiran_kaskas29-Jun-09 3:26 
GeneralRe: Problem when loading an aspx page from ascx Pin
tiran_kaskas29-Jun-09 3:41
tiran_kaskas29-Jun-09 3:41 
QuestionRe: Problem when loading an aspx page from ascx Pin
Muhammad Gouda29-Jun-09 4:13
Muhammad Gouda29-Jun-09 4:13 
AnswerRe: Problem when loading an aspx page from ascx Pin
tiran_kaskas29-Jun-09 4:27
tiran_kaskas29-Jun-09 4:27 
GeneralRe: Problem when loading an aspx page from ascx Pin
tiran_kaskas29-Jun-09 5:03
tiran_kaskas29-Jun-09 5:03 
GeneralRe: Problem when loading an aspx page from ascx Pin
DoctorMick29-Jun-09 5:24
DoctorMick29-Jun-09 5:24 
GeneralRe: Problem when loading an aspx page from ascx Pin
tiran_kaskas29-Jun-09 5:27
tiran_kaskas29-Jun-09 5:27 
GeneralRe: Problem when loading an aspx page from ascx Pin
Muhammad Gouda29-Jun-09 20:46
Muhammad Gouda29-Jun-09 20:46 
QuestionQuerying carriage return fields Pin
eyeseetee29-Jun-09 2:57
eyeseetee29-Jun-09 2:57 
AnswerRe: Querying carriage return fields Pin
Niladri_Biswas29-Jun-09 6:08
Niladri_Biswas29-Jun-09 6:08 
Questionautomating microsoft word file using vb.net Pin
trimandir prajapati29-Jun-09 1:27
trimandir prajapati29-Jun-09 1:27 
AnswerRe: automating microsoft word file using vb.net Pin
Manas Bhardwaj29-Jun-09 1:37
professionalManas Bhardwaj29-Jun-09 1:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.