joshirushabh

Stories submitted by joshirushabh

Top 10 .NET bloggers (weblogs.asp.net)

submitted by joshirushabhjoshirushabh(810) 5 years, 8 months ago

Nice compilation of some good .NET bloggers ... read more...

add a comment |category: |Views: 21

tags: another

Enhancing ASP.NET pages using Javascript (ondotnet.com)

submitted by joshirushabhjoshirushabh(810) 5 years, 8 months ago

Nice article explaining how to fill in ASP.NET gaps using little client-side magic. read more...

add a comment |category: |Views: 6

tags: another

Creating custom, truly modal pop up messages using Javascript(slayeroffice.com)

submitted by joshirushabhjoshirushabh(810) 5 years, 8 months ago

I was looking for a clean way of creating truly modal pop up messages in my VB.NET application. This article explains how to do it using Javascript. The basic idea is to over-ride the default window.alert method of a browser. read more...

1 comment |category: |Views: 63

tags: another