|
|
Browse by Tags
All Tags » Programming wit... » Tools and Tips
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 /> ...
|
|
|