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     
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 129
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 112
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 162
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 137
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 140
any hints on how to use this feature ?
MurtazaGandhi
02-08-2007 10:42 PM
Nathan Sokalski Go to last post
1 196
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 130
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 138
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 136
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 128
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 131
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 127
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 179
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 120
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 143
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 121
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 145
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 156
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 199
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 112
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 134
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 116
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 131
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 120
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 127
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 129
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 128
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 135
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 158
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 119
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 140
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 122
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 139
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 120
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 154
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 287
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 115
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 129
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 144
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 126
Have you added the button to the 'Controls' property of the custom-web control? How are you rendering the button? Well, "runat" attribute is not to...
Gaurav Vaish \(MasterGaurav\)
01-14-2007 04:23 AM
Gaurav Vaish \(MasterGaurav\) Go to last post
0 116
On a page, I need to show one item at a time. The top of the page has a Previous-Next control, followed by the item being shown, followed by another...
yashgt@gmail.com
01-10-2007 05:05 AM
Gaurav Vaish \(www.Edujini-Labs.com\) Go to last post
2 174
What do you mean by "getting called"? The order of loading (and rendering) is: ParentControl.OnLoad followed by AllChildren.OnLoad which implies...
Gaurav Vaish \(www.Edujini-Labs.com\)
01-10-2007 05:00 AM
Gaurav Vaish \(www.Edujini-Labs.com\) Go to last post
0 124
Hello, I am trying to create a new Web Control (ASP.NET 1.1) that contains among other textboxes. The content of these textboxes...
boeledi
01-10-2007 04:51 AM
Gaurav Vaish \(www.Edujini-Labs.com\) Go to last post
1 163
Just use an enum for the property. -- Riki "Ron Ruble" <RonRuble (AT) discussions (DOT) microsoft.com> wrote
Riki
01-09-2007 10:37 AM
Riki Go to last post
0 119
In the "TimeTracker" ASP.NET Starter Kit is a horizontal Menu control or TAB strip that I want to use in my current project. Ive been able to use...
Bret
01-06-2007 02:31 PM
Bret Go to last post
0 131
I'm trying to create a control that will add and edit items in a table on add is easy, i just create the control with the empty text boxes,...
WebBuilder451
12-26-2006 05:44 PM
WebBuilder451 Go to last post
0 173
Let's say my ASPX page codebehind has a method S() which returns a string value (of let's say a constant "string"). If I do this (hope all these...
James Hawkins
12-25-2006 06:44 PM
Rick Strahl [MVP] Go to last post
3 185
I'm wondering if it's possible to do the following in ASP.NET 2.0. I want to do the following simultaneously. I suspect its possible, but I also...
12-25-2006 02:17 AM
Steven Cheng[MSFT] Go to last post
1 166
I created a tabstrip custom control that is declared like this: <acc:TabStrip ID="Tabs" runat="server" SelectedTabID="aa" AutoPostBack="true"> <Tab...
Perecli Manole
12-22-2006 05:22 AM
Milosz Skalecki Go to last post
1 196
Post New Thread

Display Options
Showing threads 351 to 400 of 3268
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 - 2013, Jelsoft Enterprises Ltd.