December 2004 - Posts

29 December 2004
Add a JavaScript Confirm function when deleting a row from a datagrid
Lets say your datagrid looks like this: <asp:datagrid OnItemDataBound="dg1_OnItemDataBound"...> <Columns> <asp:TemplateColumn> <ItemTemplate> <asp:Button runat="server" Text="Delete" id="btnDelete" CommandName="Delete" CausesValidation="false"></asp:Button> </ItemTemplate>... Read More...
28 December 2004
<XSLT:Blog /> added TopXML.com to the legend list.
TopXML.com is one of the companies I work for since a while and now they have been added as a legend of the XSLT community to the <XSLT:Blog /> . I am sure that I dont need to explain what TopXML.com is about. If you dont know TopXML.com, I recommend that you take a look and you surely will understand... Read More...
22 December 2004
New Design on XMLPitStop
Just in the case you haven't recognized yet. XMLPitStop has a new design and a cleaner structure. Furthermore we have an admin section which allows us to manage articles and code snippets easily. Feel free to submit your thoughts and ideas to headgeek@xmlpitstop.com . Sonu Read More...
21 December 2004
Cast from type 'DBNull' to type 'String' is not valid.
I have seen this question many times in the ASP.NET forums and thought that it would be a good idea to blog about. When you are working with functions in the HTML of your DataGrid and passing the value (which can be also NULL) from the database to a function, which accepts a string, then you will get... Read More...
16 December 2004
XML Reblogger passed 1000 posts in nearly one month
The Reblogger which was published on Thursday, November 11, 2004 and started initially with 127 posts has passed today Thurday, 16 December 2004 1000 posts in nearly one month. This is so great. Interested in Reblogger for your own WebSite? Sonu Read More...
09 December 2004
XMLPitstop is looking for Authors
David Silverlight the headgeek of XMLPitStop.com told me that he is looking for authors who want to contribute articles on www.XMLPitStop.com . If you have any ideas for an article and would like to publish it on XMLPitStop.com then you can contact either me via the contact page or directly David Silverlight... Read More...
More Posts