Where in the world is Efedablio?
Exibir mapa ampliado
Cloud Efedablio
Postado por ANDERSON BUENO Marcadores: efedablio às 06:20 0 comentários
Delete em cascata
ALTER TABLE [dbo].[TB_FW_TransacaoGrupo] WITH CHECK ADD CONSTRAINT [FK_TB_FW_TransacaoGrupo_TB_FW_Transacao] FOREIGN KEY([ID_TRANSACAO])
REFERENCES [dbo].[TB_FW_Transacao] ([ID_TRANSACAO])
ON DELETE CASCADE
GO
ALTER TABLE [dbo].[TB_FW_TransacaoGrupo] CHECK CONSTRAINT [FK_TB_FW_TransacaoGrupo_TB_FW_Transacao]
GO
Postado por ANDERSON BUENO Marcadores: sql às 09:43 0 comentários
Como carrer Usercontrol num Panel
Postado por ANDERSON BUENO Marcadores: c# às 16:18 0 comentários
Bug on DevExpress Aspxbutton
CASE: A DevExpress Aspxbutton, when has a ICON (image url) and a format on page and the page theme is defined on codebehind, the aspxbutton gets, strangly, too big!
TEST: 4 buttons, trying all possibilities (with/without icon X with autoformat/no autoformat)
this page has a theme defined on coebehind (plastic blue)
It means that you cannot create a page with a devexpresstheme (such as Plastic Blue, used in this sample), set a different autoformat to aspxbutton AND set an image as icon (aspxbutton's image url property).
Download the solution on 4shared.
Assembly="DevExpress.Web.v9.3, Version=9.3.4.0
UPDATED (2011, March 18): It's fixed by DevExpress new version!
I just downloaded DevExpress Themes's files and it's ok now! See:
Postado por ANDERSON BUENO Marcadores: devexpress às 13:01 0 comentários
Aspxhyperlink (a:visited) + Aspxgridview (w/ columns) + IE, sux! ( Dexpress #fail )less than a minute ago via webAnderson
smurf1s81
Postado por ANDERSON BUENO Marcadores: devexpress, microsoft às 23:11 0 comentários
Facebook style
Aplicações desenvolvidas por mim, usando DevExpress, C#, CSS (w3c's webstandard) e uma GUI semelhante a Facebook.
Postado por ANDERSON BUENO Marcadores: devexpress, efedablio, framework às 00:12 0 comentários