Browse by Tags

Related Posts

  • Indexs on Views (Do the call to a view uses index on a table)

    Hi I have created a view on my server A which is caling a table from Server B. The table that its calling has a bunch of index on it. Now I want to know does a call to this view, considers the indexes on my table on server B. Its taking a lot of time to respond so I am thinking its not considering the...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by SarahBenjamin on 04-30-2009, 12:00 AM
    Filed under: TABLES, views, indexes
  • SQL query syntax question

    I want my query to return a table in a specific format, but I don't have a deep enough understanding of SQL to get it right. A month of trial and error and 2 books on SQL have not allowed me to crack the problem. My db table looks like this: Date Shift Name 1/1/2009 Morning Dave 1/1/2009 Evening...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by Sean501 on 04-03-2009, 12:00 AM
    Filed under: sql Query, Sql query/views, Table, views
  • How to pass data from view to controller Mvc preview 5

    Hello, I am working on MVC Preview 5.I have a problem passing textbox value form the view to the controller. If I use pure HTML controls,passing values would be possible using form submit. But, how can I do the same with ASP.Net server controls? Can I still access the form control values submitted from...
    Posted to ASP.NET MVC (Forum) by Avani_nayak on 10-14-2008, 12:00 AM
    Filed under: MVC, mvc .net, MVC ASP.NET, MVC Preview 5, view, viewdata, Views, .net.3.5, asP mvcp.net mvc, ASP.NET mvc, ASP.NET mvc BindingHelperExtensions, how to pass data from view to controller, mvc form, mvc forms
  • Re: Dynamic Data with views

    [quote user="ricka6"] There is nothing inherent in views to make them read-only - but L2S and EF make them R/O. I hacked the EDMX file from L2S to make a view updateable. I'll see what it takes to do the same to EF. BTW, this is not a dynamic data issue but an EF/L2S issue. [/quote] Hi...
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 09-29-2008, 12:00 AM
    Filed under: Views, Dynamic Data, Linq to SQL, Read Only
  • View Aggregation (Multiple views on one page)

    Is there anything similar to the Spring MVC view aggregation feature of importing multiple views into a single page? Something like <%View.Import("Controller/Action/ID")%> pulling the html from the view rendered by that controller into the page?
    Posted to ASP.NET MVC (Forum) by gibletto on 09-12-2008, 12:00 AM
    Filed under: Views, aggregation, multiple
  • Rendering view based on role membership

    Hi, I want certain links (like edit and delete) on a page to be shown to the user only if they are an administrator. Whilst I've used the excellent MVC Membership starter kit for securing the controller actions I'm not sure where to put the logic on deciding what parts of a page to render. My...
    Posted to ASP.NET MVC (Forum) by digifool on 06-17-2008, 12:00 AM
    Filed under: Views, ASP.NET MVC
  • Re: Unit Testing ViewPage

    I am not sure why you want to unit test view page. You might unit test controller action and then assert on RenderViewResult. Here is a code from Stephen Walter demo on ASP.NET Connections based on 0416 MVC drop. Presentation and demos can be found on his blog post: http://weblogs.asp.net/stephenwalther...
    Posted to ASP.NET MVC (Forum) by panjkov on 06-06-2008, 12:00 AM
    Filed under: testing, Views, ASP.NET MVC
  • Suggestions for IViewEngine-ViewLocators

    It would be helpful to have viewengine agnostic ViewLocators, in my opinion. The folder structure will, in general, be the same for the viewengines but only ViewEtension and MasterExtension may differ. Having this additional methods will definitely help more pluggable ViewLocators, they wont depend on...
    Posted to ASP.NET MVC (Forum) by tehlike on 03-15-2008, 12:00 AM
    Filed under: Preview 2 Bug, Views, ASP.NET MVC, contrib, MVC Fr
  • Query performence on using DBLink

    Hi, I am developing an web based application that would be used heavily to search data. We have different modules and segregated them to different databases as each module would data that is different from one another. But we have a set of lookup tables that can be used in multiple modules and we are...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by ASPDev200 on 03-04-2008, 12:00 AM
    Filed under: Ouery Performence, Lookup Table, views, DBLink
  • Re: Pseudo Tables

    http://www.sqlmag.com/Article/ArticleID/7839/sql_server_7839.html Maybe you are thinking of a View? Often views are referred to as pseudo tables or virtual tables or logical tables. http://en.wikipedia.org/wiki/View_(database) http://www.odetocode.com/Articles/299.aspx
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by Noffie on 02-12-2008, 12:00 AM
    Filed under: SQLServer, views
Page 1 of 3 (21 items) 1 2 3 Next >