HELP ME...Panel control not maintaining scroll position
Sun, 30 Dec 2007 23:18:38 +0530
Hi all,
I am new to ASP .NET. In my webpage there is a panel control with vertical
scroll bar enabled.Inside the panel there is a treeview control.I'm
populating the nodes at run time through database connection.The nodes are
large in number, sothat I've to scroll down to view the last nodes. The
problem is ...
|
How to make a table draw lines between cells
Wed, 26 Dec 2007 11:26:06 -0500
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
...
|
Controlstate confusion
Wed, 26 Dec 2007 01:50:44 -0800 (PST)
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.
Postback occured
-LoadC ...
|
Adding controls to the ItemTemplate of a Repeater in a CompositeControl
Sun, 23 Dec 2007 21:57:34 -0500
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 templated
contr ...
|
How to change the font of all cells
Fri, 21 Dec 2007 19:48:58 -0500
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
...
|
MI5-Persecution: MI5 are Afraid to Admit Theyre Behind the Persecution (28098)
16 Dec 2007 17:06:54 GMT
MI5 are Afraid to Admit They're Behind the Persecution
MI5 have issued a formal denial of any involvement in my life to the
Security Service Tribunal, as you might expect them to; but, more
importantly, the persecutors have never denied that theyre from the
Security Service, despite several years of accusati ...
|
MI5-Persecution: Why do you think MI5 are responsible? (4085)
16 Dec 2007 12:02:22 GMT
Why do you think MI5 are responsible?
The question of who is ultimately responsible for this eight-year
harassment is one which is very difficult to answer, as the persecutors
have never clearly made their identities known to the persecutee. However,
I believe I am correct in attributing the continuing victi ...
|
|
|
how can I reference a user control from a page class?
Fri, 14 Dec 2007 14:04:00 -0800
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 to the
web.conf ...
|
Naming Container difference between VS2003 and VS2005
Tue, 4 Dec 2007 16:30:23 -0500
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" DataKeyField="myID" ...
|
Web Custom Control Absolute positioning in VS 2008
Fri, 30 Nov 2007 09:23:02 -0800
Hi all,
I've built customs controls with VS 2005, now I've recompiled and use them
in the new VS 2008 but the controls no longer works as for positioning. I
can't even move them in the designer.
I've notice that the "me" object in the "render" event on the control no
longer has values for style("top") or ...
|