Tfs 2010

  • June 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Tfs 2010 as PDF for free.

More details

  • Words: 59
  • Pages: 1
<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> <%@ Import Namespace="Microsoft.TeamFoundation.VersionControl.Client" %> Home Page

<%= Html.Encode(ViewData["Message"]) %>

<%="Listing Projects from Model" %>
<%foreach (var item in (ViewData.Model as List)) { Response.Write(Html.Encode(item.Name) + "
"); } %>
<%="Listing Projects in Dropdownlist" %>
<%=Html.DropDownList("Name", ViewData["listProjects"] as SelectList,"Select Repository")%>

Related Documents

Tfs 2010
June 2020 0
Tfs Calculo Integral2.docx
November 2019 1
Tfs - Bounce X 1
May 2020 0
Intertech Alm Tfs Solution
December 2019 1