Browse by Tags

All Tags » ASP.NET (RSS)

Webcast para la Comunidad SharePoint México sobre autentificación basada en formularios de ASP.NET en tecnologías SharePoint

El próximo lunes 28 de septiembre estaré dando un Webcast para la Comunidad SharePoint México donde estaré platicando sobre como habilitar autentificación basada en formularios sobre sitios SharePoint . Si como parte...

Estaremos transmitiendo en vivo la plática de la comunidad Tijuana.NET

  La plática que estaré dando hoy 25 de marzo para la comunidad de Tijuana.NET la podrás presenciar remotamente en línea vía live meeting. Para poder ver  requerás instalar el Cliente de Livemeeting 2007 y despues acceder a la charla Introducción...

Plantilla de ASP.NET AJAX 1.0 para Visual Studio 2008

Todo mundo feliz y contento con la liberación de la versión 2008 de Visual Studio. Vemos un bonche de nuevas características y mejoras que indudablemente pensamos incluir en algún nuevo proyecto. Sin embargo, estoy seguro que hay proyectos...
Posted by haaron | with no comments

How to share authentication context between a SharePoint Site and ASP.NET 2.0 application

When we have extranet scenarios when people need to have access not only to SharePoint site but also to a custom ASP.NET 2.0 web application we will require to have the same credentials to access to both app's. Assuming that both app's require...

Compartiendo la autentificación por formularios entre SharePoint y ASP.NET 2.0

No quería dejar pasar la oportunidad de compartir como puedes configurar la autentificación por formularios entre aplicaciones web ASP.NET y algún sitio de SharePoint 2007 que tambien tenga configurado la autentificación por formularios. Debido a que...
Posted by haaron | with no comments
Filed under: ,

How to set ASP.NET 2.0 SqlDataSource command parameters programmatically

If for any reason you want to set your ASP.NET 2.0 SqlDataSource parameter programmatically before executing, you can use the Selecting event as show in the following code: 1: Partial Class Default2 2: Inherits System.Web.UI.Page 3: 4: Dim strRegion As...
Posted by haaron | with no comments
Filed under: ,

ASP.NET AJAX UpdatePanelPopUpExtender Control

Is been a lot of time that I don't post in this blog. Promise I will do it more frequently. For now I think it's very valuable the job that Raj Kaimal has been doing with the UpdatePanelPopPupExtender . The idea here is to have an ASP.NET AJAX UpdatePanel...
Posted by haaron | with no comments
Filed under: , ,

Getting Started with WPF/E MSDN Article

This article Getting Started with WPF /E is what you need In order to understand the basics for creating ASP.NET WPF apps. Go ahead, take a look. You will enjoy!
Posted by haaron | with no comments
Filed under: , ,

DB2 and Visual Studio

I just have 5 minutes available for blog and want to share that for the client I'm working on right know I'm teaching ASP.NET 2.0 for a bunch of programmers. This client use DB2 databases and with the DB2 add-in for Visual Studio you can integrate your...
Posted by haaron | with no comments
Filed under: , ,

ASP.NET Tip: Definiendo un botón como el predeterminado en nuestro formulario web

A veces contamos con un formulario que tiene varios controles de tipo botón y necesitas hacer que cuando el usuario presione enter alguno de esos botones sea el predeterminado y responda al evento. En ASP.NET 1.x teníamos que escribir un...
Posted by haaron | 3 comment(s)
Filed under: ,

ASP.NET Tip: Obteniendo la lista de temas (themes) de un sitio web

Cuando trabajamos con funcionalidad de temas y perfiles en ASP.NET 2.0 es muy tentador ofrecerle al usuario final la posibilidad de que el mismo seleccione que tema desea para su interacción. Esto nos lleva a mostrar en algún lugar la lista...
Posted by haaron | with no comments
Filed under: ,

ASP.NET Tip: Definiendo el foco de un control cuando este no cumple alguna regla de validacio

Para especificarle el foco (cursor) a cualquier control de nuestro formulario simplemente ejecutamos un método de la clase Page. Page.SetFocus(miControl) Esto parece ser muy sencillo, sin embargo una útil implementación es cuando...
Posted by haaron | with no comments
Filed under: ,

Conoce el primer beta de AJAX para ASP.NET

Al fin tuve el tiempo de experimentar ASP.NET 2.0 AJAX mundialmente conocido por su nombre de código "Atlas". El nombre oficial de este componente será ASP.NET 2.0 AJAX y ya tenemos la primera versión beta liberada. Altamente...
Posted by haaron | with no comments
Filed under: , ,

Ejemplo Practico UpdatePanel y UpdateProgress

Tratando de encontrar un ejemplo práctico que pueda ilustrar mejor lo que escribí hace unos días sobre lo básico de los controles UpdatePanel y UpdateProgress dejo a continuación un proyecto ASP.NET 2.0 que implementa...
Posted by haaron | 4 comment(s)
Filed under: , ,

Bases del control UpdatePanel de Atlas

Cuando una página ASP.NET ejecuta una llamada al servidor (postback) sucede una pequeña pausa seguida de un refrescado de toda la pagina sobre el navegador dibujando el nuevo contenido que es regresado en la petición. Durante esta...
Posted by haaron | 7 comment(s)
Filed under: , ,

Bases del control UpdateProgress de Atlas

Cuando utilizamos atlas para habilitar un comportamiento AJAX con la finalidad de mejorar la experiencia de usuario, la comunicación con el servidor se hace a través de XmlHttp el cual no infiere con el navegador en absoluto para mostrar...
Posted by haaron | with no comments
Filed under: , ,

Web Part en ASP.NET 2.0

Veamos cómo podemos configure una aplicación web ASP.NET 2.0 para que soporte el uso de Web Parts. Los Web Parts proveen de un mecanismo muy sencillo para construir sitios web de manera modular y que se puedan personalizar dinámicamente...
Posted by haaron | 7 comment(s)
Filed under:

Web Client Software Factory something you may have to look!

For me Pattern & Practices always have been a great resource. Since the release of this site, I have been following closely all the guides and they have do so much for me and also for my career. Since the release of the application blocks, all over...
Posted by haaron | 1 comment(s)
Filed under:

Next meeting, San Diego .NET User Group

Are you ready? The next Thursday Paul Litwin will speak about ASP.NET 2.0. The agenda is: 6:30pm - 7:00pm: ASP/ASP.Net Q & A; Announcements 7:00pm - 8:30pm: ASP.NET 2.0 Data Control Tips and Tricks Where? Microsoft SoCal Office 9255 Towne Centre Drive...
Posted by haaron | with no comments
Filed under:

Creando usuarios programaticamente con Membership y Profiles de ASP.NET 2.0

Desde hace tiempo he querido escribir sobre una técnica ASP.NET 2.0 que me parece interesante compartir. Se trata de utilizar de manera combinada la funcionalidad de las clases Membership y Profiles para establecer toda la maquinaria de administración...
Posted by haaron | 7 comment(s)
Filed under: , ,
More Posts Next page »