HighTechTalks DotNet Forums  

Sponsored Links


ASP.net Building Controls microsoft.public.dotnet.framework.aspnet.buildingcontrols


Discuss in the ASP.net Building Controls forum.



Post New Thread
Threads in Forum : ASP.net Building Controls Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I've built a few UserControls that have worked perfectly for a while. Now, for the first time, I want to use these controls inside a Data-Bound...
Alex Maghen
06-15-2006 08:08 AM
AT Go to last post
2 50
Just like the DropDownList we have a collection editor for adding Items. When we a dd a Item in the Collection Editor the text set in the value field...
Ismail E
06-15-2006 07:23 AM
Ismail E Go to last post
0 33
I was looking at the HtmlTable control, and noticed that the CellPadding and CellSpacing properties are of type integer, yet in the property grid you...
Jeremy Chapman
06-14-2006 06:03 PM
Jeremy Chapman Go to last post
0 61
Hi Everyone, I've created a Custom Composite Control that creates a number of children -- Hidden Input Fields, to be exact. Because my...
Bryan
06-14-2006 03:44 PM
Bryan Go to last post
2 40
I have a simple composite control with the following attributes: public string NameLabelText { get { EnsureChildControls(); return nameLabel.Text; }
Jowita
06-14-2006 02:56 PM
Christoph Richter [AT] Go to last post
1 40
I've created a web server control that should raise a ValueChanged event when the user changes the control's value and clicks submit (AutoPostBack is...
Jason Barnett
06-14-2006 09:57 AM
Jason Barnett Go to last post
1 41
Steven you mentioned this below: How exactly do you change it to a gray box in designview in 2005? Thanks, Adiel
AT
06-13-2006 10:39 AM
AT Go to last post
0 41
Hi there, I'm creating a custom control with Javascript and CSS. It will be a nice overlay calendar with a result textbox. My main problem is...
AT
06-13-2006 04:00 AM
AT Go to last post
4 49
Hi I'm creating an ASP.NET UserControl that contains a DropDownList control. I'd like to be able to set the DataSourceID property of...
NorCan
06-13-2006 02:42 AM
Alessandro Zifiglio Go to last post
1 53
I have a composite control that after dragging it onto the webform adds the following style attribute to the control: style="Z-INDEX: 101; LEFT:...
AT
06-13-2006 02:23 AM
Alessandro Zifiglio Go to last post
1 38
Hi. I'm trying to develop a web custom control that uses a programmatically created treeview. My problem is that I get an exception when I try to...
Jonas
06-12-2006 04:50 AM
Prakash V Go to last post
7 106
Hi, I want to inherit from the Wizard control in ASP.Net 2.0, to add some properties, events and modify/replace the default template for...
Martin
06-09-2006 09:14 AM
Martin Go to last post
1 51
Hi, I'm try to find an easy efficient way to generate my web pages dynamically from an xml/text file. What exactly I want? I want that whenever a...
Hero41Day
06-08-2006 01:17 PM
Hero41Day Go to last post
0 60
I have a UserControl which has only one constituent control, a DropDownList. I am having what seems to be an IMPOSSIBLE situation: In the...
Alex Maghen
06-08-2006 08:12 AM
AT Go to last post
2 45
I have an application that was developed in ASP.NET/C#. On one of the pages, we are using tooltip to display the description of the textboxes. Wehn...
ODAN
06-07-2006 01:12 PM
OD Go to last post
5 91
I have a composite control with multiple text boxes and drop downs written in VB.net and Visual Studio 2003. It also contains properties such as...
AT
06-07-2006 09:05 AM
AT Go to last post
1 53
I'm building a webcontrol, and I want to implement the COntrolState. Despite I've followed the MSDN sample, and checked with a lot of post over the...
Andrea
06-06-2006 06:51 PM
Brock Allen Go to last post
1 52
I have a tough one that I am hoping somebody has run across. I have created a Custom Control that is a fancy Tab Control where each Tab is assigned...
=?Utf-8?B?RXJpYyBJbW1lcm1hbg==?=
06-06-2006 03:30 PM
Eric Immerman Go to last post
1 48
Does anybody know how the ASP.NET designer serializes/deserializes properties of abstract type? I have a property of type Editor. TextEditor and...
AT
06-06-2006 02:21 PM
AT Go to last post
0 38
Anyone have recommendations for books on building ASP.NET 2.0 controls? All the books I turn up when searching that have good reviews are ASP.NET...
news.microsoft.com
06-06-2006 10:59 AM
PeterKellner Go to last post
2 42
I have a page that has several controls on it and the controls are shown or hidden during postback. I show and hide them using the visible property....
Don
06-05-2006 05:24 PM
=?Utf-8?B?RXJpYyBJbW1lcm1hbg==?= Go to last post
1 38
Lets say that I have an enum: public enum Fruit : int { None = 0, Apply = 1, Banana = 2 } And I have a custom control which 1 of its properties is...
mr. App
06-04-2006 08:51 AM
mr. App Go to last post
0 37
Hi, I am developing a composite control in asp.net 2.0 framework. The controls (all types like HtmlInputButton, HtmlInputText, HtmlInputTextArea) I...
Parag Mahajan
06-03-2006 04:40 AM
Parag Mahajan Go to last post
2 109
hi, I've a problem in accessing user controls when I deploy the application in the production server.. I'm receiving the following...
AVL
06-01-2006 09:41 AM
Brock Allen Go to last post
1 59
Is it possible to access the cells of a gridview control from java script code ? HOW can that be done ? thanx in advance !
Mr. Murad Jamal
06-01-2006 08:03 AM
Mr. Murad Jamal Go to last post
0 43
I have a website with the company logo on top. Underneath the logo there is a menu which has links. When the user clicks on a link, I want to be able...
Jessica Weiner
06-01-2006 03:47 AM
Jessica Weiner Go to last post
0 56
When my custom control is dropped onto a web page at design time, I want an associated HTTPHandler reference to be automatically added to the...
Steve C. Orr [MVP, MCSD]
05-31-2006 05:04 PM
CaffieneRush (AT) gmail (DOT) com Go to last post
1 50
Hi, I am building a library of composite controls in ASP.NET 2.0. My controls consist of a regular ASP.NET control like a text box and a bunch of...
Sasha
05-31-2006 01:44 PM
Sasha Go to last post
0 71
Hi, I have a very weird problem with a control that I'm trying to build now. I'm having two dropdownlists controls (ASP.NET) where the primary...
Hero41Day
05-31-2006 04:23 AM
r s Go to last post
2 100
I have a web.config file which defines different users who can login into the website. After a successful login, the user gets to a page with...
Jessica Weiner
05-30-2006 07:53 PM
Jessica Weiner Go to last post
0 57
I have a page with several controls on the page and all except one are hidden. This page works like a wizard by hiding and showing controls has the...
Don
05-30-2006 11:07 AM
Don Go to last post
1 65
I just installed dotnetnuke and it took me to the default page. I can see the page just fine but there are a few errors on the page itself. Here...
Jessica Weiner
05-30-2006 01:19 AM
Jessica Weiner Go to last post
0 57
In Dino Esp... book he talks about how user controls are the way to replace the old file include method. Then he goes on to say that if it is a...
nate
05-29-2006 01:32 PM
Nathan Sokalski Go to last post
1 45
Hi all, I'm working on a control that has to inject some markup into another control at the end of rendering. I'm trying to use...
Rick Strahl \(MVP\)
05-28-2006 02:10 PM
Rick Strahl \(MVP\) Go to last post
1 65
I am having problems retireving the file information when you place an asp:fileupload control inside an Atlas UPdate Panel. Has any body got a...
yorksc
05-28-2006 04:34 AM
Gaurav Vaish \(EduJini.IN\) Go to last post
1 169
I everyone, I have created User controls (ascx) that are display in an hierarchical way. Let me explain a bit what I've done so far: Let's say a...
Stef
05-26-2006 08:25 AM
Stef Go to last post
1 51
Hi, I am writing a custom control with the Render method. I am writing 5 html input radio buttons in a group. I don't want postbacks but I need to...
Bob
05-25-2006 05:36 PM
intrader Go to last post
1 56
I'm new to ASP.net and loving it, but I'm having trouble writing a control that allows a web page author to put text into my control. I'm getting...
Dave Bender
05-25-2006 10:53 AM
Dave Bender Go to last post
0 49
I have authored a webcontrol that contains a SimpleCellCollection of SimpleCell objects. Both have custom typeconverters that handle...
Chris A.
05-25-2006 12:30 AM
Gaurav Vaish \(EduJini.IN\) Go to last post
7 46
I have a web calendar application which retrieves events from a SQL database. These events are real-life events (group meetings and workshops etc). I...
Jessica Weiner
05-25-2006 12:21 AM
Jessica Weiner Go to last post
0 53
Hi, Currently I am creating a custom popup control for web applications. In that I am using an ASPX page in the ModalDialog to show the messages...
Deepson Thomas
05-24-2006 08:28 AM
Deepson Thomas Go to last post
0 41
I am trying to extend the Page class with a new BasePage class containing common elements required by all of our web pages. By itself this is a...
Christophe Peillet
05-24-2006 02:27 AM
AT Go to last post
3 50
I've built a custom control and have problems getting it to consistently show up in the toolbox. At the moment, in my project, I can add the...
PeterKellner
05-23-2006 04:44 PM
PeterKellner Go to last post
0 39
I have a System.Web.UI.HtmlControls.HtmlInputFile control that I use to submit files. After the file is successfully submitted, I want the field...
Nathan Sokalski
05-23-2006 04:21 PM
cindy Go to last post
8 69
hi, I've a problem in accessing user controls when I deploy the application in the production server.. I'm receiving the following...
AVL
05-23-2006 12:34 PM
Gaurav Vaish \(EduJini.IN\) Go to last post
1 39
Hello all, I've created a custom control that inherits CompositeControl for the purpose of extending the gridview and using dynamically...
AT
05-23-2006 10:34 AM
AT Go to last post
1 49
hi, I've a problem in accessing user controls when I deploy the application in the production server.. I'm receiving the following...
AVL
05-23-2006 06:22 AM
AVL Go to last post
0 30
I have a templated databound control that works fine in run time. However, in design mode, I'm having a cosmetic problem. In my control designer I...
Manu
05-22-2006 12:45 PM
Manu Go to last post
1 53
Hi, I would like to know if it's possible to do something like the following: <ctl:PermissionControl UserName="johndoe"> <table> <tr> <td>Hello...
mr. App
05-21-2006 07:33 PM
intrader Go to last post
3 38
Hi, I come from classic asp and i need some advice for this application. It's about a computer reservation system in a school. I want a page where...
Ben
05-20-2006 11:10 AM
Tasos Vogiatzoglou Go to last post
1 48
Post New Thread

Display Options
Showing threads 501 to 550 of 3133
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.