trucosaspnet.blogspot.com
ASP.NET: Trucos para desarrollar aplicaciones profesionales: Asynchronous client script callbacks
http://trucosaspnet.blogspot.com/2010/09/asynchronous-client-script-callbacks.html
ASPNET: Trucos para desarrollar aplicaciones profesionales. Miércoles, 29 de septiembre de 2010. Asynchronous client script callbacks. Para hacer llamadas al servidor sin refrescar la página manejándolo nosotros mismos (otra alternativa es usar AJAX) Ejemplos y tutoriales en. Http:/ www.jasoft.org/blog/PermaLink,guid,f4cc21f6-7ebf-4385-83e2-008b5818f1d7.aspx. Http:/ www.simple-talk.com/dotnet/asp.net/asynchronous-client-script-callbacks/. Hay que implementar la interfaz ICallbackEventHandler. Asp:DropDow...
lclis-internet.blogspot.com
Internet: Trucos para sacarle el máximo partido: Usar un escritorio web para organizarte
http://lclis-internet.blogspot.com/2010/09/usar-un-escritorio-web-para-organizarte.html
Internet: Trucos para sacarle el máximo partido. En colaboración con LCLIS.COM - SOLUCIONES WEB PROFESIONALES Y ECONÓMICAS. Viernes, 24 de septiembre de 2010. Usar un escritorio web para organizarte. Estés donde estés ya puedes tener tu escritorio configurable en página web. Consta de pequeñas cajitos o módulos (. Que contienen lo que habitualmente hacemos. Podemos tener mas de 1 email al mismo tiempo. Se accede por usuario y contraseña. Podemos tener RSS de dos modos. Cada página su cajita.
lclis-internet.blogspot.com
Internet: Trucos para sacarle el máximo partido: diciembre 2011
http://lclis-internet.blogspot.com/2011_12_01_archive.html
Internet: Trucos para sacarle el máximo partido. En colaboración con LCLIS.COM - SOLUCIONES WEB PROFESIONALES Y ECONÓMICAS. Jueves, 1 de diciembre de 2011. Seguimiento del taller de cibernarium: http:/ www.slideshare.net/TomeuPonsHeinz. Un motor de reservas tiene las funciones. Poder vender online directamente. Poner precios por dia. Mostrar y aplicar ofertas. Poner foto de la cama, baño, general, algo especial. Poner descripción maximo 50 caracteres - resaltar lo bueno. Debe haber los apartados. Mi web ...
trucosphp.wikispaces.com
trucosphp - Arrays en PHP
http://trucosphp.wikispaces.com/Arrays+en+PHP
Skip to main content. Create interactive lessons using any digital content including wikis with our free sister product TES Teach. Get it on the web. Entorno de desarrollo PHP. Estructura de una página en CSS. Hojas de estilo CSS. Hostings y Dominios para PHP. Hosts virtuales en Apache. Leer y escribir en archivos. Metatags en página HTML. MySQL - desde PHP. Notas sobre HTML y HTTP. PHP incrustado en HTML. SVN - Control de versiones. TPV virtual - Pagos online. MySQL mostrar tabla usuarios. Para consulta...
aspnetmvc.wikispaces.com
aspnetmvc - Ajax MVC
http://aspnetmvc.wikispaces.com/Ajax+MVC
Skip to main content. Create interactive lessons using any digital content including wikis with our free sister product TES Teach. Get it on the web. SQL, EF, Linq. Mostrar PDF, Excel,. ViewData - Vista NO Tipada. ViewData.Model - Vista tipada. Otros Wikis y Blogs. Ajax en ASP.NET MVC. En WebForms hay tres maneras de actualizar un formulario. Ejemplo en: http:/ msdn.microsoft.com/en-us/library/dd381533.aspx. Requiere poner los script en la Master Page. String actionName, AjaxOptions ajaxOptions). Span id...
aspnetmvc.wikispaces.com
aspnetmvc - Mostrar PDF, Excel,...
http://aspnetmvc.wikispaces.com/Mostrar%20PDF,%20Excel,...
Skip to main content. Create interactive lessons using any digital content including wikis with our free sister product TES Teach. Get it on the web. SQL, EF, Linq. Mostrar PDF, Excel,. ViewData - Vista NO Tipada. ViewData.Model - Vista tipada. Otros Wikis y Blogs. Mostrar PDF, Excel,. Para poder mostrar ficheros PDF guardados en la carpeta Content del servidor. Crear una carpeta PDF en Content y poner allí los ficheros PDF. ActionResult Pdf (. Pdfname, FormCollection collection ). Que se convierte en.
aspnetmvc.wikispaces.com
aspnetmvc - Master Page
http://aspnetmvc.wikispaces.com/Master+Page
Skip to main content. Create interactive lessons using any digital content including wikis with our free sister product TES Teach. Get it on the web. SQL, EF, Linq. Mostrar PDF, Excel,. ViewData - Vista NO Tipada. ViewData.Model - Vista tipada. Otros Wikis y Blogs. Master Pages en MVC. Http:/ www.asp.net/mvc/tutorials/creating-page-layouts-with-view-master-pages-cs. Http:/ www.asp.net/mvc/tutorials/passing-data-to-view-master-pages-cs. Ver también Master Pages para WebForms. Se guardan en Views/Shared.
aspnetmvc.wikispaces.com
aspnetmvc - Gestión de errores
http://aspnetmvc.wikispaces.com/Gestión%20de%20errores
Skip to main content. Create interactive lessons using any digital content including wikis with our free sister product TES Teach. Get it on the web. SQL, EF, Linq. Mostrar PDF, Excel,. ViewData - Vista NO Tipada. ViewData.Model - Vista tipada. Otros Wikis y Blogs. Gestión de errores en ASP.NET MVC. CustomErrors mode= Off /. Los errores salen en Local y en remoto. Si queremos que se dirijan a una página, y en caso de ‘404’ a otra:. Poner en redirect la ruta como. Se puede hacer un override para. Contribu...
aspnetmvc.wikispaces.com
aspnetmvc - Controlador > Vista
http://aspnetmvc.wikispaces.com/Controlador%20>%20Vista
Skip to main content. Create interactive lessons using any digital content including wikis with our free sister product TES Teach. Get it on the web. SQL, EF, Linq. Mostrar PDF, Excel,. ViewData - Vista NO Tipada. ViewData.Model - Vista tipada. Otros Wikis y Blogs. Pasar los datos de Controlador a Vista. Sin tipar objeto dinámico (accesible mediante la propiedad Model). Todo ello se hace desde el Controlador con return View(). Crea un objeto ViewResult. Se llama al View Engine que. Sin tipar (MVC 1).
aspnetmvc.wikispaces.com
aspnetmvc - Paths y Urls
http://aspnetmvc.wikispaces.com/Paths+y+Urls
Skip to main content. Create interactive lessons using any digital content including wikis with our free sister product TES Teach. Get it on the web. SQL, EF, Linq. Mostrar PDF, Excel,. ViewData - Vista NO Tipada. ViewData.Model - Vista tipada. Otros Wikis y Blogs. La clase UrlHelper puede ser usada desde el controlador como Url. y desde la vista como % Url. Tiene los siguientes métodos. This method generates a URL path to a resource, based on the virtual (relative) path of the resource. Devuelve la URL ...