Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Building Controls / November 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
ViewState and posted back data29 Nov 2005 15:10 GMT1
I'm adding a template column to a DataGrid dynamically:
private void CreateColumn()
{
   TemplateColumn col = new TemplateColumn();
Help with creating a new control29 Nov 2005 15:06 GMT1
I am trying to create a new web user control which will allow me to display
a map with icons on it. My idea is to have a image control on in a web user
control and then draw some icons on it at different positions.
When the user mouse the mouse over one of these icons I need to be ...
How to Provide a list of DataSources and Fields at design time28 Nov 2005 15:42 GMT4
I'm developing an WebControl in ASP.NET 2.0. The control inherits from
DataBoundControl, so it can be bound to a DataSourceControl by it's
DataSourceID property. When I declare a property with the attribute
[TypeConverter(typeof(DataFieldConverter))] a drop down list of all ...
Dynamically adding custom control28 Nov 2005 07:55 GMT9
Im trying to dynamically add a user control for a webform but it is not
appearing when I run the form.
I have pasted the code that I am using.  Can someone advise what Im doing
wrong.  My user control (ctlTextBox) contains one textbox.  When I dragged
Load Image Dynamically27 Nov 2005 21:23 GMT1
Hi, brothers :)
I'm rather novice in this area. I mean web programming and control building
and though.
I create UserControl:
Dynamically Loading User Control in PlaceHolder27 Nov 2005 16:38 GMT2
I load dynamically a user control in PlaceHolder with the number of fileds
in db.
When loading user control there is no problem, if returning field number is
2  then 2 usr controls load in plcholder.
Custom Templated Databound Control or derived control?25 Nov 2005 15:17 GMT1
I want to create a control that performs much like a datalist but I want
more control over how the <ItemTemplate> contents is set out on the page.
For example I have a 4 by N grid of images to set out on the page, how the
first row is slightly different in taht the first image is ...
Why the properties of web user controls which inherted from my custom base UI controls MISSED?25 Nov 2005 15:15 GMT1
Why the properties of web user controls which inherted from my custom base
UI controls MISSED?
How should I to set enable?
Missing code example25 Nov 2005 15:14 GMT1
Am I blind or there is no code example for this article?:
http://msdn2.microsoft.com/en-us/library/d0etxzd8.aspx
It's very important to me to have these sources
Thanks,
Dynamically adding a custom control24 Nov 2005 07:16 GMT1
Steven
Im getting in a bit of a mess with this.  What I want to end up with is a
set of controls for editing / displaying fields on a webform.  I would like
to be able to dynamically add these controls to webforms as and when I need
Help on user controls?19 Nov 2005 23:54 GMT3
I have build a simple Web user control, that I have draged on a web form.
When executed my applciation I get an error mesage saying :
"A page can have only one server-side Form tag"
What does that means?
ASP.NET 2.0 User Control that implements a template19 Nov 2005 17:41 GMT4
I have created a user control in ASP.NET 2.0 that utilizes ITemplate. The
control has no issues (displays fine in a browser) until I try to go into
design mode on the aspx page that is implementing the control. The aspx page
says  "Can not switch views: Content is not allowed ...
Nested controls in User Control via ParseChildren(false) not worki18 Nov 2005 23:35 GMT6
Using ASP.NET 2.0/Visual Studio 2005 Beta 2 and programming in C#, I'm
trying to create a user control that allows nested content between its start
and end tags.  From googling around I got the impression that the
ParseChildren(false) attribute was what I needed, so my code looks ...
form onload multiple problems17 Nov 2005 16:33 GMT1
if a html page have included two html pages which have also have form
onload, however one html page can only have one form onload. What can i do
Base designer class missing in 2.017 Nov 2005 01:33 GMT1
I cannot find the base ControlDesigner class in 2.0. All of the
documentation I have found points to
System.Web.UI.Design.ControlDesigner but this class is not there in
2.0.
Pages: 1 2 October, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.