SgDotNet
Singapore Professional .NET User Group -For Cool Developers
All Tags » ASP.NET (RSS)

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • ASP.NET Custom Application Quiescing

    Hi, Anybody know how to do Quiescing in ASP.NET custom applications?Quiescing refers to blocking all new ASP.NET Request and still continue processing existing requests until it ends. I need such functionality to be aible to do backup and archival online through an administrator module.I dont want existing...
    Posted to ASP.NET (Forum) by hendry on 06-26-2008
  • www.dotnetvideos.net releases Implementing Optimistic conncurrency etc., in ASP.NET 2.0 Tutorial videos..

    Hi all, www.dotnetvideos.net giving away FREE Apress books listed below and also $495/- productivity toolset from Syncfusion for FREE. In addition, I would also like to inform you that I found out from their news letter that www.dotnetvideos.net added 11 more new videos to its web site for Editing and...
    Posted to Products & Services (Forum) by venkat443 on 05-15-2008
  • ASP.NET & SQL 2005 hosting in Singapore

    Hi, Could anyone please advice or recommend any good asp.net & SQL 2005 hosting in Singapore? By the way, can anyone also advice http://community.sgdotnet.org/forums ? Is it hosted in Singapore or outside of Singapore? Appreciate your advices. Thanks
    Posted to Infrastructure (Forum) by kyawlo on 12-10-2007
  • TO SEND Text message or URL through Clickatell

    WebClient wbcRingtone = new WebClient(); // Add a user agent header in case the requested URI contains a query. // http://www.hanusoftware.com wbcRingtone.Headers.Add("user-agent","Mozilla/4.0(compatible;MSIE 6.0;Windows NT 5.2; .NET CLR 1.0.3705;)"); wbcRingtone.QueryString.Add("user"...
    Posted to ASP.NET (Forum) by hanusoftware on 07-18-2007
  • Get callerId

    I am working in a project for Fast-Food shops and i want to get the incoming call number. Is there a way to get the caller's id number and use it to an application? Any help please? Thanks in advance!!!!
    Posted to ASP.NET (Forum) by adch.sg on 07-16-2007
  • Code to encrypt the Password or any string

    /// <summary> /// Thsi method retrieve the string to encrypt from the Presentation Layer /// And return the Encrypted String /// </summary> /// <param name="str"></param> /// <returns></returns> public string encryptPassword(string strText) { return Encrypt...
    Posted to ASP.NET (Forum) by hanusoftware on 07-11-2007
  • encrypt and decrypt query string

    This code has been used to encrypt and decrypt query string .No matter what the lenght of the url is ,this code will encrypt the key and the value the query string into 25 digit using System; using System.Collections.Generic; using System.Text; using System.Collections.Specialized; using System.Collections;...
    Posted to ASP.NET (Forum) by hanusoftware on 07-02-2007
  • writing javascript in asp.net server side.

    how do i generate javascript on the code behind file? i read something abt page.clientscript.registerstartupscript. but its not working.. i need a variable from DB to pass on to javascript.. thank you..
    Posted to ASP.NET (Forum) by aaronlzw21 on 05-28-2007
  • How to clear @outputcache of user controls?

    Hi, Can any of the experts here help me with this? I have an aspx page with a few user controls which has the <%outputcache%> set to cache the for anything between 30s to an hour depending on the nature of their content. While clearing the outputcache of a page is relatively easy, I can't seem...
    Posted to ASP.NET (Forum) by ckiang on 11-23-2006
  • [SG] ValidTextBox server control for VS 2005

    ASP.NET Web developers, are you tired dragging and dropping validator controls to the textbox that needs to have validation against user inputs on Web. It might be said time and effort-consuming to have validation checking in textboxes using ASP.NET 's shipped-in validator controls like RequiredFieldValidator...
    Posted to ASP.NET (Forum) by alvinz_c on 11-17-2006
Page 1 of 1 (10 items)
Copyright SgDotNet 2004-2008
Powered by Community Server (Commercial Edition), by Telligent Systems