Search

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

Matching Posts

  • ajax control toolkit web hosting

    I have developed an web application using asp.net 3.5, ajax, ajax control toolkit(may 2009 release- latest). My web application running in my local pc.But when uploading on web server of a hosting company, it does not work for ajax. Please tell me the solution that i can suggest the web hosting authoriy to do(may be they are not skill enogh about ajax).My site link:http://www.bdhelpline.com/NewUser.aspx, it is hosted on ixwebhosting.com. Also provide me some windows web hosting company that supports
    Posted to ASP.NET AJAX Control Toolkit (Forum) by hasan39 on 9/16/2009
  • Re: ajax control toolkit web hosting

    yes, i uploaded the published copy, a bin folder contain the dll.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by hasan39 on 9/16/2009
  • Re: error page loading

    after publishing i have upoaded using filezila
    Posted to Configuration and Deployment (Forum) by hasan39 on 8/11/2009
  • error page loading

    I am developing a website, domain name bdhelpline.com using asp.net framework 3.5, also using Ajax control toolkit Version 3.0.30512. The page is simply running on my local machine normally. But when i uploaded it to my hosting server then it shows error,for error visit: www.bdhelpline.com The error is: Server Error in '/' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error
    Posted to Configuration and Deployment (Forum) by hasan39 on 8/10/2009
  • Re: Date Entry Form

    login.aspc wrong, right is login.aspx
    Posted to Web Forms (Forum) by hasan39 on 5/31/2009
  • Re: Getting Particular values

    Hi All, it is clear that u need to do a string processing algorithm which should developed by u.after getting all values u can process the array,jus t match'd' with value using loop, if match then take it's previous value as days, when match 'y'...... Please think simple and escape traditional way of programming, think to develop from the scratch by developing algorithm. This is the only solution for your problem.
    Posted to Getting Started (Forum) by hasan39 on 5/30/2009
  • Re: Getting Particular values

    just take an array to store the string, when storing then delete the a-z,A-Z and space with new lineand then u can process whatever u need from array.
    Posted to Getting Started (Forum) by hasan39 on 5/28/2009
  • Re: Access to the path 'C:\\WINDOWS\\Globalization\\' is denied

    uncheck the folder readonly properties. Alink can help u: http://unlockforus.blogspot.com/2009/05/how-to-customize-or-change-welcome.html
    Posted to Localization (Forum) by hasan39 on 5/28/2009
  • Re: FindControl within nested repeater

    it can help u : http://msdn.microsoft.com/en-us/library/31hxzsdw.aspx find control inside repeater: http://www.velocityreviews.com/forums/t90329-find-control-inside-a-repeater.html to get textbox within repeater: change like this or replace text below <asp: repeater ID="myRepeater" runat="server"> <itemtemplate> <input type="text" id='item<%#DataBinder.Eval(Container.DataItem,"itemId")%>' value='<%#DataBinder.Eval(Container
    Posted to Data Presentation Controls (Forum) by hasan39 on 5/28/2009
  • Re: Remember Me timming out too soon

    You can use cookies for solutions. remember me is related to browser cookies, so you can use cookies in such way: http://www.aspnettutorials.com/tutorials/browsers/cookie-session-csharp.aspx also see http://forums.asp.net/p/1422037/3157555.aspx
    Posted to Security (Forum) by hasan39 on 5/28/2009
Page 1 of 8 (74 items) 1 2 3 4 5 Next > ... Last »