Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:808271
More Search Options
RSS Available
Matching Posts
TCP Client hangs at read
Hi , i am trying retrive data from a TCP server using a TCP client . My connection is successful ,and i am able to send the request. But i am unable to read the data back. It stops at read operation, if i set timeout it , it throws timeout exception after timeout. int k=stm.Read(bb,0 ,100 ); // hangs here infinitely. I am using the Client program given here http://www.codeproject.com/KB/IP/tcpclientserver.aspx Any help is appreciated. thanks
Posted to
Free For All
(Forum)
by
jsiddharthj
on 11/12/2009
Re: Xml using HTTPPost
I would prefer Serialization....but since my request and response XML are different , is it Wise to create a serializable class for Request and other class for deserializaing the Response. Please advice....Thanks
Posted to
Architecture
(Forum)
by
jsiddharthj
on 10/3/2009
Xml using HTTPPost
Hi , I need to send XML using HTTP Post. The request and response XML are slightly different. Whats is the best method to generate the XML. 1.Serialization & deserialization (Since my request & response XML are different do i need to create seprate classes for serilization and another for desrialization ) 2. XmlNode. Request XML <CW_Root> <Method> <SessionID>hgfghf</SessioId> </Method> </CW_Root> Response <CW_Root> <Method> <ResponseCode>hgfghf<
Posted to
Architecture
(Forum)
by
jsiddharthj
on 9/30/2009
Re: Count no of visitor
It can be done in Global.asax file using the application object. Either u can store value of appliaction in d/b or xml if u wish to use for some purpose. http://forums.asp.net/p/1049599/1479987.aspx http://www.aspfree.com/c/a/ASP-Code/Active-User-Count-Without-Globalasa-by-Josh-Painter/ Above article has some samples for something similar u wanna achieve. Thanks Sid
Posted to
State Management
(Forum)
by
jsiddharthj
on 8/22/2009
Re: Urgent: Session Collection - Empty!!??!
See that in IIS process is not getting recycled. http://msdn.microsoft.com/en-us/library/ms525803.aspx http://forums.asp.net/t/623320.aspx
Posted to
State Management
(Forum)
by
jsiddharthj
on 8/19/2009
Re: How can i manage Shopping Cart ?
Here is one example http://www.sitepoint.com/article/net-shopping-cart-datatables/ You can search more this can be done by couple of different approaches.
Posted to
State Management
(Forum)
by
jsiddharthj
on 8/11/2009
Re: Saving information
No Session_End won't execute in scenario's like session expires. Better to write or call a function expilicitly if session expires. this can be done using a cliebnt side script.
Posted to
State Management
(Forum)
by
jsiddharthj
on 8/3/2009
Re: Invalidate a User's Session (not the current user)
Since session is in sql , first step can be achieved by setting a flag in Sql d/b as user logs in. To achieve second step whenver a web page makes a d/b call check if the admin flag for session invalidate is active. In case admin invalidate a session display usea a message and call session.abandon in UI. Both these are more d/b driven approach. hope this helps.
Posted to
State Management
(Forum)
by
jsiddharthj
on 7/31/2009
Re: Question and advice on Web Page Security
Set a cookie in each page and check the cookie on subsequent pages in page load.
Posted to
Security
(Forum)
by
jsiddharthj
on 7/29/2009
Re: Using VS2005 dll in Vs2003
Actually client doesn't want to install 2.0 freamework. he stillw ants to run the app on .Net 1.1 framework. Any thoughts how this can be achieved.
Posted to
Visual Studio .NET 2003 and Visual Studio .NET 2002
(Forum)
by
jsiddharthj
on 7/28/2009
Page 1 of 23 (227 items) 1
2
3
4
5
Next >
...
Last ยป
TechNet Edge:
Empowering your teams with SharePoint
TechNet Edge:
TechNet Radio: Expert presents: Creating and Executing a Comprehensive 2007 Office Deployment
ASP.NET:
ViewModel Pattern for Silverlight - Options for Hooking a View to its Model
Channel 9:
Rx API in depth: Concat, Catch and OnErrorResumeNext
Channel 10:
PowerPoint Twitter Tools Updated
Channel 10:
Windows Live Messenger Arrives on Nokia Phones
Channel 9:
Peer to Peer Series Part 7: PeerChannel Basics
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
IIS.NET:
URL Rewriter and Reverse Proxy
TechNet Edge:
Forefront Secure Endpoint Demo and Interview
ASP.NET:
Resizing images from the server using WPF/WIC instead of GDI+
Silverlight:
Deploying your Silverlight and WCF RIA Services application
Channel 9:
Juan Chen and Nikhil Swamy: FINE, a Compiler for End-to-End Security Verification
IIS.NET:
DebugFinder
Channel 10:
Get the Outlook Hotmail Connector Beta
Channel 10:
MSN to Launch New Lifestyle Site from Wonderwall Creator
Channel 10:
Behind the Windows 7 Startup Animation
Channel 9:
Reactive Extensions API in depth: CombineLatest
Channel 9:
C9 Lectures: Dr. Graham Hutton - Functional Programming Fundamentals Chapter 11 of 13
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online