Everybody familiar with Enum in server side scripting language. I was wondering if we can define Enum type in JavaScript and I found that we can define type as Enum. Here is the syntax to define Enum. Here is example…
Everybody familiar with Enum in server side scripting language. I was wondering if we can define Enum type in JavaScript and I found that we can define type as Enum. Here is the syntax to define Enum. Here is example…
In this article I will show you how you can bind Jagged array or single dimension array to the repeater control. 1) Jagged array Let’s create Jagged array first. Create repeater control on the aspx page. Bind Jagged array to…
I was trying to access session inside ASHX page but I was getting a null reference exception. I think session should be available on every request but it’s not the case with ASHX handler. I was wrong there. If you…
You need to specify Control ID (clicking on this control trigger to open modal popup) to TargetControlID property of ModalPopupExtender control and TargetControlID is required property. If you don’t set value to TargetControlID property or you set empty value, you…
Have you ever wonder what’s difference between “throw ex” and “throw’? I used to do “throw ex” from inside catch block rather than “throw”. But it’s really need to know the different between those two. Let’s create a sample web…
Recent Comments