Search

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

Matching Posts

  • Re: CSS e-book

    http://www.amazon.com/CSS-Mastery-Advanced-Standards-Solutions/dp/1590596145
    Posted to Book Reviews (Forum) by sreejukg on 11/26/2009
  • Re: Can any one Suggest me Designing Tools/Software for CSS?

    http://www.qrone.org/cssdesigner.html also there is a stylebuilder available inside visual studio. When you open css inside VS, there will be CSS outline available for visual studio. you can expand the elements and classes and design the style visually
    Posted to Getting Started (Forum) by sreejukg on 11/26/2009
  • Re: Send email in HTML format

    use the isBodyHtml property of the mailmessage object to send html email
    Posted to Getting Started (Forum) by sreejukg on 11/25/2009
  • Re: session sliding

    http://msdn.microsoft.com/en-us/library/system.web.security.formsauthentication.slidingexpiration.aspx
    Posted to Getting Started (Forum) by sreejukg on 11/24/2009
  • Re: Classes slows my application down

    it is your responsibility to make the application architecture to improve the speed. during the evolvement of s/w languages, all were procedural initially, the oops came when it became difficult to manage the application development. The idea of classes is to structure your code in an efficient manner so that you can extend the functionality in the future, sure there are other features also. I dont think usage of classes will make the site slow, it depends how you designed your classes. Please restructure
    Posted to Getting Started (Forum) by sreejukg on 11/24/2009
  • Re: where to put static page

    I didnt understand you correctly. What you mean by static page? are you referring to mvc framework or something,.. please make it clear
    Posted to Getting Started (Forum) by sreejukg on 11/22/2009
  • Re: how to email to admin when the user had done all his module

    Is this an Asp.net web application or vb.net standalone application? how you determine user has finished all his modules, i think there is certain function you have in the code to determine this.. once user finished all his operations,... at the end of the code you can add code to send email. for sending email refer this http://codesmithdotnet.blogspot.com/2008/01/send-email-in-aspnet-web-application.html
    Posted to Getting Started (Forum) by sreejukg on 11/15/2009
  • Re: ASP.NET 1.1

    you can set the width of items in a css file and set the cssclass property of the web controls
    Posted to Getting Started (Forum) by sreejukg on 11/15/2009
  • Re: Site Search

    Now a days search engines are indexing the sites. So once you publish your website in the internet, search engines do the indexing. Also they allow site owners to configure the search in the index. So i recommend you to use google/bing search already available rather reinventing the wheel again. google custom search - http://www.google.com/cse/ bing custom search - http://www.bing.com/siteowner
    Posted to Getting Started (Forum) by sreejukg on 11/15/2009
  • Re: Web.config error?

    It is clear, the error is that "the virtual directory is not configured as an application". Now you have to configure the iis navigate to the virtual directory, then right click and click properties, in the virutal directory tab, you can see Application Name text box and create button. just click on the create button . make sure in the asp.net tab, you have selected the correct version. hope this helps
    Posted to Configuration and Deployment (Forum) by sreejukg on 11/12/2009
Page 1 of 102 (1015 items) 1 2 3 4 5 Next > ... Last »