Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
H

himanshu2561

@himanshu2561
About
Posts
149
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Read the list of all open windows in client machine
    H himanshu2561

    Ashi777 wrote:

    I need to fetch the list of open windows, which all currently open in client machine. Though i did some finding and code is working in local web server, however this does not works if this hosted in remote machine.

    Yup that will happen because of the Asp.net nature.If you want this in client machine you have only one option that is ActiveX control... :)

    himanshu

    ASP.NET csharp linq design sysadmin security

  • blank forms submitting on server, all validations not working.
    H himanshu2561

    Hi Puneet, your code is fine and working.. Just make sure Java script is enabled in your browser

    himanshu

    ASP.NET sysadmin help

  • blank forms submitting on server, all validations not working.
    H himanshu2561

    er.puneet wrote:

    I have also put validations on that form...but the validations are not working.

    What type of validations you have used?? If these are javascript validation make sure JS is enabled on your browser..Also post your code for better understanding of your problem

    himanshu

    ASP.NET sysadmin help

  • url hide
    H himanshu2561

    Hi, Try Url Rewriting.Following Links might help you. http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx[^] http://www.simple-talk.com/dotnet/asp.net/a-complete-url-rewriting-solution-for-asp.net-2.0/[^]

    himanshu

    ASP.NET com tutorial

  • How to decrypt a password
    H himanshu2561

    Hi, You have asked this question so many times............:mad: Answer is same HASH IS ONE WAY ENCRYPTION

    himanshu

    ASP.NET algorithms cryptography help tutorial

  • Window Service memory leak
    H himanshu2561

    Thanks Luc for you reply

    Luc Pattyn wrote:

    80KB seems rather big for a message

    I also think so.

    Luc Pattyn wrote:

    fragmentation, the topic of my reply, is not caused by the amount of memory currently in use, it is caused by how the number and sizes of memory blocks evolve over time

    In that case if window service is idle for some time then why not garbage collector comes in picture and free the allocated memory

    himanshu

    C# help sysadmin performance tutorial

  • default.aspx.cs can not see classes added in App_Code folder
    H himanshu2561

    Hey Check this [http://msdn.microsoft.com/en-us/library/aa730880(VS.80).aspx](<a href=)[^]"> :)

    himanshu

    ASP.NET csharp linq design help question

  • default.aspx.cs can not see classes added in App_Code folder
    H himanshu2561

    freshers wrote:

    Just Create a new ASP.Net project you ll not get any namespace.

    Yup that i know.. But still you can manually add namespace to you page

    himanshu

    ASP.NET csharp linq design help question

  • default.aspx.cs can not see classes added in App_Code folder
    H himanshu2561

    Chesnokov Yuriy wrote:

    but it is in the same namespace and should be visible as in C# projects.

    Yes,it will work. Check the namespace. Is it same? May be bymistake you have used different namespaces .Just check that.. :)

    himanshu

    ASP.NET csharp linq design help question

  • random number generation
    H himanshu2561

    Hi Use Random class like

    Random r = new Random();

    givya wrote:

    in my application i need to provide a default password if the user forgets the password

    IMO ,If possible try to provide forgot password functionality like [Hint Question or Alternate Email]...

    himanshu

    C# csharp help tutorial lounge

  • Window Service memory leak
    H himanshu2561

    Thanks buddy..... Please look at my reply to Luc for futher clsssification of my problem.

    himanshu

    C# help sysadmin performance tutorial

  • Window Service memory leak
    H himanshu2561

    Thanks Luc for sharing your knowledgw with us.

    Luc Pattyn wrote:

    Here are some candidates for large objects: - images - arrays in general - large strings (TextBox/RichTextBox often is a culprit, as it requires the concatenation of all its text) - StringBuillders and all kinds of collections since these typically are implemented as arrays as well; such objects get an initial capacity, and when insufficient, their array gets reallocated with twice the size.

    But possibility of above scenarios are not there in case of my window service. In my case , i am calling a web service which puts the message in the IBM MQ.Exception comes whenever i attemp to call the web service method. (1)One possible cause for exception might be that the message size is very big :confused:... waiting for your views on that (2)Also, is it possible to monitor the memory used be window service(something with performance counter or some other way) ??? (3)For immediate solution should i restart my production server or restarting of window service do the trick...

    himanshu

    C# help sysadmin performance tutorial

  • Window Service memory leak
    H himanshu2561

    Hi i have number of window services running on production server(Window server 2003 dedicated for window services).Everything was running fine from last 6 months but now some services start giving error System.OutOfMemoryException. I think this issue is due to memory leaks.Now my questions are (1)For immediate solution restarting of window services is enough or i have to restart the Production server. (2)How to find the possible cause of memory leak and suggestion for possible causes of memory leak

    himanshu

    C# help sysadmin performance tutorial

  • Get BIOS Date
    H himanshu2561

    Hi Try this <pre>             RegistryKey RK = Registry.LocalMachine;             RK = RK.OpenSubKey("HARDWARE\\DESCRIPTION\\System\\");             Object Date = RK.GetValue("SystemBiosDate");             string ss = Date.ToString(); </pre>

    himanshu

    C#

  • How to persist clientside values
    H himanshu2561

    Hi, In that case you have to strore these values in hidden field and bind the dropdown again.

    himanshu

    ASP.NET tools tutorial question

  • get primary key value [modified]
    H himanshu2561

    asp:TemplateField                                                 <ItemTemplate>                                                       <asp:Button runat="server" CommandName="BtnUpdate" CommandArgument='<% Eval("PrimaryKeyField") %>' />                                                 </ItemTemplate>                                              </asp:TemplateField>

    himanshu

    ASP.NET database help

  • i want to write an application use sanner
    H himanshu2561

    _Maxxx_ wrote:

    My rates are $120 (US) per hour

    Mine $119.50 (US) per hour

    himanshu

    C# help

  • Error
    H himanshu2561

    KhandelwalA wrote:

    I did that

    But in the code you have posted above,i cannot find where you have done that.

    himanshu

    ASP.NET database design help

  • Error
    H himanshu2561

    KhandelwalA wrote:

    txt.ID = "TextBoxID" + counter2.ToString

    As i told you in previous post dont use counter2. Instead create a new counter(c1) and increament it in your for loop. txt.ID = "TextBoxID" + c1.ToString

    himanshu

    ASP.NET database design help

  • Panel
    H himanshu2561

    hi this error is quite obvious because when datareader read second row from database counter2 in your for loop will again have same value. So, declare one counter before while loop and increament that counter in for loop.this will solve your problem

    himanshu

    ASP.NET database design help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups