-
Recent Posts
Recent Comments
Archives
- November 2013
- October 2013
- August 2013
- July 2013
- June 2013
- March 2013
- January 2013
- December 2012
- November 2012
- October 2012
- June 2012
- January 2012
- April 2011
- March 2011
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- April 2008
- March 2008
Categories
Meta
Monthly Archives: August 2008
SQL Server Dynamic Query SQL Server without using Dynamic SQL but with XML
There always seems to be a need for dynamic SQL, but security seems too limit where it can be used. I found the article and it seemed very intriguing, but have not been able to deeply look into it, so … Continue reading
Posted in SQL Server
Leave a comment
JavaScript IE FireFox onload
There are problems with FireFox using onload. Most of the documentation and articles that I have read identifies that FireFox does not support onload. I currently have FireFox 3 installed and onload seems to work. But I have not been … Continue reading
Posted in JavaScript
Leave a comment
Passing Dictionary From JavaScript to ASP.NET Web Service
The ASP.NET project that I’m currently working on uses AJAX to save data to a Web Service. The web service is generic. The web page should be able to pass address, phone numbers, sales info and etc to the web … Continue reading
Posted in JavaScript
1 Comment
JavaScript Modal While Processing
On the current ASP.NET project that I’m working on, I’m using AJAX to save the user input to a WebMethod(WebService). While the save is running the user needs to be prompted that their data is being save. At this time … Continue reading
Posted in JavaScript
Leave a comment