Search

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

Matching Posts

  • Re: How can I convert GetPostBackEventReference to ClientScript.GetPostBackEventReference

    This must compile well: Public Shared Function DisableTheButton(ByVal pge As Control, ByVal btn As Control) As String Dim sb As New System.Text.StringBuilder() sb.Append("if (typeof(Page_ClientValidate) == 'function') {") sb.Append("if (Page_ClientValidate() == false) { return false; }} ") 'sb.Append("if (confirm('Are you sure to proceed?') == false) { return false; } ") sb.Append("this.value = 'Please wait...';") sb.Append("this
    Posted to Web Forms (Forum) by anas on 11/23/2009
  • Re: How to developed mvc application

    [quote user="anirudha gupta"]i not see create new mvc project in menu of vs 2008 so what i do for [/quote] Before that, you must install ASP.NET MVC 1.0.
    Posted to Installation and Setup (Forum) by anas on 11/22/2009
  • Re: MIX 2008 Presentations Videos

    [quote user="mbanavige"] Are you getting any sort of error? [/quote] No errors at all. [quote user="mbanavige"] Have you tried an alternate browser to see if it may be browser specific? [/quote] Tried IE8,chrome and FF 3 ( last build) and i was aunable to watch or download mix 08, i couldn't even open the site that hosts those videos. [quote user="gerrylowry"]Anas ... can you download any of these?: http://www.asp.net/learn/mvc-videos/ [/quote] Yes i can downlaod
    Posted to Feedback on this website (Forum) by anas on 11/22/2009
  • Re: MIX 2008 Presentations Videos

    [quote user="gerrylowry"]. then compare the Fiddler output and hunt for any significant differences.[/quote] Without fiddler, the difference is that all the videos are hosted on microsoft site which i can download. the only problem is just in the Mix 08 videos which are hosted on a different site.... I have another internet line (belongs to a different ISP) and when i switched to it, i was able to download Mix 08 videos. So it seems that the problem was from my side(my ISP).... Sorry for
    Posted to Feedback on this website (Forum) by anas on 11/22/2009
  • Re: How to developed mvc application

    [quote user="anirudha gupta"]I already install this. i try to developed a mvc project in VS 2008 i not have a sp1 are this problem.[/quote] did you tried to install the mvc1.0 ? if the intaller doesn't worked, try to intall VS 2008 sp1 first.
    Posted to Installation and Setup (Forum) by anas on 11/22/2009
  • Re: Recommendation System

    I think you should use some kind of article tagging or categorization and allow the users to select thier favourites tags/categories which they want to see.You can also add the article rating which make it dispaly first and make it higlhy recommend for the users.You can make your recommendation system work based on both rating and article tagging , so that the user will see the top rated articles in his favourite tags.
    Posted to Architecture (Forum) by anas on 11/22/2009
  • Re: Should I keep xml files in the Bin folder?

    [quote user="newbie2C#"]Should the xml data file go in the app_data folder and the log file in the bin folder?[/quote] If you are talking about ASP.NET application, then keep in mind that any change to any file that is placed in Bin folder will cause the application to restart.Application restarts means loosing all the active sessions and the cached data and start from the begging. I would store all of them in App_Data folder because it's even protected and your users will no be able
    Posted to Configuration and Deployment (Forum) by anas on 11/22/2009
  • Re: Referencing a Defined Item in a Formsview / InsertParamets

    [quote user="Schwimms"] What do you mean by ("address here")[/quote] Well, you wrote that method which returns an address object , how did you called it ? i mean from where you will get the " fulladdresstextbox" ? are you asking the user to enter the fill address in some textbox ? please explain a little more because i'm lost.
    Posted to Data Presentation Controls (Forum) by anas on 11/22/2009
  • Re: Login Control not working

    [quote user="tusharrs"]where is the bug[/quote] I don't think it is. In general, you will get that error if: You handled the Authenticate event of the Login control without writing anything in the event handler. The applicationName doesn't set correctly and the problem started to appear after deplying the site,see this blog. Your user/password is incorrect (password is case sensitive, so make sure you are typing it correctly). Are you using any custom MembershipProvider ?
    Posted to Security (Forum) by anas on 11/22/2009
  • Re: Visual Web Developer Publish Problem

    [quote user="phil06"]Unable to add 'Default.aspx' to the Web site. Unable to add file 'Default.aspx'. Access is denied.[/quote] That could happen if the files are readonly which may happen if you are using some source code control like VSS .... Use windows explorer and through the file property, uncheck the readonly flag.
    Posted to Visual Web Developer 2008 Express (Forum) by anas on 11/22/2009
Page 1 of 649 (6481 items) 1 2 3 4 5 Next > ... Last »