Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > asp.net building controls > december 2007

connecting to a cifs or windows share on a nas device using a specific username and password
Posted by Carl at 12/27/2007 12:33:30 PM
In ASP.Net, how can we connect to a nas that uses cifs for its file sharing protocol. Currently we should be able to provide the ip address or hostname of the nas, the sharename along with any directories to go directly into that sharename, and the username and password. This username and ...more >>

How to make a table draw lines between cells
Posted by Academia at 12/26/2007 11:26:06 AM
I think this is a simple question but I can't find the answer. I have in the head: <style type="text/css"> table.c7 {font-family: Verdana} and in the body: <table class="c7"> The cell are not outlined. How can I force the lines between the cells to be drawn? Thanks for any help ...more >>

Controlstate confusion
Posted by r.vries at 12/26/2007 1:50:44 AM
Hi, I'm just starting with asp.net and created a toolbar (custom) control. Everything works fine but when I do a postback a pushed button gets 'the 'unpushed' state... I'm using LoadControlState and SaveControlState but the events aren't fired in the order I thought they would. Postbac...more >>

Adding controls to the ItemTemplate of a Repeater in a CompositeControl
Posted by Nathan Sokalski at 12/23/2007 9:57:34 PM
I am write a CompositeControl, and one of the controls being included is a Repeater. This is my first time including a templated control in a control other than a UserControl. I am not sure how to add controls to the templates or how to do the databinding when using the Repeater (or any other ...more >>

Dynamically generating CSS classes
Posted by Nathan Sokalski at 12/22/2007 10:56:47 PM
There are many situations in which we want to assign certain styles with multiple CSS properties to a control, quite often the same ones for multiple controls. Sometimes these styles must be dynamically generated just like the other parts of the control. Because of the need to have the style ...more >>

How to change the font of all cells
Posted by Academia at 12/21/2007 7:48:58 PM
I want all the text in the table have the font face Verdana. I tried: <table><font face="Verdana"> But that didn't work. Is there a way to change the font of all cells by one specification? Thanks ...more >>

how can I reference a user control from a page class?
Posted by Harper Trow at 12/14/2007 2:04:00 PM
I am trying to reference a user control from a custom page class that all of my other pages inherit from. Since the base page class is just a class file with no aspx partial, I cannot use a @Register directive to register the user control with the page class. I tried adding the user control ...more >>

Naming Container difference between VS2003 and VS2005
Posted by Monty at 12/4/2007 4:30:23 PM
I have an ASP.Net project I developed in VS2003 (ASP.Net 1.1) that works fine, but when I convert it to VS2005 (ASP.Net 2.0) it's behavior seems to change. I have the following datagrid in my project: <asp:datagrid id="grid" runat="server" AutoGenerateColumns="False" AllowSorting="False" Da...more >>




DevelopmentNow Blog