-
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...
-
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...
-
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
-
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"...
-
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!!!!
-
/// <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...
-
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;...
-
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..
-
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...
-
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...