Ya, I liked that one too, got another hour to go before Christmas drinkies.... very thirsty indeed ...
whatUrunning com
Posts
-
Best explanation of flowcharts I've seen -
SongBirdI've been using it for the last few weeks and I really like it, if they keep the current momentun behind it I think it will become a very popular player.
-
I am OffendedHopefully they won't all decide to redirect back again :doh:
-
Q would have loved one of theseIf the antenna was pointing at your head you might change your mind :^)
-
Q would have loved one of theseThe phone looks very retro although its still an impressive piece of kit: Mafia 'mobile phone gun' seized[^]
-
Where does app_offline.htm come fromIt is generated when you are Publishing a website, it is usually deleted after the Publish has completed.
-
NASA hiding the true colors of MarsOh the conspiracy, maybe NASA engineers are hoping to snap up the prime locations before the Mars property market takes off. ;P
-
FTI: Let me Google that for you...that is brillant, the simple ideas are always the best :)
-
asp.net tree viewIf you retrieve the data from the database using a DataReader you can populate a TreeView like this:
while (dataReader.Read())
{
TreeNode _newNode = new TreeNode();
_newNode.Text = "...";
_newNode.ImageUrl = "...";
_newNode.SelectAction = TreeNodeSelectAction.Expand;
_newNode.Target = "...";
_newNode.NavigateUrl = "...";
_newNode.Expanded = false;myTreeMenu.Nodes.Add(\_newNode);
}
-
You Tube - The Matrix Runs on WindowsThats funny, and very well done
-
HTOTDI wonder where all those brilliant costume designers are today
-
reciprocal link system -
reciprocal link systemsimple, create 2 web sites website1 and website2, put a link on website1 to website2, then put a link on website2 to website1, job done, reciprocal link system :zzz:
-
reasons for slow loading pageHow are you formatting the rows?
-
reasons for slow loading pageeyeseetee wrote:
One of the pages in my application is taking a lot longer then another page to load
If you are getting the data from a database it could be a database problem. Try running the same query on the database to see how long it takes to run. If it is slow, the table indexes may not be setup correctly.
eyeseetee wrote:
apart from the last row in the page
Do you mean last data row or footer row?
-
Draggable Sorting in HTML Select -
dynamically adding rows in gridviewIt depends on what you mean by dynamic. If you want to dynamically add rows on the server side and you are binding to a DataTable/Collection you can add rows to the DataTable/Collection and then re bind the GridView.
-
The end of an era - Windows 3.xIts hard to believe that it is still widely used but its the end for Windows 3.x[^]. Anyone have any fond memories?
-
Linux will ship on more PCs next year than Microsoft Windows -
Linux will ship on more PCs next year than Microsoft Windows