Search

You searched for the word(s): userid:655132

Matching Posts

  • What is the concept of an Online Reminder Service in ASP.NET, SQL ?

    I want to develop an Online Reminder service in ASP.NET 2.0 (C#) and SQL2005. But I am not getting the concept of reminder service. What I know is using an online reminder service I can schedule a reminder for future dates, which is sent to me (who schedule reminder) via email or SMS on that date. But in asp.net how to do this, caz anyone can schedule a reminder for any date, how we'll know that when to send that mail to the person. We have to put some loop or what. So please guide me, what is
  • Why I am getting this error ??

    Hi, I have installed Visual Studio .NET 2005. But when I am trying to execute an asp.net application then I am getting the following error! Click here to view screenshot of the error I am getting Can anyone please tell me the solution of this problem. As we know there is embedded Web development server inside VS2005 then why its giving me this error?? Thanks.
    Posted to Installation and Setup (Forum) by prashant_victory@hotmail.com on 2/19/2009
    Filed under: asp.net 2.0 error
  • How to implement "yahoo speeding rules" in ASP.NET??

    Hi, Yahoo provided some best pratices for speeding up the website, http://developer.yahoo.com/performance/rules.html . I'm using ASP.NET 2.0 (C#) , I want to know how to implement the following listed rules in my ASP.NET web app. Gzip Components: http://developer.yahoo.com/performance/rules.html#gzip Configure ETags: http://developer.yahoo.com/performance/rules.html#etags Flush the Buffer Early: http://developer.yahoo.com/performance/rules.html#flush Add an Expires or a Cache-Control Header:
    Posted to Getting Started (Forum) by prashant_victory@hotmail.com on 1/15/2009
    Filed under: speed, asp.net, C#, yui, performance
  • Re: How to generate Capticha Code ?

    Hi Shantanu, Thanks, for your reply, your code is perfect, I modified it little bit according to my needs. Thanks. using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; //external namespaces using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; public partial class
  • How to generate Capticha Code ?

    Hi, I want to create a capticha similar to http://www.gigbooks.com/getcaptcha.php this one. But its in PHP an anyone provide me the code to create the same in ASP.NET ? I am using ASP.NET 2.0 (C#) Thanks,
  • Can we run a web app on local in IIS without VS installed?

    Hi, I have created a web app using ASP.NET 2.0 so can i run this web app on a system in which IIS server is installed with .NET framework 2.0 (only farmework is installed not the full Visual Studio 2005) So can i be able to run my web app on that system or not?? if yes then please someone provide steps how to do so? Thanks
  • how to check URL info??

    Hi, I am developing a link submission form, meaning authorized users can submit a link for thati have a text box and a button on my page. I want when user submit their link then first my application should check that "the url user submitting" is live or not, meaning that site or url is working currently or not. Then if the URL is working then title of that URL page and meta description of that page will be fetched and displayed to the user. Else if the link is not live or working currently
  • <httpmodule> is not working in Hosting space?

    Hi, I am using url rewriting for my application, like if default.aspx will open like www.mydomain.com/home and contact.aspx will be www.mydomain.com/contact I am having hosting with Godaddy.com and config are IIS7.0 with ASP.NET 2.0 support. Now the example which i have made for my website is running perfectly on local and also i have downloaded some other example for url rewriting and they are runnig perfect on local but when i am runnig my example and other examples in hosting space then they are
  • How to fetch URL in ASP.NET??

    Hi, Suppose i am running a URL http://www.mysitename.com/pages/customer.aspx Now i want to fetch only the http://www.mysitename.com/ Then is there any function in asp.net which will fetch this part from url on click of a button. Thanks
  • sitemap.xml and robot.txt ?? how to create??

    Hi, I want to create a sitemap.xml (to submit in google webmaster tool) and robot.txt file for my website. Please provide me some sample of both of these files. I have searched a lot on google but can't find a good sample sitemap.xml file and robot.txt file. I want sample of both of these so that accordingly i can create both of them. Thanks
Page 1 of 44 (435 items) 1 2 3 4 5 Next > ... Last »