Ivan Porto Carrero
6 posts.
- Adding insert capabilities to the gridviewI didn't have time to wrap it in a proper control yet. In this post I'll just be putting the page implementation.
- Rss ParsingAs mentioned earlier in this blog, I am building a rss program together with Right now we have about 100000 feeds from this feeds I had before the weekend…
- A good url regular expression ?Update 8/11/2009: This post has moved and a new better version of the regex is there: http://flanders.co.nz/2009/11/08/a-good-url-regular-expression-repost…
- Creating pdf in .NET from htmlIn a previous article I mentioned iTextSharp as a library that you can use to generate pdf documents from. I couldn't get it to work. Today i downloaded…
- Adding an insert row to GridViewNatively the GridView doesn't support the insertion of records. However you can manipulate the footerrow in such a way that you can use it as an insertion…
- Creating pdf in .NET without crystal reportsEvery application needs reporting, my favorite is pdf. Virtually everybody has a pdf reader on his pc and if not they should get one ;-). Getting…
