Viewing 15 posts - 1 through 15 (of 73 total)
Sold! It'll be a user control on my personal dashboard.
http://www.aspsnippets.com/Articles/Display-list-of-files-from-Server-folder-in-ASPNet-GridView.aspx
Imports System.IO
Partial Class production_content_misc_Default
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal...
April 29, 2015 at 9:40 pm
I would recommend creating a new thread. The assumption on most forums is that any post to a thread is directly relevant to the specific issue of the original poster,...
April 29, 2015 at 7:09 pm
Done. Fixed. Working. Thanks.
April 12, 2015 at 3:16 pm
Well isn't that spiffy, every week ending date from a single Saturday.
SELECT CAST(DateAdd("d",Value * 7,'3/28/2014') as Date) as WE_Date FROM TallyTable
March 25, 2015 at 7:13 pm
1. Allow Remote Connection is enabled
2. My domain account has login permissions
3. TCP/IP is enabled using 1433
If it's any help, I'm also having problems with IIS on the same machine...
February 21, 2015 at 10:39 am
At some point, but I prefer to play with it now as its a rather effective means of learning. If you can't put the concepts together to build something, at...
September 19, 2010 at 7:42 pm
I just came to the stunning realization that I could greatly streamline the overall performance by using the tally table to determine the color of the individual cells instead of...
September 19, 2010 at 8:06 am
I just ran across your article on Tally Tables and I don't know if I'm more surprised over the technique or that I nearly, mostly, sorta comprehend it. Its the...
September 9, 2010 at 5:26 pm
Jeff Moden (9/9/2010)
david.c.holley (9/9/2010)
September 9, 2010 at 4:42 pm
The underlying goal is NOT to expand the number of days - taking a start date of 9/1 with an end date of 9/15 and creating records for 9/2 -...
September 9, 2010 at 12:23 pm
Its now a moot point as I've realized the better way to approach it on the ASP.NET side. However, I'm still curious about it for academic reasons.
September 9, 2010 at 5:54 am
The question came up related to this post in an Access forum with some rather funky things happening after SQL Server generates an email.
http://social.msdn.microsoft.com/Forums/en-US/accessdev/thread/9ddf7bb7-410e-499a-83b8-2c48a5b1bd1c
September 7, 2010 at 1:28 pm
Thanks for the suggestions. The purpose of chasing the comma-delimited list of child records arose out of a practical need that's now a moot point (for now at least). The...
September 5, 2010 at 9:51 pm
Jeff Moden (8/6/2010)
david.c.holley (8/6/2010)
September 5, 2010 at 11:28 am
I'd consider myself an advanced beginner. I started playing around with a table valued function mostly to see what would happen. I ended up creating one that uses a function...
August 6, 2010 at 7:09 am
Viewing 15 posts - 1 through 15 (of 73 total)