| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi,
I'm working on a .net application where i'd like to implement the same
design-time behavior as used when working with...
Chris
|
11-11-2003 03:25 AM
Chris | 0 | 14 |
|  | Can we handle events for user controls?
If so how?
Suppose we r creating a user control using a label can we
handle a event for the user control...
Vannela
|
11-10-2003 11:06 PM
SSW | 3 | 22 |
|  | I am using LicenseProvider to enable licensing for a web user control
using C#. My license consists of a signed XML .lic file. Among other
things,...
AT
|
11-10-2003 10:53 PM
AT | 0 | 17 |
|  | I am creating a tab control. I want to allow the user to drop controls on my
tab control at design time the way one can drop controls onto a...
Chad
|
11-10-2003 01:30 PM
Teemu Keiski | 1 | 17 |
|  | Hello,
I am trying to make a Web Cstom Control with a property which is simply
a reference to another control. This is exactly the same as the...
Mike Lavender
|
11-10-2003 11:26 AM
jline | 1 | 15 |
|  | Can we fire a user control event when the user does the
action not in the webservers or custom control event?
What actaully I want is to handle a...
Vannela
|
11-10-2003 05:52 AM
Vannela | 0 | 14 |
|  | I've googled and saw this question posted a lot, and saw an answer that
involved using EnvDTE, but I suspect there must be an easier way.
If I have...
Justin Weinberg
|
11-10-2003 05:08 AM
IgorW | 2 | 16 |
|  | hi,
I'm creating a custom web control and I'm pretty much stuck in templates.
Everything is working great, I have no problems, even if the...
Alessandro Zifiglio
|
11-09-2003 06:31 AM
Alessandro Zifiglio | 0 | 14 |
|  | Hi group, your help with this would be very much appretiated. I am trying to
roll out my own datagrid, which functionally would work JUST like the...
James Cohen
|
11-08-2003 05:10 PM
John Saunders | 2 | 21 |
|  | hi folks,
which is the best way to get to the datasource/row via a bound datagrid?
my datagrid is bound to a dataview.
when i select a button in...
Jan Limpens
|
11-07-2003 09:59 AM
Jan Limpens | 2 | 18 |
|  | Hi,
I created the following custom control to open a form in a new window. All this control does is to write a JavaScript link. Additionally I'd...
Daniel Walzenbach
|
11-06-2003 04:55 PM
Daniel Walzenbach | 3 | 21 |
|  | I'm trying to create a control that builds other child controls at design
time...
I've been able to persist my own collection of child controls but...
Patrice Scribe
|
11-06-2003 09:42 AM
Patrice Scribe | 5 | 18 |
|  | Hi
I have multipage with several pageview created dynamically
then I want to add several controls ( textbox, chechbox) to each
pageview also...
AT
|
11-06-2003 09:22 AM
AT | 0 | 16 |
|  | Hi,
I have a composite web custom control consisting of a textbox, a button, and
a dropdownlist..
I'm trying to expose the Items property from the...
Nguyen Ly
|
11-06-2003 01:15 AM
Teemu Keiski | 1 | 17 |
|  | Like many others, I would like to replace the default "grey button" display
of my user control with something that more closely (better yet...
PV
|
11-06-2003 01:11 AM
Teemu Keiski | 7 | 28 |
|  | I wrote a simple server control that inherits from the DropDownList
control. I will be using the control in an aspx page and want to
access it in a...
AT
|
11-06-2003 01:09 AM
Teemu Keiski | 1 | 16 |
|  | I can't seem to figure out how to make this work. I need some sort of
design for a composite control that will allow the following things to
happen...
Aaron Prohaska
|
11-05-2003 07:41 PM
Aaron Prohaska | 0 | 16 |
|  | I have a custom control that I have written for our companies footer. The
old footer was an include file that used div tags. In my control, my...
bspann
|
11-05-2003 09:44 AM
Giorgio Parmeggiani | 1 | 18 |
|  | I have a custom control that builds what we refer to as "Formlets"
around some content in a page. These are basically content "wrapper"
sections...
AT
|
11-05-2003 05:02 AM
AT | 1 | 13 |
|  | Hi All,
I am a newbie in creating ASP.NET custom controls. I have created one custom
control say X.ascx for getting the location of the user like...
Suresh Kumar
|
11-04-2003 06:11 PM
Suresh Kumar | 4 | 18 |
|  | I have an ASP.NET composite server control "Panel" if you
will, that has another server control on it. This second
server control is movable and...
Dave
|
11-04-2003 11:00 AM
John Saunders | 1 | 18 |
|  | Hi. I'm looking for in-depth resources on the use of the
System.ComponentModel namespace, namely the Component class and the
IComponent interface.
I...
Puggy
|
11-04-2003 07:59 AM
Patrice Scribe | 1 | 23 |
|  | I have an aspx file which calls javascript written in another file.
The point is that I am trying to pass some parameters from this aspx
page to...
AT
|
11-03-2003 09:01 PM
John Saunders | 1 | 15 |
|  | ASP.NET creates every website as a new "project" off the default (localhost)
web site.
So, my project "Accounting" is accessed via...
Boban Dragojlovic
|
11-03-2003 12:14 PM
Michael Stuart | 5 | 12 |
|  | I have a User Control with a Code behind class.
If the Code behind class inherits from UserControl class there are no
problems within VS 2003, I can...
Munish Sethi
|
11-03-2003 09:59 AM
Munish Sethi | 2 | 11 |
|  | hi guys,
I am having this problems too... if I inherits it from
System.Web.UI.WebControl.WebControls.. it works fine.. but if I inherits it
from...
Nigil LaVey
|
11-03-2003 07:27 AM
Nigil LaVey | 0 | 17 |
|  | I'm experiencing the same problem as was discussed in a
thread with this subject "VS.NET not creating the Site for
SubControls"
I have a control... |
11-03-2003 05:16 AM | 0 | 24 |
|  | Has anyone written a component like "Mail Merge" or "Poll Management" in
..NET Can anyone share or redirect me to any URL...
Regards,
Arun
|
11-03-2003 04:11 AM
Arun | 0 | 19 |
|  | Hi,
I'm working on a control that produces Culture specific output.
I have the runtime behavior that I want, I have a problem at design time.
The...
Andrew
|
11-03-2003 02:15 AM
Steve Conrad | 2 | 20 |
|  | Hello,
I've created a custom web control (composite) and added to my toolbox. I
dragged the control onto a new web form and I see the small green...
D Wicker
|
11-02-2003 08:14 AM
Giorgio Parmeggiani | 1 | 16 |
|  | Hi There,
I have a problem.
I have developed a customcontrol in c#.
I have a property composed by 3 sub-property. I have implemented...
stefano mostarda
|
11-02-2003 05:01 AM
Nigil LaVey | 2 | 23 |
|  | Hi,
How do I run a ControlBuilder inside a template?
Say I have a tag derived from DataList. I want to be able to use the
ControlBuilder to allow...
Geoff Taylor
|
11-01-2003 02:06 PM
Geoff Taylor | 0 | 14 |
|  | Hello All.
I have created my first custom web control to use client
side script to move items from one list box to another
(thanks Andy Smith for...
Lance
|
10-31-2003 01:38 PM
John Saunders | 1 | 12 |
|  | "Niranjan Kumar" <anonymous (AT) discussions (DOT) microsoft.com> wrote
Yes, sorry, I didn't catch that part.
If you use output caching, you're...
John Saunders
|
10-31-2003 01:19 PM
John Saunders | 1 | 19 |
|  | I am just starting to play around with creating server controls and I want
to do something similar to the panel control. I want my control to output...
Kevin Blakeley
|
10-31-2003 12:54 PM
NoOne | 1 | 9 |
|  | Hi,
I am wanting to add a usercontrol programatically to a placeholder's control
collection. The placeholder is coded within the ITEMTEMPLATE of a...
Chris Ericoli
|
10-31-2003 10:39 AM
Quicky | 1 | 13 |
|  | Hi, I have no idea how to write .bat scripts, can you help me write one?
Here is a pseudo code of what I would like the .bat script do.
For...
Lucas Cowald
|
10-31-2003 10:10 AM
AT | 1 | 9 |
|  | Hi
I have created a datagrid custom inherited by the standard
datagrid.
Inside the datagrid I have defined a new type of column
that inherits from...
Giorgio Parmeggiani
|
10-31-2003 05:57 AM
AT | 6 | 14 |
|  | Hi, I get really struggled, so it's my last chance to get some answers here.
My problem is: I would like to create a web user control that is based...
Franz Fitz
|
10-30-2003 05:10 PM
John Saunders | 1 | 12 |
|  | For a page with code-behind:
this.Page.GetType().BaseType.Assembly.GetCustomAttributes(...
For a page without code-behind, I'm guessing that the...
Nicole Calinoiu
|
10-30-2003 02:16 PM
Nicole Calinoiu | 0 | 17 |
|  | when I compile my project setting, there are many LINK
errors. But when I compile my project under debug setting,
everything is OK. How can I deal...
Zhang Xiaofeng
|
10-29-2003 08:13 PM
Zhang Xiaofeng | 0 | 13 |
|  | Weird, here is a code example:
If you make a brand new web control that has a property of type ITest2
and you create Test2 in there. Lets say I set...
AT
|
10-29-2003 09:27 AM
AT | 2 | 14 |
|  | I am trying to develop a page template class that will enfore the
layout of my site. I want to use a user control for left side
navigation. When I...
AT
|
10-29-2003 07:17 AM
Laurence Lemmon-Warde | 1 | 13 |
|  | Hi,
I add a class to my project and this calss is derived
from System.Web.UI.Control to create a web control in my
project. But I can't use this...
Wanderer
|
10-29-2003 06:53 AM
Wanderer | 0 | 18 |
|  | Hi,
I add a class to my project and this calss is derived
from System.Web.UI.Control to create a web control in my
project. But I can't use this...
Wanderer
|
10-29-2003 06:52 AM
Wanderer | 0 | 12 |
|  | Has anyone created a custom radio button or check box
control that allows you to change the base image of the
control so that it's not the microsoft...
lmeacham
|
10-29-2003 01:22 AM
AT | 4 | 12 |
|  | Hello,
I'm developing a web custom control and am trying to store an instance of a
class
in the ViewState and keep getting an exception:
"The type...
D Wicker
|
10-28-2003 12:41 PM
D Wicker | 0 | 11 |
|  | I am using VS.NET 2002. Whenever I am in HTML view and i modify let's say an
asp hyperlink's ID to myHyperlink. After I am done typing my text.,...
Henry
|
10-27-2003 06:37 PM
Henry | 0 | 13 |
|  | Hi there,
I have a user control and I need to carry out some client-
side custom validation on the controls within the user
control (hope that makes...
Dune
|
10-27-2003 07:44 AM
Rasmus Rummel | 3 | 7 |
|  | I have written a composite treeview webcontrol. It has a "Filtered"
property. During the Render process, if the Filtered property is set
to True it...
AT
|
10-24-2003 06:18 PM
Victor Garcia Aprea [MVP] | 1 | 15 |