Browse by Tags

All Tags » . NET FAQ (RSS)

Introducing .NET 4.0 & ASP.NET 4.0 [ JorDev ] by Abdulla.Abdelhaq

This is the Session that I did via JorDev (Jordan .NET User Group), in Princess Sumaya University for Technology - Loaui Shammout Auditorium Feb 25, 2010 1. Title : Introducing .NET 4.0 & ASP.NET 4.0 2. Topics : Dynamic Languages Run time (DLR) CLR...

PEX - Let Me Fix Your Code [JorDev User Group] by Abdulla.Abdelhaq

Hello .NET Heroes, This is my session on Microsoft PEX that I gave on JorDev User Group (Jordan .NET User Group), and for those who do not know What JorDev is? it is simply one of the biggest .NET User Group in Middle East. Location : MIC (Microsoft Innovation...

How To Embedded StyleSheet File with Custom Control. by Abdulla.Abdelhaq

How to embedded StyleSheet file with custom control? Question has been opened many time on ASP.NET forum. So in this article, I will try to demonstrate how to achieve this task. In General In general, if you want to embedded any thing with custom control...

How to fix this .. The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>). by Abdulla.Abdelhaq

Sometimes when you write inline code inside Javascript tag or inside style sheet tag within the header of the page just like code 1 , the yellow error page will explode in your face telling you that The Controls collection cannot be modified because the...

RadioButton inside GridView, How to get it work as normal. by Abdulla.Abdelhaq

As we all know, RadioButton control used in a situation when you want end-users to select only one option at a time from group of options. Did you tried before to drag a RadioButton control inside a Gridivew templatefield, and then you attempt to select...

Displaying Arabic Number. by Abdulla.Abdelhaq

Well, most applications that I worked with was multilingual that supports English UI and Arabic UI. And one of the major issue that we have faced is displaying Arabic numbers without the need of changing the regional settings of the PC. So the code below...

Adding ToolTip for each List Item. by Abdulla.Abdelhaq

In Some cases, you have a restricted design that forces you to place a DropDownList control inside a "td" or "div" element, which has a fixed width. if that DropDownList contains long pieces of text then the user will not be able to read the whole text...

VS Debug Problem with IE8 by Abdulla.Abdelhaq

Normal 0 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt...
More Posts