Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
in Search
Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » Programming wit... » Tools and Tips
  • Comments on some article comments

    I just thought it would be beneficial to all if I comment on two comments that I recieved on my article about keeping scrollback position. Let's start off with the contridictary comment: Is this the same code as here, did Justin acknowledge Stanley Glass? Even though it is in VB. I am unsure. Just look at the date of my article and compare it ...
    Posted to Justin Lovell's Blog (Weblog) by jlovell on September 18, 2004
  • Collection management during design-time

    This has become a FAQ over the time and so I have decided to just write a darn blog post about it. With collection management during design-time is fairly easy. In fact, too easy. However, sooner or later, you would like to have a multi-dimension collection. Let's take for example: [ParseChildren(true, ''Tabs'')][PersistChildren(false)]public ...
    Posted to Justin Lovell's Blog (Weblog) by jlovell on September 7, 2004
  • Pagination Removed from Whidbey

    One of things featured in the Alpha (Preview Release) is Pagination. How pagination works is the use of the ExecutePageReader method from the DbCommand class. In the Beta One release, the ExecutePageReader method is now obsolute. With the pagination, you can query what section of the data can be read from database. For example, you can say that ...
    Posted to Justin Lovell's Blog (Weblog) by jlovell on August 28, 2004
  • Tool to convert VB.NET code to C#?

    I am back! Ok, down to business -- we have all seen/heard (or done) moaning of converting C# code to VB.NET code. So there pops up a few conversion tools for converting C# to VB.NET code! But did anyone even consider the C# guys wanting a tool to convert all the VB.NET code to C#? I do not think so. However, there is something that was hiding ...
    Posted to Justin Lovell's Blog (Weblog) by jlovell on August 6, 2004
  • Server Controls in Custom Collections -- kicking the life into them

    A while ago, I posted a blog post on how to do the server controls into collections. That blog post was not only a problematic one regarding the VS.NET designer but you would have noticed that those server controls are not given the full 'life' in the page cycle as noted by Auter (he does not know it there but he will know in this blog post ...
    Posted to Justin Lovell's Blog (Weblog) by jlovell on May 24, 2004
  • Collection management with server controls

    This is a FAQ at the www.asp.net forums; and I have decided to blog a sample of the code required for this to work. Basically, what is asked is how to make syntax like this, in a ASP.NET page, turn into objects for a collection inside the control: <jlc:CollectionControl runat=server>   <jlc:Tab Something=Boo />   ...
    Posted to Justin Lovell's Blog (Weblog) by jlovell on February 29, 2004