Search

You searched for the word(s): userid:808271

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.
Page 1 of 23 (227 items) 1 2 3 4 5 Next > ... Last ยป