Author Archives: admin

Custom paging nav on GridView control

<PagerTemplate>
      <asp:LinkButton CommandName="Page" CommandArgument="First"
        ID="LinkButton1" runat="server" Style="color: white">
        &lt;&lt;First</asp:LinkButton>
      <asp:LinkButton CommandName="Page" CommandArgument="Prev"
        ID="LinkButton2" runat="server" Style="color: white">
        &lt; Prev</asp:LinkButton>
      [Records <%= GridView1.PageIndex * GridView1.PageSize %>
        - <%= GridView1.PageIndex * GridView1.PageSize +
           GridView1.PageSize - 1 %>]
      <asp:LinkButton CommandName="Page" CommandArgument="Next"
        ID="LinkButton3" runat="server" Style="color: white">
        Next &gt;</asp:LinkButton>
      <asp:LinkButton CommandName="Page" CommandArgument="Last"
       ID="LinkButton4" runat="server" Style="color: white">
        Last &gt;&gt;</asp:LinkButton>
</PagerTemplate>

Paradígmas digital – novos ditados populares

Como estamos na ‘Era Digital’, foi necessário rever os velhos ditados existentes e adaptá-los à nova realidade.

Vejam alguns:
1. A pressa é inimiga da conexão.
2. Amigos, amigos, senhas à parte.
3. Antes só, do que em chats aborrecidos.
4. A arquivo dado não se olha o formato.
5. Diga-me que chat freqüentas e te direi quem és.
6. Para bom provedor uma senha basta.
7. Não adianta chorar sobre arquivo deletado.
8. Em briga de namorados virtuais não se mete o mouse.
9. Em terra off-line, quem tem um 486 é rei.
10. Hacker que ladra, não morde.
11. Mais vale um arquivo no HD do que dois baixando.
12. Mouse sujo se limpa em casa.
13. Melhor prevenir do que formatar.
14. O barato sai caro. E lento.
15. Quando a esmola é demais, o santo desconfia que tem vírus anexado.
16. Quando um não quer, dois não teclam.
17. Quem ama um 486, Pentium 5 lhe parece.
18. Quem clica seus males multiplica.
19. Quem com vírus infecta, com vírus será infectado.
20. Quem envia o que quer, recebe o que não quer.
21. Quem não tem banda larga, caça com modem.
22. Quem nunca errou, que aperte a primeira tecla.
23. Quem semeia e-mails, colhe spams.
24. Quem tem dedo vai a Roma.com
25. Um é pouco, dois é bom, três é chat ou lista virtual.
26. Vão-se os arquivos, ficam os back-ups.
27. Diga-me que computador tens e direi quem és.
28. Há dois tipos de pessoas na informática. Os que perderam o HD e os que ainda vão perder…
29. Uma impressora disse para outra: Essa folha é sua ou é impressão minha.
30. Aluno de informática não cola, faz backup.
31. O problema do computador é o USB (Usuário Super Burro)…
32. Na informática nada se perde, nada se cria. Tudo se copia… e depois se cola.

Erro ao abrir Outlook 2003/2007

“Não é possível iniciar o microsoft office outlook. Não é possível abrir a janela do Outlook.”

Erro ao abrir o Outlook 2007 (Não é possivel abrir a janela do outlook)
Hoje depois de um reboot ao PC não estava a conseguir abri o Outlook.

Após alguma pesquisa e debug, lá encontrei a solução: “Limpar e gerar novamente o painel de navegação do perfil actual.”

Para isso basta ir ao “Menu Iniciar”, escolher a opção “Executar” e escrever o comando outlook /resetnavpane

Outros comandos que podem ser úteis para o Outlook:
http://office.microsoft.com/pt-pt/outlook/HP010031102070.aspx
http://www.mundibrasil.org/news/atualizacao-pode-causar-pane-no-outlook-saiba-como-resolver.html

Error “The report server database is an invalid version”

Source: Report Server Windows
Event ID: 117
Description: The report server database is an invalid version.

Reporting Services Configuration Manager

  1. Open up the “Reporting Services Configuration Manager” by going to Start -> Programs ->Microsoft SQL Server 2005 -> Configuration Tools -> Reporting Services Configuration.
  2. On the left hand side, click on “Database Setup”. (there should be a red “x” to the left of Database Setup.
  3. Choose the appropriate Server Name.
  4. For the Database Name, click “New” and do not use the default name “ReportServer” since it’s possible a .MDF file was already created with this name. I used “ReportServer2”.
  5. Make sure to choose the “Credentials Type” and enter the account information for a user who has create database permissions.
  6. Click “Upgrade”. Make sure you get all green check marks (even a warning message means the process probably didn’t complete properly).
  7. Click “Apply” at the bottom.

A WMI error has occurred and no additional error information is available

This can happen when you have different versions installed. For example, if you install SQL Server 2005 SP3 and later, and only then install the Reporting Services.

In this situation it should be rerun after the SP3 installation of Reporting Services

Installing GPMC on Windows Server 2008 and Windows Vista Service Pack 1

The Group Policy Management Console is included in Windows Server 2008; however, you must install it before you can use it. The domain controller promotion process installs GPMC on the server, in addition to adding the domain controller to the domain. Additionally, you can install GPMC on a member server as long as it’s a member of the domain. Let’s look at two ways to install GPMC on Windows Server 2008 (other than through DCPROMO).

Installing GPMC using Server Manager (Windows Server 2008)

The Group Policy Management Console is a Feature in Windows Server 2008. You install Features using Server Manager. Once installed, you can access the feature using Server Manager or you can the specific management console (like gpmc.msc).

read more »

Free Currency Converter

Free Currency Converter available in http://www.galhano.com/web/Services/?Action=CC

SQL collations

Query:

select * from fn_helpcollations()
where name like ‘%SQL_Latin1_General_CP1_CI_AS%’
or name = ‘Latin1_General_CI_AS’
or name like ‘%cp1%’

Query result:

read more »

Erro ao instalar Software de Hp Photosmart M525

Erro:

Falta de DLL slbcsp.dll e sccbase.dll

Resolução:

read more »

How to clear Outlook Contact history (auto display after TO:)

Short answer: Delete your NK2 file.

Slightly longer answer: In the C:\Documents and Settings\<user

name>\Application Data\Microsoft\Outlook directory there should be a file

with an NK2 extension. Deleting it should clear the auto-suggestion cache.