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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|