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     
In design-mode, when my databound composite control creates its child controls and adds them to its control collection, the designers for the...
Mark Olbert
02-21-2007 10:01 PM
Walter Wang [MSFT] Go to last post
3 34
Hello, I have a hybrid control. To make it easy, lets say that it consists of a label, a textbox, and a button. I want to make the child...
ryan.d.rembaum@kp.org
02-21-2007 07:04 PM
ryan.d.rembaum@kp.org Go to last post
0 37
I'm building a custom control which is essentially a customized version of the Wizard control, although it doesn't derive from the Wizard class. It's...
Mark Olbert
02-20-2007 09:29 PM
Walter Wang [MSFT] Go to last post
3 26
I'm building a custom control which is essentially a customized version of the Wizard control, although it doesn't derive from the Wizard class. It's...
Mark Olbert
02-19-2007 11:57 PM
Walter Wang [MSFT] Go to last post
2 35
I want to build my own custom control utilizing the DataControlField. What I can't figure out is how to parse the markup such...
Marten Engblom
02-18-2007 12:00 PM
Marten Engblom Go to last post
0 36
With a Catch-22, of course, there's no way out. You're stuck. A Catch-21, on the other hand, is one level down in severity and therefore may be...
Jeff Bowman
02-18-2007 03:08 AM
Jeff Bowman Go to last post
0 25
I used to know how to hijack the last cell of a datagrid when it's selected but can't seem to with a gridview. It's been a while, but I seem to...
ujjc001@gmail.com
02-16-2007 01:14 PM
ujjc001@gmail.com Go to last post
1 40
I've written a "SmartWizard" class that essentially adds initialization and exit handlers for the individual steps, allowing for easier control over...
Mark Olbert
02-16-2007 10:09 AM
Mark Olbert Go to last post
2 28
I'm in a bit of a pickle here: I've got some kind of problem involving persisting some complex properties on a custom control, but because VS2005 SP1...
Mark Olbert
02-16-2007 09:16 AM
Mark Olbert Go to last post
4 29
Hi, I have a datagridview column that will contain both editable and non-editable values. I have set the columns readonly property to true. I then...
Patrik
02-15-2007 07:30 PM
Steven Cheng[MSFT] Go to last post
3 29
How can I create a control on an ASP.NET 2.0 page so that people with an admin role can update a website using a DTS package from SQL Server...
jonefer
02-15-2007 03:15 PM
jonefer Go to last post
0 31
I wrote a customized derivation of the Wizard control, which works fine at runtime, but doesn't behave properly at design-time. Specifically, when I...
Mark Olbert
02-14-2007 12:28 PM
Mark Olbert Go to last post
0 23
Hello and TIA. I have a very simple server control that has one property that needs to be rendered in an ITemplate. I can't seem to figure out why...
cmartinbot
02-14-2007 10:47 AM
Teemu Keiski Go to last post
1 34
I would like to expand the password reset control by adding a drop down list of questions and a text box for the user to type an answer. In a...
ryan.d.rembaum@kp.org
02-13-2007 07:25 PM
ryan.d.rembaum@kp.org Go to last post
0 28
Hi guys, sorry if this seems stupid :( I'm running VS2005 Professional, SQL Server Express 2005, Win XP Pro SP2, ASP.net 2.0, thanks in advanced...
verci
02-12-2007 10:48 AM
Teemu Keiski Go to last post
1 25
any hints on how to use this feature ?
MurtazaGandhi
02-08-2007 10:42 PM
Nathan Sokalski Go to last post
1 76
Hi I want to create a TypeConverter derived from ControlIdConverter that lists controls on a WebForm filtered so it only shows specific types, e.g....
google@russellmason.com
02-08-2007 03:48 AM
google@russellmason.com Go to last post
0 30
Hi guys, I'm running VS2005 Professional, SQL Server Express 2005, Win XP Pro SP2, ASP.net 2.0, so far I've been stuck for 2 days, thanks in...
verci
02-08-2007 12:06 AM
verci Go to last post
2 30
I have successfully displayed text boxes in a repeater. The repeater is in a User Control. The User Control is in a container which references a...
BigJohn
02-07-2007 09:20 PM
Steven Cheng[MSFT] Go to last post
1 29
I'm hazy on how event bubbling (and event handling, for that matter) and templated controls should work in a custom control. The specific control I'm...
Mark Olbert
02-07-2007 10:21 AM
Mark Olbert Go to last post
4 33
hi, i am trying to add a datagrid control to a web page dynamically. i am able to do it while i used the following code in the page load event of the...
kalaivanan
02-07-2007 04:03 AM
kalaivanan Go to last post
1 26
Hi, I am designing a ASP.NET 2.0 front end for an activity based costing model and am interested in getting some general guidance on what design...
Robert Chapman
02-06-2007 09:59 AM
Robert Chapman Go to last post
0 26
Hi, I am trying to build a custom button cell for my DataGridView. I found this code below that works fine if you want an ordinary button. What I...
Patrik
02-06-2007 03:54 AM
Patrik Go to last post
2 74
Hi sorry if this seems stupid :( , I'm running VS2005 Professional, Windows XP Pro Sp2, ASP.net 2.0, VB.Net Is there a way to make a List View...
verci
02-04-2007 03:59 PM
verci Go to last post
0 21
Steve C Or has an article 'Automating Navigational Chores'--- . (which, don't get me wrong-- it's really nice, but I can't use the colorful panels...
jonefer
02-02-2007 05:40 PM
jonefer Go to last post
0 33
I am creating a Composite Server Control (.NET 1.1), the Control is comprised of 3 Table Rows. It works perfectly well during run time, and when it...
brian.chandley@gmail.com
02-01-2007 06:19 PM
brian.chandley@gmail.com Go to last post
8 31
I have a custom composite (databound) control with the following property: public TableStyle GroupStyle { get
Mark Olbert
02-01-2007 07:21 AM
Walter Wang [MSFT] Go to last post
2 27
Hi, I need my control to access other controls that are located in the ItemTemplate of a GridView - at designtime. I had success in the past with...
jdlwright@gmail.com
01-31-2007 06:02 PM
jdlwright@gmail.com Go to last post
4 24
This is indeed the behaviour. You may try out a very simple thing... Do the following in any method, say, Page_Load: { Label lbl = new...
Nathaniel Greene
01-31-2007 03:34 PM
Teemu Keiski Go to last post
3 32
I have a custom usercontrol in ASP.NET 1.1 named BreadCrumb.ascx which contains another control also called BreadCrumb.ascx within itself. Thus the...
rbg.net@gmail.com
01-30-2007 06:21 PM
Peter Zolja Go to last post
1 20
Hi, I am using ITemplate as property of a custom control in order to get the following...
yawarady@gmail.com
01-30-2007 06:18 PM
Peter Zolja Go to last post
3 18
Here's my scenario: In my ASPX file I have something like this: <cc:MyContainer runat="server" ID="MyContainer1"...
Peter Zolja
01-30-2007 05:53 PM
Peter Zolja Go to last post
0 25
Hi, I want to build a custom tabbed control. I have built two controls, one has two listboxes, takes an array of strings, and allows the user to...
Philip
01-29-2007 09:42 AM
Philip Go to last post
0 23
I have an asp.net project that I have migrated to VS 2005. The product had zero errors in vs2003 and for the most part functions properly in 2005...
John Banks
01-26-2007 09:48 PM
jdlwright@gmail.com Go to last post
2 24
Hallo. After migration from ASP1.0 to ASP 2.0 I have the following problem. The migrated code does not compile. I get an error: "Cannot implicitly...
Michael Lierheimer
01-26-2007 09:26 AM
Mark Fitzpatrick Go to last post
3 22
On Jan 24, 6:59 pm, Simon <S... (AT) discussions (DOT) microsoft.com> wrote: You expose it as a property in your control class and it should...
Thomas Hansen
01-25-2007 03:17 PM
Thomas Hansen Go to last post
0 28
Hi experts, when trying to design a UserControl (ascx) using the designeditor of VisualStudio2005 Pro: How can I embedd a stylesheet to make a...
ts@ck-de.net
01-24-2007 01:18 PM
ts@ck-de.net Go to last post
2 37
Try making sure that the controls are being added in time. Remember controls do need time to "play" catchup. Most issues with ID's not having their...
Gaurav Vaish \(MasterGaurav\)
01-24-2007 03:24 AM
Iain Go to last post
2 20
How about using the ModalPopup control? http://ajax.asp.net/ajaxtoolkit/ModalPopup/ModalPopup.aspx It's open source in case you need to customize...
Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
01-23-2007 12:39 PM
Thomas Hansen Go to last post
1 40
Howdy, sorry if this is considered spam... http://ajaxwidgets.com Frost Innovation is releasing a new Ajax Web Widget library 5.th of February, for...
Thomas Hansen
01-23-2007 12:30 PM
Thomas Hansen Go to last post
0 24
Hi, I'm trying to build a custom control that doesn't have a closing tag. For example, right now when I create a control from the IDE I get...
Peter Zolja
01-22-2007 02:50 PM
Peter Zolja Go to last post
2 36
Hi all, I'm building a custom control. I would like that on the control you can set some 'rights' For that I have an enum: public enum...
Class
01-22-2007 04:22 AM
Class Go to last post
5 34
Hi, I've been working on a custom webcontrol with a property that references another webcontrol from the same page. In my special test case I have a...
iontichy
01-20-2007 12:44 AM
Nathaniel Greene Go to last post
1 41
Hi, I have a site with several pages and most of them have SqlDataScource controls that connect the page to my local SQL Server. How can I copy a...
Hassun
01-19-2007 12:33 PM
Peter Zolja Go to last post
1 34
Hi here is a list of 29 Books and Tutorials for DotNET, C#, VB.NET and ASP.NET. Download fast at http://free-tech-ebooks.blogspot.com/
vp19831
01-18-2007 01:12 AM
vp19831 Go to last post
0 32
Hi HipHop, To make the validator work in or before a postback, the control who will cause the postback must have CausesValidation set to true. Would...
HipHop
01-17-2007 08:52 AM
HipHop Go to last post
6 72
Hi, I am building a control that renders as a table, and I created two templates for my users to "wrap" the table with whatever HTML tags they want....
Samuel
01-17-2007 03:13 AM
Walter Wang [MSFT] Go to last post
1 28
Hey gang. I am taking the task of trying to learn how to write custom web controls. I have started with inheriting from the VS 2005 default which is...
Synced
01-16-2007 09:33 PM
Gaurav Vaish \(MasterGaurav\) Go to last post
1 27
Hello, I'm building a sever control that is essentially a container that holds a bunch of DIVs. I want the click event on any of the DIVs to bubble...
Monty
01-16-2007 10:56 AM
Monty Go to last post
2 44
Don't autogenerate the columns. For the Column1, make it 'HyperlinkField' with 1. DataNavigateUrlFormatString set appropriately, including...
Gaurav Vaish \(MasterGaurav\)
01-14-2007 04:37 AM
Gaurav Vaish \(MasterGaurav\) Go to last post
0 32
Post New Thread

Display Options
Showing threads 201 to 250 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.