User Profile

Collapse

Profile Sidebar

Collapse
satyam90
satyam90
Last Activity: Mar 2 '09, 02:31 PM
Joined: Jan 20 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • satyam90
    started a topic How HttpWebRequest write works?

    How HttpWebRequest write works?

    I wrote a small client-server web application using ASP.NET . In this application, I am trying to upload/download files from client to server and viceversa. If the file size is small its working fine. But in Linux, when I am trying to upload a file (375MB) from the web interface, it times out after some time and returns "Storage Server out of space". Some times it also says "/temp/wwrun-temp-aspnet-0" folder was out of space....
    See more | Go to post

  • There is no direct way to have the application run on Mac. Instead there is open source application "Mono". Using mono, you can build your Dot net application on Mac and can run it. Visit Main Page - Mono and download the latest one.
    See more | Go to post

    Leave a comment:


  • satyam90
    replied to keypress event help!!
    sorry for the last reply. it won't work in C#. i was thinking about some other programming language and mentioned it in previously reply.
    Actual thing will something like below:

    For example you want to suppress the key "i"
    private void Form1_KeyDown(o bject sender, KeyEventArgs e)
    {
    if (e.KeyCode != Keys.i)
    {
    textbox1.Text = e.KeyCode;
    // Don't pass message to other controls...
    See more | Go to post

    Leave a comment:


  • satyam90
    replied to keypress event help!!
    Implement your own event to handler to handle key press event. then call parent key event handler and return false so that it won't display ur keystroke....
    See more | Go to post

    Leave a comment:


  • satyam90
    replied to XML Validation using XSD in IE 6.0
    in XML
    There is no "to" element in your xml. what ever sequence you mentioned in XSD, they must be in XML. Also in your xsd, you mentioned "to" is required, but the same is not available in xml. how can u expect that ur xml will be validated????
    See more | Go to post

    Leave a comment:


  • I am not talking about normal tooltip of a control. Over the task bar icons, something like yahoo messenger where a notification baloon will be shown when ever a new member login or logout, I am taling about such notifications.. ...
    See more | Go to post

    Leave a comment:


  • shell notify tooltip in task bar for my application

    I wrote a C# application which will have a icon in task bar. Also tooltip's in notification dialog are being displayed as and when needed.
    But problem occuring while displaying 2 tooltips simultaneously. Only 1 tooltip notification is being shown at a time. I think old notification is being closed/hidden.
    How to force my application to show all the tooltips and expire only when "X" on top right is clicked or display time ...
    See more | Go to post
No activity results to display
Show More
Working...