Search

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

Matching Posts

  • Re: Hide AJAX tab based on User Role

    Helori...for some reason its now working. I'm currently using .Enabled so I think that may be it! Thanks!
    Posted to Web Forms (Forum) by NYVolvoLvr on 8/4/2009
  • Re: Hide AJAX tab based on User Role

    I changed .visible to .enabled and that doesnt work. Do I need to add code elsewhere?
    Posted to Web Forms (Forum) by NYVolvoLvr on 8/3/2009
  • Hide AJAX tab based on User Role

    I recently have started using the AJAX control toolkit and am now using the tab feature. Now I've added a login page, and would like to hide tabs based upon the users access/role level. For example, only Administrators would be able to view tab 1. A previous post stated to use the code below, however I didnt have much luck with it....any ideas? Within page_load if (Roles.IsUserInRole("Admin")) { nameOfYourTab.Visible = False; }
    Posted to Web Forms (Forum) by NYVolvoLvr on 8/2/2009
  • SqlDataSource Problems

    Hello all, I'm creating a webpage to hook up to a database, I'm able to create an AccessDataSource and view the data via the GridView on a webpage. Problem comes in when I create a SqlDataSource. I'm using Visual Web Developer and the locally run test page works fine, however when I put the webpage on the server and try to run it give me an error. See below for the error I receive.... Description: An unhandled exception occurred during the execution of the current web request. Please
    Posted to Web Forms (Forum) by NYVolvoLvr on 7/28/2009
  • Re: SqlDataSource Problems

    The file type Web Developer Express is looking for is an .MDF file type, I'm not certain which database to use on the Connection Strings website. If I select SQL Compact Edition its looking for an .SDF file type.
    Posted to Web Forms (Forum) by NYVolvoLvr on 7/28/2009
  • Re: No value given for one or more required parameters

    Thanks for the input guys, I'll work on Hans solution and see what happens. Thanks again...
    Posted to Web Forms (Forum) by NYVolvoLvr on 7/7/2009
  • Re: No value given for one or more required parameters

    Thanks for the reply, went to the website you referenced above and spent a few hours on it and couldnt get it to work. The problem I ran into was the coding produced by the application doesnt look much like what was in the website link, the coding was unfamiliar, would it make sense to start from scratch and manually enter the code as per the codeasp.net article? I was also unsure where to insert the methods such as UpdateRecord. I'm sure the resource you provided has the information I need,
    Posted to Web Forms (Forum) by NYVolvoLvr on 7/2/2009
  • No value given for one or more required parameters

    New to the ASP.net forums here, and have recently started tinkering with the Visual Studio Express suite. I have a ASP.Net website in Web Developer that "talks" to an access database, through the webform you're able to edit, delete, add new items in the access database. The error comes into play whenever I try to edit an existing record, it gives me an error stating ' No value given for one or more required parameters'. I am able to add new records and they populate in the access
    Posted to Web Forms (Forum) by NYVolvoLvr on 6/30/2009
Page 1 of 1 (8 items)
Microsoft Communities