User Profile

Collapse

Profile Sidebar

Collapse
rvarshney
rvarshney
Last Activity: Oct 5 '11, 10:42 AM
Joined: Feb 16 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rvarshney
    replied to resume
    in .NET
    Hi,
    If the application is working in localhost but not on webserver there can be these possibilites in my opinion:
    1. You have not given access to read/write to the UserResumes directory. So the application is failing for writing the given resume.
    2. Your Office components are not properly installed on the server.

    Try to eliminate the above two. As far as I know, if server is working fine, client should not have...
    See more | Go to post

    Leave a comment:


  • rvarshney
    replied to 3 questions ... Hello
    To write your any question's answer, One has to write many books of 1000 pages. :)

    The questions are basically the development of some big applications using web technologies.
    If you know well any one of the server side script (ASP.NET, ASP, PHP, JSP, etc) and (DHTML, HTML, XHTML) and Javascript and possibly AJAX, you should be able to develop the above system in months. However search the net, you should be able to find some...
    See more | Go to post

    Leave a comment:


  • rvarshney
    replied to gloablization
    What I understand from your problem is, "You want to display UI to change Globalisation settings on any page of your website."

    If such is the case, you can create a user-control and put it on every page. This is simple but stupid solution and should be ok if you have lesser no. of pages.
    Another solution is to employ Base controller pattern where you can generate the correspoding UI before rendering your page.
    See more | Go to post

    Leave a comment:


  • rvarshney
    replied to Rich Textbox in ASP.NET 2.0
    Hi,
    There are two sets of controls with .net framework. One that work with Windows Forms. Another that work with Web pages.

    The control "RichTextBo x" is meant to work with Windows Forms. Hence it is not available in Web technologies.

    However, you can create your own control that works like RichTextBox with javascript and DHTML. but it is a tough task.
    See more | Go to post

    Leave a comment:


  • rvarshney
    replied to Grid loading is slow
    Another thing that you can do is not to enable its ViewState, if your design allows.
    See more | Go to post

    Leave a comment:


  • rvarshney
    replied to How to CRLF in MessageBox
    When you say "\\r\\n" , it should print "\" instead of "\\". so they are treated as 4 characters not the two.

    as said, Environment.New Line is the best option to cope with this.
    See more | Go to post

    Leave a comment:


  • rvarshney
    replied to String Manipulation in .net using C#
    in .NET
    Hi,

    RegularExpressi ons are the best way to do this...

    alternatively you can look at the APIs of System.Xml namespace where you can load an xml string and can analyze them in the way you wish.

    Hope this helps.
    See more | Go to post

    Leave a comment:


  • rvarshney
    replied to "Error creating window handle." Exception
    in .NET
    Thanks for the reply,

    The applicaition has used unmanaged code a lot (C/C++ --> Managed C++ --> C#). however, as far as UI part is concerned, it is largely in mananged code.
    The application fails inside System.Windows. Forms.dll while doing some of the most stupid tasks, like
    in "System.Windows .Forms.Timer.St art"
    in "Controls.Visib le = True"

    I am uanble to find out exact...
    See more | Go to post

    Leave a comment:


  • rvarshney
    started a topic "Error creating window handle." Exception
    in .NET

    "Error creating window handle." Exception

    Hi All,
    Sometimes my application crashes with the exception

    Exception type: System.Componen tModel.Win32Exc eption
    Message: Error creating window handle.

    My Question to you guys are:
    1. I am not able to find out the root cause of it. Can somebody help me out?
    2. How can I find the total window handle count?
    If I open crash dump and run the command !handle, it provides me 792 handle...
    See more | Go to post

  • Solution Explorer is not the .net 2.0 feature. It is Visual Studio 2005 feature. To open Solution Explorer Click View->Solution Explorer.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...