.Net developer

Cloud Efedablio

Where in the world is Efedablio?

Exibir mapa ampliado

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

Vicio-game

Como carrer Usercontrol num Panel

Control control = Page.LoadControl("../../WebControls/core/services/usercontrol.ascx");
control.GetType().GetProperty("nome_da_propriedade").SetValue(control, "valor", null);
pnl.Controls.Add(control);

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:







Aspxhyperlink (a:visited) + Aspxgridview (w/ columns) + IE, sux! ( Dexpress #fail )less than a minute ago via web

Facebook style

Aplicações desenvolvidas por mim, usando DevExpress, C#, CSS (w3c's webstandard) e uma GUI semelhante a Facebook.