Browse by Tag: ASP-net


 
Dynamic Javascript - ASP.net by JZ
The following examples demonstrate a dynamic Javascript in ASP.net. [read more]
Browser RSS Icon by JZ
Major browsers have an RSS icon that will highlight indicating an RSS feed is available. For developers to utilize this feature they must include references to the RSS file(s) in the head section of the web page. [read more]
How to Generate Random Numbers - ASP.net by JZ
Creating a function to generate a random number within a specified range is rather simple. [read more]
SQL: How to toggle a bit field by JZ
Here is a very simple yet nifty little function to perform a bit-wise operation in an SQL update statement. The following statement is an example that toggles a bit value for a field named IsLockedOut. [read more]