Search

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

Matching Posts

  • Re: Column header display

    Thanks for the reply. I was looking at the documentation and it indicates that I cannot keep the header row displaying without a column group. This seems rather cumbersome since I do not have column groups and simply want the header repeated. Have to say I'm a little disappointed with this product given how difficult some tasks are to do when they should be easy like this one.
    Posted to SQL Server Reporting Services (Forum) by mru22 on 11/11/2009
  • Column header display

    I am trying to keep the column headers displaying for each page of a report but when I view it, the column headers in the tablix disappear. I've set Repeat header columns on each page but it does not seem to work. Is there something else I need to ste ?
    Posted to SQL Server Reporting Services (Forum) by mru22 on 11/2/2009
  • Re: Ghost pages

    Is your applicaiton set to precompile ? I have that setting cause similar behavior.
    Posted to Security (Forum) by mru22 on 7/13/2009
  • Jquery 1.3.2 Not working

    I am trying to reference the Jquery library in the Site.Master file with the following: <script type ="text/javascript" src ="../../Scripts/jquery-1.3.2.js"></ script > However when I go to a page and try to reference the '$' it says $ is undefined. I have tried changing the src but am still not able to use jquery. Has anyone experienced this before and have a solution ? Thank you,
    Posted to Client Side Web Development (Forum) by mru22 on 7/10/2009
  • Re: How can i Store null value in database

    If a field can handle null then i usually do a check with a ternary operation such as cmd.parametersa.add(@Firstname, SqlType.int, string.IsNullOrEmpty(person.firstName) == ? (object)DBNull.Value : person.FirstName);
  • Re: Location Entry in web.config

    I didnt think the Authorize Attribute was available at the class level. I must done something wrong when I tried to do that. I'll give that a shot. Thanks,
    Posted to ASP.NET MVC (Forum) by mru22 on 6/19/2009
  • Re: Location Entry in web.config

    Thanks, That makes sense. I don't sprinkling attributes all over my code and was trying to avoid doing that, it but I guess I'll have to go with that route at least for now.
    Posted to ASP.NET MVC (Forum) by mru22 on 6/18/2009
  • Forms authentication Problem

    I wanted to configure my site to use forms authentication with MVC. So i have the following: < authentication mode = " Forms " > < forms loginUrl = " ~/Account/LogOn " protection = " All " cookieless = " UseCookies " name = " .AppName " timeout = " 60 " /> </ authentication > < authorization > < deny users = " ? " /> </ authorization > I have a separate registration page that is in the same directory
    Posted to Security (Forum) by mru22 on 6/17/2009
  • Location Entry in web.config

    I am trying to build an MVC site and since I am using Forms authentication I was told that i would need an entry for location related to content. I did that but I tried adding one for views related to registration. Unfortunately when i try to redirect to a view for registration, I still get kicked back to the login screen. Since I am not using the default membership provider as is shown in many examples is there a work around that would allow me to keep the registration page unsecure where as all
    Posted to ASP.NET MVC (Forum) by mru22 on 6/17/2009
  • Re: Problem with selectlist in ViewModel

    Thanks, I did what you recommended and it works. I guess for now I will go with that solution. Too bad that viewmodel object throws an exception because it would be the most elegant solution otherwise.
    Posted to ASP.NET MVC (Forum) by mru22 on 6/16/2009
Page 1 of 12 (118 items) 1 2 3 4 5 Next > ... Last »