Dot Net Nuke
http://www.sg.com.mx/guia/node/618
Wiki en ASP.NET
http://www.screwturn.eu/MainPage.ashx?From=Wiki
ASP.NET COmponentes, Herramientas
http://www.sg.com.mx/guia/category/keywords/aspnet
FORM BUILDER:
http://www.solotuweb.com/fs~id~1304.html
MyGeneration
http://sourceforge.net/projects/mygeneration/files/
http://ajgenesisstudio.codeplex.com/
http://ajgenesis.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=7262
Code Generation
http://davidhayden.com/blog/dave/category/15.aspx
Showing posts with label ASP.NET MVC. Show all posts
Showing posts with label ASP.NET MVC. Show all posts
Thursday, January 28, 2010
Wednesday, October 14, 2009
ASP.NET MVC DropDownList
SelectList elements= new SelectList(new [] {"10", "15", "25", "50", "100", "1000"}, "15");
IList customers = repository.GetAll();
IEnumerable selectList =
from c in customers
select new SelectListItem
{
Selected = (c.CustomerID == invoice.CustomerID),
Text = c.Name,
Value = c.CustomerID.ToString()
};
ViewData["myList"] =
new SelectList(new[] { "10", "15", "25", "50", "100", "1000" }
.Select(x => new {value = x, text = x}),
"value", "text", "15");
<%=Html.DropDownList("myList") %>
SelectList sl = new SelectList( new[]{
new SelectListItem{ Text="one", Value="1"},
new SelectListItem{ Text="two", Value="2"},
new SelectListItem{ Text="three", Value="3"}
}, "Text", "Value", "2" );
Referencias:
http://blog.wekeroad.com/blog/asp-net-mvc-dropdownlist-and-html-attributes/
Subscribe to:
Posts (Atom)
-
Resources: [1] Hela https://ome.grc.nia.nih.gov/iicbu2008/hela/index.html
-
mas plugins http://devsnippets.com/reviews/using-jquery-to-style-design-elements-20-impressive-plugins.html http://www.extjs.com/deploy/dev/...
-
Episodios: Épisode 1 : La Libertina de calidad (Le Libertin de qualité) Épisode 2 : La Apuesta de las tres cotillas (La Gageure des tr...
Vectorize PNG to SVG
No Login [1] https://www.freeconvert.com/png-to-svg [2] https://svg-converter.com/potrace Loging required [2] https://www.recraft.ai [3]...