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
R

randz

@randz
About
Posts
22
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • "It's time for a phone to save us from our phones"
    R randz

    :laugh:

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code. *http://dotnetrandz.blogspot.com*

    The Lounge question

  • Visual Source Safe - Delete project add project
    R randz

    at least you won't have to throw your computer across the room now :-)

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code. *http://dotnetrandz.blogspot.com*

    IT & Infrastructure csharp visual-studio help

  • How to be a Project Manager or architecture ?
    R randz

    Thanks for the links.

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code. *http://dotnetrandz.blogspot.com*

    IT & Infrastructure architecture help tutorial question

  • how to remove toolbar at runtime
    R randz

    It is not possible to programmatically hide the menubar or toolbar on a window that is already open. I found similar JS from the net but it is for Netscape:

    function showmenu()
    {
    netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite");
    window.menubar.visible=true;
    window.directories.visible=true;
    window.statusbar.visible=true;
    ...

    and I do not know if it works. (who's using Netscape anyway? Official support for Netscape ended on March 1st, 2008.)

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code. *http://dotnetrandz.blogspot.com*

    modified on Friday, March 26, 2010 4:00 AM

    ASP.NET tutorial

  • Help needed on active directory login
    R randz

    Are there any other information that you can gather, other than the "Unable to establish secure connection with the server."? Can you check at runtime if you code is actually connecting to sdmcet.sdmcet.cse and negotiating with authentication? This error can be due to the fact that sdmcet.sdmcet.cse cannot be found. You may opt to use IP address instead of sdmcet.sdmcet.cse. Also, "secure" connection usually means your URI should include S (LDAPS://) instead of plain LDAP://.

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code. *http://dotnetrandz.blogspot.com*

    ASP.NET windows-admin csharp visual-studio sysadmin help

  • RSA SecurID + ASP.Net
    R randz

    I am not sure exactly how to implement this on ASP.NET but I think you can have some idea from this article: Why and how to implement SecurID Authentication[^]. From my experience as SecureID user (not a developer), SecureID is used as a first layer of security that makes sure I am authorized to access the login page of a resource that I am trying to access. Second layer of security is the login page itself of the resource (webpage, network share, etc). No links to any API, though. I am interested in implementing SecureID on my future projects as well, so I am monitoring this post. :-)

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code. *http://dotnetrandz.blogspot.com*

    ASP.NET csharp asp-net tutorial

  • Javascript function Calling from Dynamically creating button click event
    R randz

    no problem. :)

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code. *http://dotnetrandz.blogspot.com*

    ASP.NET javascript

  • Javascript function Calling from Dynamically creating button click event
    R randz

    Hi sekannak, you can add onclick attribute to the button before adding it to the placeholder. dim btn as new button dim pclHolder as new placeholder btn.attributes.add("onclick","alert('hello');") plcHolder.Controls.Add(btn) hope this helps.

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code. *http://dotnetrandz.blogspot.com*

    ASP.NET javascript

  • Are ATM transactions in your country charged?
    R randz

    Same in my bank here in the Philippines. Withdrawing cash from ATM Machines of the bank where you hold your account is free (I think, but I am not sure, there is a limit for number of free withdrawals per month). Withdrawing from ATM Machines of other banks using the same network as your bank charges between Php10 - Php15.00. For example, Bank A (your bank) is using Expressnet, you can withdraw from other ATM Machines connected to Expressnet for a fee(Php10 - Php15.00). But if try to withdraw from an ATM Machine that is not connected through the Expressnet, say for example, the ATM Machine is connected to Megalink, you will be charged using Cirrus network which is in US$. Typically you will be charged at around Php250 - Php280 per transaction depending on the peso-dollar rate. I am not sure the exact dollar amount of charge per Cirrus transaction.

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code. *http://dotnetrandz.blogspot.com*

    The Lounge php com business question

  • WARNING: After Installing The New Framework 3.5 SDK - VS2008 XAML Intellisense No Longer Works
    R randz

    :laugh:

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code. *http://dotnetrandz.blogspot.com*

    The Lounge help csharp visual-studio wpf php

  • Is It Possible to Install/Add Windows Workflow Designer without Having Visual Studio?
    R randz

    Thanks Joachim. Great find. :-D

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code. *http://dotnetrandz.blogspot.com*

    WCF and WF csharp question visual-studio com workspace

  • Is It Possible to Install/Add Windows Workflow Designer without Having Visual Studio?
    R randz

    Karl Shifflett wrote:

    I did a search for you and found this answer: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1908906&SiteID=1\[^\]

    Gee, thanks. I also did some searching before I posted here but I guess, I haven't searched harder. Thank you for the link.

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code. *http://dotnetrandz.blogspot.com*

    WCF and WF csharp question visual-studio com workspace

  • Is It Possible to Install/Add Windows Workflow Designer without Having Visual Studio?
    R randz

    This may be a dumb :-\ question but an honest one. :-D If I am just using Express Editions of Visual C# or Visual Web Developer, can I still install/use Windows Workflow Designer?

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code. *http://dotnetrandz.blogspot.com*

    WCF and WF csharp question visual-studio com workspace

  • Woohoo!
    R randz

    leppie wrote:

    Our whole division was retrenched. As long as we have no loose ends, we can have immediate notice

    Wow, that's cool.

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code. *http://dotnetrandz.blogspot.com*

    The Lounge career php css visual-studio com

  • Lefty or righty?
    R randz

    I'm a lefty. I use my left hand to write, target practice, swing a bolo, solder and carry stuff. I use my right hand to use a mouse/touchpad and throw a javelin.

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code. *http://dotnetrandz.blogspot.com*

    The Lounge com question announcement

  • I'm going to be a father!
    R randz

    Congratulations. I can see that CodeProject is really growing. :-) Good luck!

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code. *http://dotnetrandz.blogspot.com*

    The Lounge

  • improve performance of website
    R randz

    Maybe Subbu is talking about Request.InputStream.Length?

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code.

    ASP.NET database tools performance question code-review

  • Query not returning distinct value
    R randz

    i agree with ritu4321. but if you intend to remove trailing or preceding space, you can use rtrim or ltrim. But please note that ltrim and rtrim does not remove extra spaces within the string, only those at the beginning (for ltrim) and those at the end (for rtrim). Hope this helps.

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code.

    Database database

  • dynamic html page source
    R randz

    There is a good article here on The Code Project that do things very similar to your requirements. You can check it http://www.codeproject.com/useritems/WebPageSourceTransmitter.asp[^].

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code.

    Article Writing php html

  • get/set accessors keep resetting
    R randz

    Hi Goalie35, I have a naive question for you. I seek to learn too, on this topic. I noticed on the Page_Load of your example, you have instantiated a new TestGridControl object and assigned it a value. But was the new instance added to the page's control collection?

    Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code.

    ASP.NET database design help question
  • Login

  • Don't have an account? Register

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