Bienvenidos

Recuerda que tus comentarios son importantes y recuerda agradecer si te fue útil algun artículo publicado aquí.

L1f3 15 a D@nc3 Flo0r

miércoles, 28 de noviembre de 2007

Poner el numero de secuencia en un GridView

Para esto agregamos un template field

Y luego ponemos este código en el mismo

<asp:TemplateField>

<ItemTemplate>

<%# Container.DataItemIndex + 1 %>

</ItemTemplate>

</asp:TemplateField>

viernes, 2 de noviembre de 2007

Habilitar el registry cuando te sale el msg de que no puede entrar al registry porque ha sido desabilitado por el administrador

Registry Editing has been disabled by your administrator

The way to get into registry editing is simple. Open your start menu click Run and paste in the following command: REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f