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     
Is it possible to make an ASP.NET web page button enhance or brighten when you hover a mouse over it ? Thanks, Tony
Tony Girgenti
09-15-2006 10:31 PM
Gaurav Vaish \(www.EduJiniOnline.com\) Go to last post
1 192
Hi I'm not sure of the best way to go about achieving my goal and would appreciate any advice. What I would like to do is to generate a control...
Griff
09-15-2006 10:07 AM
Cowboy \(Gregory A. Beamer\) Go to last post
1 155
Hi all, I have a composite control which is basically a wrapper control for child controls and validators. It's a little hacky, but I...
paul.hester@gmail.com
09-14-2006 08:54 PM
paul.hester@gmail.com Go to last post
0 140
Currently I have a composite control that has some base functionality that I want to use for the base of a number of different controls. It has...
Marc Castrechini
09-14-2006 05:09 PM
Marc Castrechini Go to last post
1 152
From my testing ISupportInitialize is not honored in ASP.NET We have a control like the following... <ni:Meter ID="Meter1" runat="server" Range="67,...
breeve
09-14-2006 01:30 PM
breeve Go to last post
4 165
Hello Everyone, Im currently making a implementation of the calendar, making available to be datasourced for scheduling proposals, but Im...
KMILO
09-13-2006 10:11 PM
Gaurav Vaish \(www.EduJiniOnline.com\) Go to last post
1 135
Hello, I have a ASP.NET control with interface called "INamingRule". The interface structure as follows: public interface INamingRule { string...
yp.yean@gmail.com
09-13-2006 10:10 PM
Gaurav Vaish \(www.EduJiniOnline.com\) Go to last post
1 138
Hi all, I'd like to bind an array to a DropDownList and use the array index as the DataValueField. Is this possible? Thanks, Paul
paul.hester@gmail.com
09-12-2006 06:16 PM
paul.hester@gmail.com Go to last post
0 132
In a .NET 2.0 web control, I have a property declared as below... The problem is at design time. When I try to launch the ImageUrlEditor by pressing...
Bill
09-12-2006 01:35 PM
Bill Go to last post
0 145
Hi, sorry if this seems stupid, please have patience. I'm running Win XP sp2, VS 2005 Tem, SQL Sever 2005, I've been using a gridview to display my...
verci
09-12-2006 03:52 AM
Eliyahu Goldin Go to last post
1 118
how can I get a better looking exception error message to display, instead of the standard error page from asp.net when throwing an exception...
Jon Paal
09-12-2006 01:19 AM
Brennan Stehling Go to last post
3 168
I have a Table in my page. I must load some webcontrols dynamically into this table, after the click of a button. These dynamic controls can fire...
nickname
09-11-2006 03:14 PM
Teemu Keiski Go to last post
1 168
I have a user control (called MyControl that inherits from CompositeControl). This control will raise an event when the user changes the color of...
Phil
09-11-2006 02:08 PM
Phil Go to last post
0 143
Hey, Question, how can i create client-side javascript that refers to a asp.net webcontrol. For example set the focus of a textbox lik this. <asp:...
henk
09-11-2006 07:04 AM
msnews Go to last post
3 127
Hi, Are there any issues using ClientScriptManager.RegisterClientScriptBlock in a rendered control? I'm calling this function within the overriden...
Martin
09-11-2006 07:00 AM
msnews Go to last post
3 160
I know how to fill a dropdown list and use it's selected value as a parameter. How can I setup 2 columns, hide one column but use the hidden column...
jonefer
09-11-2006 06:57 AM
msnews Go to last post
1 151
Hi all, I've been trying unsuccessfully to stop client side event validation. I've created a simple page with a text box, a required field...
paul.hester@gmail.com
09-11-2006 12:10 AM
paul.hester@gmail.com Go to last post
0 133
In buidling custom web controls, what do you have to do to restrict what controls are allowed inside the parent control and so only the...
Dave
09-10-2006 08:39 PM
Brennan Stehling Go to last post
1 141
Here's my custom control (taken and modified from ASP.NET Unleashed 2.0)... <cc1:ImageRotator ID="ImageRotator1" runat="server"> <cc1:ImageItem...
Dave
09-08-2006 02:01 PM
Dave Go to last post
1 123
Hello, I am facing a strange situation and have already spent a lot of time on this. I have a user control 'U' that consists of a server/composite...
superman
09-07-2006 04:26 PM
Brennan Stehling Go to last post
3 163
Hello all. I am trying to implement my first server control and have run into two problems that I cannot solve. I need the assistance of someone...
David
09-07-2006 04:24 PM
Brennan Stehling Go to last post
4 147
Hello, Im inserting a dropdownlist into a custom control, I fills it up, change the autopostback property to true, and finally assign the handler to...
KMILO
09-05-2006 01:19 PM
KMILO Go to last post
0 138
For the last ½ year i've been looking for a way to load my usercontrols at runtime from different pages using a standard. I know i can reference my...
Msdn
09-05-2006 05:47 AM
Msdn Go to last post
0 138
Hi all, I have a page with a mutli view control where one of the views needs to contain a separate HTML get form with a submit button that goes...
paul.hester@gmail.com
09-05-2006 01:19 AM
paul.hester@gmail.com Go to last post
0 170
Hello All, Could anybody please give me ideas on building a Image viewer control regards, Kuldeep
Kuldeep
09-04-2006 09:47 PM
superman Go to last post
1 121
Hi, sorry if this seems stupid. :( How can I validate the values in each cell after editing and the update button/link has been press?, is this done...
verci
09-04-2006 04:18 PM
verci Go to last post
2 127
Hi I've the following dataset bound to my gridview <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$...
verci
09-04-2006 04:10 PM
verci Go to last post
0 184
1. Use EditCommandColumn 2. Use the FooterText property of the EditCommandColumn class -- Happy Hacking, Gaurav Vaish |...
Gaurav Vaish \(www.EduJini.IN\)
09-03-2006 02:43 PM
verci Go to last post
1 147
Hi all, I have a user control that contains a repeater that generates a list of check boxes. The checkboxes render fine, but they don't maintain...
paul.hester@gmail.com
09-02-2006 02:11 AM
Teemu Keiski Go to last post
3 142
I have a html table and mutliple rows. On each row i put an onclick event that opesn a modal window and prompts the user for some information. I...
dave
09-01-2006 08:28 PM
dave Go to last post
0 134
Hi, I'm working on a rendered control that I'm trying to put client side validation into. The issue I'm having is that ValidatorHookupControl isn't...
Martin
08-31-2006 04:09 AM
Martin Go to last post
1 121
Can anyone recommend any books on ASP.NET 2 web control development. The Nikhil Kothari book I already have covers only ASPNET 1.x and I'm trying...
Johno
08-30-2006 03:27 PM
Teemu Keiski Go to last post
2 172
Hi all, I have a very simple user control that contains 3 drop downs. Whenever there's a postback the values of these drop downs are lost. I've...
paul.hester@gmail.com
08-30-2006 06:04 AM
Riki Go to last post
1 141
Im try to build a control with multiple events rised by different elements but can't find any advanced example that can help me with this. In the...
@rturo
08-30-2006 05:45 AM
Teemu Keiski Go to last post
1 121
Hi all, I don't use auto postbacks on my web site to keep it javascript-free and browser agnostic. Whenever there's a postback to my page I'm...
paul.hester@gmail.com
08-26-2006 02:45 AM
Teemu Keiski Go to last post
3 136
Hi, I created a custom control, and encountered a dirty property value persistence problem. I created a property with a custom class type, call...
yp.yean@gmail.com
08-26-2006 02:42 AM
Teemu Keiski Go to last post
3 151
We have created some dynamic web image controls. At design time we use System.Web.UI.Design.ControlDesigner.OnPaint to draw our control directly...
breeve
08-25-2006 06:50 AM
Steven Cheng[MSFT] Go to last post
3 176
Hi, I'm not sure if I can ask here as it may be a visual studio specific question, but maybe Is it possible to add a constraint to a custom control...
MRe
08-24-2006 09:07 AM
MRe Go to last post
0 157
I am building an application that is totally data driven. The pages are built from scratch at runtime.I have everything working fine. Now all I need...
bestwerx@gmail.com
08-24-2006 08:33 AM
MRe Go to last post
4 138
I'm building a Composite control to reflect on an object and build a widget for each of it's properties based on a custom set of attributes. I'm...
dave.dolan
08-23-2006 10:01 AM
dave.dolan Go to last post
0 169
I'm converting a custom webcontrol from ASP.NET 1.1 to 2.0 to take advantage of 2.0's new features, particularly using the WebResource handler to...
Johno
08-23-2006 09:26 AM
Johno Go to last post
0 170
Hi, Basicaly what I'm doing, is making a TabPage control which is "attached" to a MultiView control in order to have tab pages on my webpage. That...
marcin.kozlowski@internetium.pl
08-22-2006 05:23 AM
marcin.kozlowski@internetium.pl Go to last post
0 142
Hi, I creted a usercontrol which has an ITemplate in it named ItemTemplate. I am using ASP 2.0. When I drag the user control on to my .aspx page...
davidr@sharpesoft.com
08-21-2006 05:40 PM
davidr@sharpesoft.com Go to last post
0 142
hi, i need to create a numeric textbox control which accepts only numbers, decimal point, backspace, arrow keys, should not allow pasting...
close browser without Logout
08-21-2006 09:57 AM
Gaurav Vaish \(www.EduJini.IN\) Go to last post
1 131
Hi All, I am not a programmer, but learning ASP.NET 2.0 to understand the capabilities and potential limitations for my customers. This is...
William Raymond [MS Project MVP]
08-21-2006 09:52 AM
Gaurav Vaish \(www.EduJini.IN\) Go to last post
3 162
I'm just in the process of developing a web server component and have come up against one final problem. It's like a data grid in that it...
Paul
08-21-2006 02:21 AM
Paul Go to last post
2 153
Hello All, I've posted this in microsoft.public.dotnet.framework.aspnet.datagridcontrol but got not reply so I'll try my luck here. Any help would...
buzlite@sympatico.ca
08-20-2006 06:09 AM
Gaurav Vaish \(www.EduJini.IN\) Go to last post
14 219
Hi, This may be a dumb question, but why is it necessary for a control's id and name attribute to coincide in order for the postback mechanism to...
Martin
08-20-2006 03:55 AM
Teemu Keiski Go to last post
1 152
Does anyone have an example of a Composite Server Control with Serverside validation? Morgan
Morgan
08-17-2006 11:15 AM
Morgan Go to last post
0 136
The article "Sample Control Designer with Action Lists and Services" part of "Design-Time support for Web Forms" seems to have omited the actual...
Martin
08-16-2006 04:54 PM
Martin Go to last post
3 147
Post New Thread

Display Options
Showing threads 501 to 550 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.