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     
Hi, I am trying to place a Window Control on IE. I have created a windows control inheriting from UserControl. Then I place the control using...
Fitim Skenderi
04-04-2006 05:56 AM
Fitim Skenderi Go to last post
1 104
Yesterday i was creating custom controls and adding them to a project as a reference. Things were great. As I created a new control it would show...
dave
04-03-2006 10:48 AM
Wayne Go to last post
2 87
I was thinking for learning to write a propertyextender class which would add some extra attributes to a controls on a form before rendering. Can i...
Arthur Dent
04-02-2006 10:04 PM
Arthur Dent Go to last post
2 81
Hi, I've been learning how to create custom web controls and have been having problems with subproperties. The first problem is that you can not...
Justin Friel
04-02-2006 02:05 AM
Teemu Keiski Go to last post
3 113
Hey all; New to this net framework. Is this really a necessary program to have installed with windows xp. I have installed, and now have a...
James Hood
04-01-2006 06:30 PM
James Hood Go to last post
0 103
Often, I see something called "rand" or ".rand" or "rnd" in url query parameter, for example in yahoo mail url....
Amelyan
03-30-2006 11:05 PM
gurvar Go to last post
1 125
Hi All, I have a user control that shows name and address for a person in a text box. When the page hosting the control loads up, it calls a method...
Monty
03-30-2006 03:48 PM
Monty Go to last post
5 112
Hi, I'm using window.close() command in a pop box (YesNo.aspx) embedded in a ASP button clcik command. Its a pop up confirmation for Yes or No. If...
gurvar
03-30-2006 02:48 PM
gurvar Go to last post
2 97
Hi, I have got a User Control that contains for the sake of argument, a single DataList control. eg. <asp:DataList id="DataList1" runat="server"...
Sam Martin
03-30-2006 02:03 PM
Steve C. Orr [MVP, MCSD] Go to last post
1 92
Hi. I've a requirement in regular exp.. I need to replace a pattern...can anyone help me out,... My input string is as below <img...
AVL
03-30-2006 06:03 AM
Alexey Smirnov Go to last post
1 115
I have a custom control that I'm adding to a Placeholder, when I click on a button within my control, it should fire an event handler. This works...
Craig
03-29-2006 05:55 PM
sam Go to last post
1 99
Any help is appriciated with this problem. Thanks in advance. I have a datagrid based off a set of data which returns a column called "edit". If...
Ben
03-29-2006 10:22 AM
Ben Go to last post
0 101
Hi I'd like to create my own CompositeDataBoundControl to show and edit data with other custom webcontrols. In the MSDN there is a small sample...
Dédé
03-29-2006 02:30 AM
Dédé Go to last post
2 121
Greetings, I'm creating a custom server control. In the design-time experience, I'd like to render an image where the control is placed. I have an...
Shawn B.
03-28-2006 07:08 AM
Antonio Bakula Go to last post
1 88
Hi, I want to play audio n video files in my web application... How can I do this? Are there any samples..
AVL
03-27-2006 01:16 PM
Steve C. Orr [MVP, MCSD] Go to last post
1 96
Trying to get assembly and hard drive info any working examples in vb available ? I couldn;t find any examples for assembly info. I tried this for...
Jon Paal
03-27-2006 07:30 AM
CaffieneRush (AT) gmail (DOT) com Go to last post
3 93
I have a usercontrol with a textbox. I displayed the control programmatically on my .aspx How could I manipulate the 'enable property' and/or...
greatdane
03-24-2006 08:27 AM
greatdane Go to last post
4 105
Hi everyone, I am new to this ASP.NET 2.0 feature. I am having a hard time getting the databinding syntax evaluated in my template for a control...
Samuel
03-23-2006 11:06 PM
AT Go to last post
2 97
what's missing here ? Compiler Error Message: BC30203: Identifier expected. Source Error: Line 11 Line 9: Public Class GetVol Line 10: Line...
Jon Paal
03-23-2006 10:47 PM
Jon Paal Go to last post
3 113
I've built a custom control which basically includes a textbox and a validatorcontol as child controls. (Code included below) I've exposted the...
Jeremy Chapman
03-23-2006 06:46 PM
Jeremy Chapman Go to last post
0 92
where to find instructions on how to license a custom server control
Jon Paal
03-23-2006 04:59 PM
CaffieneRush (AT) gmail (DOT) com Go to last post
3 101
Hi I'm writing a timesheet application in ASP.NET (framework 1.1, VS 2003) that includes a user control to manage project time...
mark.norgate (AT) gmail (DOT) com
03-23-2006 05:20 AM
CaffieneRush (AT) gmail (DOT) com Go to last post
3 98
Hello, I have written a user control using .NET 1.1 and have had some trouble. But to make sure it's not a problem with my code I have had the...
Marvin Massih
03-23-2006 04:23 AM
Marvin Massih Go to last post
0 107
I am writing a class (MyMasterPage) which wraps the System.Web.UI.MasterPage class... and then I inherit from this MyMasterPage class from within...
Philip
03-21-2006 08:01 AM
Philip Go to last post
0 109
That's odd. I tested both techniques and verified that they both work before posting my suggestion. And there was intellisence support for...
CaffieneRush (AT) gmail (DOT) com
03-20-2006 05:25 PM
CaffieneRush (AT) gmail (DOT) com Go to last post
2 98
I'm working on a solution with VS.NET 2005. I've developed a custom UI Type Editor, based on UITypeEditor, for a custom ASP.NET server control...
Dave Swersky
03-20-2006 01:57 PM
Dave Swersky Go to last post
0 96
Hi, ASP.Net 2 - Strange bug / problem observed with the use of the readonly property in composite custom controls. Using the class shell defined...
Nick Stansbury
03-20-2006 11:55 AM
Nick Stansbury Go to last post
3 96
Hi All, Environment: ASP.Net , framework 1.1, VS2003. Database: Sql server 2000 I created a webcontrol( ascx) with all server side controls and the...
sameer
03-20-2006 10:48 AM
sameer Go to last post
0 100
I have created a custom control by converting a user control as outlined in this MSDN...
Joel Reinford
03-20-2006 03:19 AM
mark.norgate (AT) gmail (DOT) com Go to last post
2 102
Hello everyone, I've build a CompositeControl (a photogallery) which has a few properties (number of rows, number of columns). The control has...
Vincent Scheel
03-20-2006 01:20 AM
Vincent Scheel Go to last post
0 89
Hi, I need help on the usage of application variables... Can I populate application variables through my console application and use them in my web...
AVL
03-19-2006 07:02 PM
CaffieneRush (AT) gmail (DOT) com Go to last post
3 89
how do I load controls to the templates for the DataList control. <asp:datalist id="dl1" runat="server" > <ItemTemplate> " how to load control(s)...
Jon Paal
03-19-2006 12:09 PM
Jon Paal Go to last post
3 83
Hi I'm having some trouble adding a user control to my webform programmatically. I've done this before, but not for some time. The control was...
mark.norgate (AT) gmail (DOT) com
03-18-2006 04:16 PM
intrader Go to last post
1 81
Guys, I have a problem. I have an ASCX I created with listbox on it. this ascx also exposes a SortedList property called Values. THis property is...
DrBytes
03-18-2006 06:39 AM
Teemu Keiski Go to last post
1 96
Hi I need to use the imagemap control to display a map of a city centre. Using this imagemap I need to be able to load locations of certain...
WAkthar
03-17-2006 09:04 PM
Vear Go to last post
1 95
the primary use of a custom control is achieved with : "<cc1:myCustomControl id="CustomControl1" runat="server" />" properties are assigned...
Jon Paal
03-17-2006 12:50 PM
Jon Paal Go to last post
2 102
I have one control working great. I made another one but in VS2005 it doesnt understand the name when I drag and drop it into the design window I...
Sean
03-16-2006 04:33 PM
Sean Go to last post
0 88
Hi, Recently upgraded to VS 2005 from 2003. Started rebuilding an asp.net app from scratch. Not using projects (not sure at this point whether I...
Nick Stansbury
03-16-2006 11:30 AM
CaffieneRush (AT) gmail (DOT) com Go to last post
2 90
What is the correct way to determine if javascript for client-side validation has been registered in ASP.NET 2.0? I'm trying to debug a control that...
Ben Fidge
03-16-2006 08:09 AM
Ben Fidge Go to last post
0 106
Hi, I must design and code an application with arabic support. At some point in the development, I must create a custom owner draw control. So far...
shiretu
03-16-2006 07:48 AM
shiretu Go to last post
0 115
Greetings all (again) I get an error when trying to access data from oracle database. Application attempted to perform an operation not allowed by...
ElCapitan
03-14-2006 10:18 AM
ElCapitan Go to last post
0 96
greetings all, I am new to adding controls to a webpage, i have created a control in vb.net and build the solution, I then took the dll file and...
ElCapitan
03-14-2006 10:15 AM
ElCapitan Go to last post
1 98
Hi, I built an assembly with a set of user controls. This can be done with the Visual Studio 2005 Deployment Project: building and merging for...
AT
03-14-2006 12:24 AM
AT Go to last post
0 94
I would like to build a control that can be deployed from a web site that runs in IE. The component will have no user interface. It needs to...
Leslie
03-13-2006 06:29 PM
Steve C. Orr [MVP, MCSD] Go to last post
5 88
Hi, I've a datagrid..I've used paging event to implement for pagination. But whenever I click on the page number, the Item Command event is...
AVL
03-13-2006 01:04 AM
AVL Go to last post
0 88
I'm trying to create a CompositeControl derived class to implement a control that will enable people to edit an account object. The properties of...
BjornColtof
03-12-2006 05:17 AM
junger Go to last post
2 79
Hi there, I'm attempting to create my own Validation Web Server controls to perform 2 different field checks: * Number of words * Number of...
AT
03-08-2006 02:38 PM
Teemu Keiski Go to last post
1 92
Hi. I have a vs2005 custom web control. It uses a designer inherited from ControlDesigner. The designer writes an XML value as a string property...
KCS
03-07-2006 09:56 AM
DWS Go to last post
1 89
I have an extended version for both those classes. MyObjectDataSource overrides the GetView(string) method to return the custum view. The...
eacsub
03-07-2006 08:45 AM
vladooo Go to last post
3 95
Hi, I would like to do this (see below) but keep getting error. Any help is appreciated. thanks. I have a datagrid which display a search from a...
Andy
03-06-2006 05:56 PM
Andy Go to last post
0 88
Post New Thread

Display Options
Showing threads 751 to 800 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.