| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I have tried to add Design-Time Attributes to my controls, but they do not
seem to be making any difference. Here is an...
Nathan Sokalski
|
01-03-2008 03:18 PM
Nathan Sokalski | 0 | 585 |
|  | I've been building a server control in an assembly and I want to embed
all the related resource files (.js, .css and .gif) within the
assembly DLL...
thfeldman67@gmail.com
|
01-03-2008 09:12 AM
thfeldman67@gmail.com | 0 | 70 |
|  | I have a validator that I wrote by inheriting from BaseValidator. At certain
points in the code, I need to access other controls on the page...
Nathan Sokalski
|
01-02-2008 11:42 PM
Nathan Sokalski | 2 | 64 |
|  | 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...
Academia
|
01-01-2008 04:58 AM
Academia | 4 | 71 |
|  | 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...
Sobin
|
12-30-2007 11:48 AM
Sobin | 0 | 68 |
|  | 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...
r.vries
|
12-26-2007 02:25 PM
r.vries | 1 | 65 |
|  | 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...
Nathan Sokalski
|
12-26-2007 11:06 AM
Coskun SUNALI [MVP] | 2 | 64 |
|  | 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...
Nathan Sokalski
|
12-23-2007 11:25 AM
Nathan Sokalski | 2 | 68 |
|  | I want all the text in the table have the font face Verdana.
I tried:
<table><font face="Verdana">
But that didn't work.
Academia
|
12-21-2007 09:35 PM
Academia | 1 | 71 |
|  | 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...
Harper Trow
|
12-14-2007 04:04 PM
Harper Trow | 0 | 90 |
|  | 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...
Monty
|
12-04-2007 03:37 PM
Monty | 1 | 99 |
|  | I am trying to add a simple Style property to our base User Control. Even if
I add it as a simple string type, I get the error "Operation GetValue on...
Steve Trandahl
|
12-01-2007 06:24 PM
Steve Trandahl | 3 | 77 |
|  | 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...
CaptnKebec
|
11-30-2007 11:23 AM
CaptnKebec | 0 | 92 |
|  | there seems to be different scenarios when controls that are added to a
control's hiearchy are rendered. If you just add them to the hierachy...
TS
|
11-27-2007 05:01 AM
Walter Wang [MSFT] | 4 | 93 |
|  | hey all,
i have a solution that contains a website and class library. when i add a
web custom control to my class library and compile it it shows up...
rodchar
|
11-20-2007 08:25 PM
rodchar | 0 | 69 |
|  | hey all,
I'm trying to follow the article walkthrough from msdn and had an issue that
i'd like to get some help with if i could. i've gone thru the...
rodchar
|
11-20-2007 03:01 PM
rodchar | 1 | 67 |
|  | I've seen alot of questions and replies about building controls dynamically
in ASP.net but i can't find one with answers to my specific...
D.Dark
|
11-20-2007 08:36 AM
D.Dark | 2 | 64 |
|  | I have a custom control that I wrote (I inherit from
System.Web.UI.WebControls.CompositeControl). I dynamically add this control
to my Page, but I...
Nathan Sokalski
|
11-20-2007 02:36 AM
Beatrix | 6 | 67 |
|  | ca y est, elle est enfin accessible ŕ tous.
Une salle de réception ou de concert pouvant acceuillir jusqu'ŕ 250 personnes assises.
Pour plus d'infos...
satfever@msn.com
|
11-19-2007 01:24 PM
satfever@msn.com | 0 | 63 |
|  | Hi,
My idea is that I want to draw more textboxes runtime, with a "for".
Like
for (i=0; i< sg;i++)
{
TextBox something+i = new TextBox; ...
Beatrix
|
11-19-2007 10:24 AM
Beatrix | 0 | 70 |
|  | i'm curious as to which events should a drop down list's values be loaded
and when the correct value should be set selected.
And what is the logic...
TS
|
11-19-2007 07:14 AM
TS | 3 | 63 |
|  | Dear All,
I have checked many places but couldn't find the error in this script.
Error is:
"Control 'YourAnswer' of type 'TextBox' must be placed...
Beatrix
|
11-19-2007 06:05 AM
Riki | 3 | 69 |
|  | Hi, I have recently come across a subtle behavior of ASP.NET 2.0 user
controls, for which i cannot find the cause and therefore need som help. I
have...
Svetoslav Vasilev
|
11-19-2007 03:14 AM
Svetoslav Vasilev | 0 | 67 |
|  | Whilst building an editor for a Web Control I'm finding it necessary to
discover info about other folders and files of the web site that the...
Anthony Jones
|
11-15-2007 11:30 AM
Anthony Jones | 0 | 70 |
|  | Hi,
When I do some changes to the control properties it doesn't refresh it's
child controls.
For Example, I have a composite control with child...
HipHopper
|
11-13-2007 02:00 PM
HipHopper | 0 | 65 |
|  | I want to set a navigate URL to include the name of a file, that is derived
from a field from the SQL query. I get "Server Tag is not well formed"...
Anne Butera
|
11-13-2007 01:59 PM
Anne Butera | 4 | 63 |
|  | You might look at <canvas>. It's not a .net control - it's entirely
client-side. You'd also have to implement the hooks for user
control. It's...
Jurjen de Groot
|
11-08-2007 09:03 AM
Samuel R. Neff | 4 | 75 |
|  | i m craeting a custum control and implementing i call back event
handler in my control my code is this
using System;
using...
shuaib.is.khan@gmail.com
|
11-01-2007 07:46 AM
shuaib.is.khan@gmail.com | 0 | 71 |
|  | Hi,
I have used a literal control in my form and it's text is generated
dynamically. It has all the products with checkboxs. Now i want all...
Mansi Shah
|
10-31-2007 02:35 AM
Mansi Shah | 2 | 60 |
|  | I have developed a Windows Forms Control (WFC) which is used in a web page.
The control is developed in C# using the 2.0 framework and the...
Leslie
|
10-29-2007 10:27 PM
Leslie | 7 | 75 |
|  | I have added Description attributes to several of my Control's Properties,
but they are not appearing in the Property Browser. Here is the...
Nathan Sokalski
|
10-29-2007 08:13 PM
Tom Shelton | 1 | 78 |
|  | I'm trying to inherit from the following in my class, but I get:
The type 'System.Web.Services.Protocols.WebClientAsyncResult' has no
constructors...
Dave
|
10-28-2007 02:30 AM
Teemu Keiski | 1 | 61 |
|  | If I create a control which uses an embedded image and then put in on an
HTTPS request IE complains about having secure and nonsecure items.
The...
Chuck P
|
10-22-2007 06:29 AM
Walter Wang [MSFT] | 5 | 66 |
|  | How can I to convert a data String to Properties of de controls?
example:
dim prop as String="Visible"
textbox1.prop="true"
can this become...
Joennacha
|
10-18-2007 11:06 AM
Joennacha | 0 | 69 |
|  | I have been using this computer program for a couple weeks now and i am very pleased with the results so far. its a software fatloss program, if your...
Angel vasquez
|
10-15-2007 06:32 PM
Angel vasquez | 0 | 64 |
|  | I'm getting the following error messages when I view my
ComposisteControl in design time mode.
"Error Rendering Control - <My Control Name>"
"An...
MC
|
10-14-2007 09:35 PM
Steven Cheng[MSFT] | 11 | 95 |
|  | Hi
I have a base user control that is inherited from System.Web.UI.UserControl.
It has a single button on it. I want to derive few other controls...
Vikas Manghani
|
10-14-2007 11:28 AM
Vikas Manghani | 0 | 66 |
|  | Watch NFL Games Online!
For every one who wants to watch the games online because they dont live in the teams town or are at work i found a site that...
Dexter H.
|
10-13-2007 09:00 PM
Dexter H. | 0 | 72 |
|  | Hi
I would like to have the flexibility of authoring a user control in
the visual designer as well as having composite control features such
as...
Itaichuk
|
10-13-2007 06:32 AM
Itaichuk | 0 | 74 |
|  | Does anyone know of a good Gantt Chart control which
1: shows week numbers
2: allows the user to interect with it (i.e. not just an image) and
3: is...
Evan Camilleri
|
10-12-2007 05:27 AM
Evan Camilleri | 0 | 66 |
|  | Hello fellow Comrades,
I am writing a custom control and trying to only return a specifi list
of styles available to select from the dropdown list of...
Phil
|
10-11-2007 07:38 AM
Phil | 0 | 72 |
|  | Hello,
I am using VB.NET in Visual Studio 2005 to develop ASP.NET 2.0 web
applications. I am developing a control library with all the...
Isai
|
10-09-2007 12:05 PM
Isai | 0 | 71 |
|  | Does anyone know how I can use a repeater in a server control? This means I
do not want to have an ascx file. I am particulairly stuck with setting...
Joe C
|
10-05-2007 01:31 PM
Joe C | 4 | 70 |
|  | I have a couple controls that inherits from webcontrol.
When I drop one of the controls on a new webpage
I get
<link...
Chuck P
|
10-02-2007 08:44 PM
Walter Wang [MSFT] | 4 | 73 |
|  | If anybody has some time and wants to meet to study for the midterm
give me a call a 713-854-8721.
Thanks,
Joshua
Joshua
|
10-01-2007 04:57 PM
Joshua | 0 | 68 |
|  | I have a CompositeControl (called SimplePager) that creates an
UpdatePanel in its CreateChildControls override. The CompositeControl
uses two...
jeljeljel
|
09-28-2007 12:25 AM
Nathan Sokalski | 1 | 73 |
|  | Does your control create child controls in CreateChildControls?. That way
you ensure controls are there when you access the Controls...
Nathan Sokalski
|
09-27-2007 04:55 PM
Nathan Sokalski | 5 | 64 |
|  | In my protected override void CreateChildControls()
I am trying to create an image control where the image is an embedded
resource.
Image img =...
Chuck P
|
09-24-2007 11:29 PM
Walter Wang [MSFT] | 1 | 63 |
|  | I've built this custom control and it works great, but I can't get it
to NOT throw an error in design time. I don't necessarily want it to
be...
kriknav@gmail.com
|
09-21-2007 01:43 PM
kriknav@gmail.com | 0 | 102 |
|  | I am creating a CompositeControl that contains a Table. The rows in
the Table are controlled by an internal pager. The control renders
the pager...
jeljeljel
|
09-20-2007 02:36 PM
Teemu Keiski | 1 | 110 |