| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | 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 | 298 |
|  | 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 | 311 |
|  | 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 | 278 |
|  | 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 | 249 |
|  | 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 | 267 |
|  | 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 | 279 |
|  | 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 | 702 |
|  | 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 | 320 |
|  | 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 | 972 |
|  | 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 | 824 |
|  | 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 | 309 |
|  | 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 | 324 |
|  | 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 | 311 |
|  | 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 | 307 |
|  | 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 | 341 |
|  | 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 | 349 |
|  | 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 | 342 |
|  | 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 | 421 |
|  | 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 | 329 |
|  | 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 | 326 |
|  | 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 | 347 |
|  | 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 | 367 |
|  | 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 06:46 AM
shuaib.is.khan@gmail.com | 0 | 364 |
|  | 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 01:35 AM
Mansi Shah | 2 | 338 |
|  | 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 09:27 PM
Leslie | 7 | 346 |
|  | 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 07:13 PM
Tom Shelton | 1 | 426 |
|  | 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 | 463 |
|  | 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 | 338 |
|  | 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 | 327 |
|  | 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 | 547 |
|  | 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 | 326 |
|  | 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 | 325 |
|  | 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 | 322 |
|  | 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 | 315 |
|  | 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 | 312 |
|  | 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 | 372 |
|  | 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 | 310 |
|  | 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 | 508 |
|  | 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 | 301 |
|  | 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 | 414 |
|  | 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 | 438 |
|  | 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 | 405 |
|  | I working through a book on ASP.Net, I added a GridView and SQLDataSource.
Everything worked as expected upon debugging. The rows were displayed...
WhiskeyRomeo
|
09-19-2007 04:26 PM
WhiskeyRomeo | 1 | 328 |
|  | Hi,
I'd like to extend the CheckBoxList control so that I can set multiple
selection declaratively. Right now, I'm thinking of simply giving it...
Simon
|
09-13-2007 11:19 AM
Simon | 2 | 280 |
|  | Has anyone done this or have an idea to go about it? I've been trying
many different ideas, but no luck so far. Basically add EnableAjax
property...
Risso.D@gmail.com
|
09-12-2007 07:51 PM
Risso.D@gmail.com | 0 | 223 |
|  | Hi,
I have created a web user control (ascx).
I have added some controls in there.
I would like to create another web user control with the same...
Marc Cardenas
|
09-12-2007 10:06 AM
Marc Cardenas | 0 | 212 |
|  | Hello, I am extending a webcontrol, and I need to generate an array of
objects of type dropdownlist, whose event selectedindexchanged must fires...
Sergio E.
|
09-11-2007 03:17 PM
Sergio E. | 2 | 174 |
|  | I'm trying to build a User Control in C# for ASP.NET 2.0. My user control
contains two ListBoxes. I am exposing the Items property of each ListBox...
cpnet
|
09-11-2007 07:13 AM
cpnet | 2 | 208 |
|  | Greetings
I'm developing a WebControl and I need to check the Page.Culture
property in DESIGN time, in order to display the proper contents on
the...
PJ
|
09-10-2007 09:35 PM
PJ | 1 | 175 |
|  | Is their an easy way to create a TypeConverter for enums you want displayed
as a CheckBox List.
For example
enum ...
=?Utf-8?B?Q2h1Y2sgUA==?=
|
09-10-2007 09:09 PM
Walter Wang [MSFT] | 4 | 287 |