ASP.NET If you are retrieving or adding values from and to your database then you will know the difficulties that can be caused by NULL values. The notorious InvalidCastException is one example of rec… more →
Justin Cooney - Programming Tipswrote 1 week ago: ASP.NET If you are retrieving or adding values from and to your database then you will know the diff … more →
wrote 2 weeks ago: In file app/code/community/VladimirPopov/WebForms/Block/Webforms.php ,you can see the code is encode … more →
wrote 1 month ago: I’ve been spending a lot of time over the past few months digging into the new features offere … more →
wrote 2 months ago: Here’s my steps and workarounds from the very beginning (in Visual Studio 2012), hopefully som … more →
wrote 2 months ago: Sometimes you will want to do something very specific on a Web page using a combination of popular t … more →
wrote 2 months ago: JQuery Dialog on Blur In this article I will review how to set up a basic JQuery UI Dialog widget to … more →
wrote 2 months ago: I recently had a problem at work where I wanted to use some code that writes to the Response.Output … more →
wrote 2 months ago: or in other words, ‘Making the Enter Key Your Bitch’. For my most recent project I have … more →
wrote 2 months ago: I came across this question on the forums from antrea, who had a fairly straight-forward request to … more →
wrote 2 months ago: When you are developing a new Web form there are a number of useful technologies that you can use to … more →
wrote 3 months ago: Have you ever been working on a WebForms-based project and you made a change only to build your proj … more →
wrote 3 months ago: The ASP FileUpload control can be handy if you are working with web-forms as a means to easily integ … more →
wrote 3 months ago: ShowModalDialog Example Using the JavaScript showModalDialog function is a useful way for Web develo … more →
wrote 4 months ago: JQuery Form Dialog with GridView Hooking up a JQuery Form Dialog Widget to an ASP.NET GridView Contr … more →
wrote 4 months ago: I have seen many people asking questions in forums about Mobile web application development using AS … more →
wrote 5 months ago: My employer posted my blog entry yesterday of my travels to MVC. Read about it Here: http://blog.app … more →
wrote 5 months ago: If you are looking for a tool to convert an HTML document to a PDF, then the iTextSharp converter is … more →
wrote 6 months ago: Connection Code: <code> public class DemoProjConnectionClass { public SqlConnection DemoProjCo … more →
wrote 6 months ago: Generating GUIDS in ASP.NET GUIDs are useful tools for .NET developers and Windows developers in gen … more →