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     
dim example as bollean example = {intellisense pops up here for "true" or "false" We want to be able to do the following dim myInstance as new...
Sean
05-16-2006 02:05 PM
Sean Go to last post
0 102
OK, i make it like blow and it just work. --------- code in MyControl.ascx .... void Page_Load(object sender, EventArgs e) { if (strEvent != null &&...
AT
05-16-2006 03:42 AM
AT Go to last post
0 102
I know how to create a custom control by using the Render method. the question is, if I have 2 properties, for example: protected override void...
mr. App
05-16-2006 03:16 AM
mr. App Go to last post
2 98
Hi all I'd like to create a "Navigator" control (dotnet 1.1). What I would like is for this to contain a collection a NavigatorButton, where...
Peter Morris [Droopy eyes software]
05-15-2006 09:40 AM
Peter Morris [Droopy eyes software] Go to last post
0 126
I create simple control. namespace DatePick { public class DatePick : TextBox {
Anton
05-11-2006 08:09 AM
Anton Go to last post
1 120
Hi there, I've been building a very simple "bread crumbs" control that has a collection of BreadCrumb objects. Works pretty alright atm. There's...
Martijn Saly
05-08-2006 05:56 AM
Martijn Saly Go to last post
0 98
Bonjour à tou(te)s ! Pour les fans de ce fabuleux jeux, découvrez SudokuMania.fr , un site dédié au sudoku : grilles gratuites à jouer en ligne ou à...
AT
05-04-2006 12:02 PM
AT Go to last post
0 94
I have a web usercontrol which contains a Text box and a Custom Validation Control On a page i have a Public String ErrStr When i perform...
Msdn
05-04-2006 07:45 AM
MasterGaurav Go to last post
3 98
I would like to develop a Web User Control where the user can type som text eg. e-mail, number or plain text. I would like a public property where...
Msdn
05-04-2006 07:09 AM
MasterGaurav Go to last post
1 106
hi , i´m new in the world of vb.net. I´m using sql server, vb.net language: my problem is : i have a table "Test" with "Text and Sure" as row....
reg
05-02-2006 02:34 PM
reg Go to last post
0 114
I have been trying to figure out how to change the color of the Button on my datagrid. And when I try to change the back color it changes the color...
MrsLeigh
05-01-2006 10:15 PM
Steve Goodyear Go to last post
1 93
Hello, I would like to know how do display an image into a Gridview (ASP.NET 2.0) taken directly from a DataBase, NOT using an URL, like described...
Auto
04-30-2006 05:42 AM
Auto Go to last post
2 124
THanks in advance to anyone who can help :) The only way I'm able to add my custom 16x16 toolbarbitmap image is by using the ToolbarBitmap...
studen771
04-29-2006 05:21 PM
studen771 Go to last post
1 87
Hi, I seem to be missing something with composite controls. I have a tabstrip control that renders ,saves viewstate etc all correctly. I'm using...
John Spittle
04-28-2006 04:33 AM
John Spittle Go to last post
0 106
I have a hidden control <input id="FieldSortOrder" type="hidden" name="FieldSortOrder" runat="server"> in a ascx page. I want to store some value in...
AT
04-26-2006 05:37 PM
Steve C. Orr [MVP, MCSD] Go to last post
1 114
Hi, I am building a custom control for a Web Application in ASP.NET 2.0 that makes use of the name space "Resources" for...
Samuel
04-25-2006 08:58 PM
AT Go to last post
1 89
In the Component I am developing I need to know when the IDE has finished loading the form at design time. Is there an event I can receive to know...
Andrew
04-25-2006 04:46 AM
Andrew Go to last post
0 86
Hi All, What is the best way to develop and use UserControls on an ASPX page with the new dynamic compilation model introduced in ASP.NET 2.0? Can...
Giovanni
04-24-2006 06:16 PM
Giovanni Go to last post
0 103
Hi friends, I need of some help, I have this code: For Each t As TextBox In Page.Controls ' here is the error
Avon
04-24-2006 03:09 AM
Sebastian Go to last post
1 116
Hi, How I can create collections properties in my custom controls in ASP.net (C#), I need create properties inside other propierties. Thanks! My...
Roberto Ferreira
04-21-2006 09:29 AM
Roberto Ferreira Go to last post
3 98
Hi. When you create a Web User Control using VS.NET 2005, it creates something that looks quite different from what was created in previous versions....
Alex Maghen
04-21-2006 08:53 AM
AT Go to last post
4 98
This example shows simplest table with one editable region. Has anyone an Idea how to extend the designer class to get more editable regions (cells)...
Sebastian
04-21-2006 08:26 AM
Sebastian Go to last post
0 97
Hi I have a datagrid with 2 DropDownList controls...I am binding data to these controls on pageload event. I wanted to show some default text in...
Sagaar
04-21-2006 07:42 AM
MS Go to last post
1 88
Hi, I try to cast/convert a varchar into a double but it doesn't work, i get an error that it isn't possible to convert. What can I do? The code...
Frederik Vanderhaeghe
04-21-2006 03:29 AM
Frederik Vanderhaeghe Go to last post
3 94
Hi everybody I’m using user controls in a web application, and i’m triyng to make use of its init event. This is the sample code I’m using in...
cheloman12
04-20-2006 11:34 PM
Richard Troy-Rex Go to last post
2 110
I have a custom DataSourceControl which has a parameter collection defined as a property on the object. While everything works just fine I'm...
MattBell
04-20-2006 08:43 AM
AT Go to last post
2 89
This has been asked repeatedly many times and no one has been able to answer it. Now, I have the problem too..... why are CompositeControls so hard...
CMM
04-19-2006 04:32 PM
CMM Go to last post
3 118
I'm working on a custom control that needs to register client script to the page. string key = "ScriptKey"; string script = "<script...
Rory Clark
04-19-2006 04:15 AM
Sebastian Go to last post
1 113
Can't figure this one out... seems like it should be a no-brainer. Is it possible to create a UserControl that can act as a container a la the...
CMM
04-18-2006 11:35 AM
CMM Go to last post
2 116
I have two buttons add and save on my aspx page as and when i click on save button ,i want to load user control on form it works fine but when i...
parulrgupta (AT) gmail (DOT) com
04-18-2006 08:34 AM
Alessandro Zifiglio Go to last post
1 84
Hello to everybody, I would like to know how to build an ASP.NET 2.0 Application that show me some data from a SQL Server Table and refresh it every...
Auto
04-18-2006 01:51 AM
Auto Go to last post
2 105
This NG is rather empty and breezy. It's no wonder.... Man, I thought the ASP.NET team would have addressed the blatant lack of support for good...
CMM
04-17-2006 11:20 PM
q Go to last post
2 89
Hi can anyone help me please! I’m building an asp.net page and I need to make an online transaction so the client could pay his fee online by visa....
Panda^
04-17-2006 10:15 AM
Steve C. Orr [MVP, MCSD] Go to last post
1 107
I folks, I have a simple page with a user control dropped on it, a textbox and a submit button. That usercontrol should display the value entered in...
Stef
04-17-2006 09:30 AM
Stef Go to last post
1 86
Hello all, In Intranet, i want to make file download without User Interaction(Dont want the Dialog which ask Open and save) and want to save that...
Prakash
04-17-2006 01:40 AM
Prakash Go to last post
0 117
With a Web *UserControl* (not composite control) how do you make a collection-- either custom col derived from CollectionBase or a .NET 2.0 generic...
CMM
04-16-2006 01:37 AM
Alessandro Zifiglio Go to last post
5 106
Is there any attribute i can add to a custom control class, similar to <ToolboxData()> which would allow me to set a default tab in the toolbox whihc...
Arthur Dent
04-15-2006 05:44 AM
Alessandro Zifiglio Go to last post
1 104
Does anyone has an Idea how to render content edited in CompositeControlDesigner ? This page shows nice example of editing content in...
Sebastian
04-15-2006 05:01 AM
Sebastian Go to last post
2 134
Hi, and thanks for this forum, I'm trying to build a new control composed of an Image and a dropdownlist First I succed to build the control...
AT
04-15-2006 04:15 AM
Teemu Keiski Go to last post
1 100
Can the properties of a User Control be made available to be set in the properties panel in visual studio at design time.
Paul Say
04-15-2006 04:10 AM
Alessandro Zifiglio Go to last post
1 100
I have several custom UI controls that are table-based, and I would like to make some of the table cells available for users to edit at Design time,...
Christophe Peillet
04-14-2006 08:31 PM
Sebastian Go to last post
4 119
Hi Everyone, I'm trying to bulid a "css templated table control" to make possible for the user, edit the text content of the cell at design time in...
Sebastian
04-11-2006 05:45 AM
Sebastian Go to last post
0 94
I have a base custom control called 'WebBox' that contains a single EditableDesignerRegion. The contents of this EditableDesignerRegion are stored...
Christophe Peillet
04-10-2006 09:22 AM
Alessandro Zifiglio Go to last post
7 114
Hello all, In Intranet, i want to make file download without User Interaction(Dont want the Dialog which ask Open and save) and want to save that...
Prakash
04-10-2006 07:58 AM
Prakash Go to last post
0 107
Hi, Im trying to create a custom template in a control derived from a linkbutton. I want someting like this: <uc:SortButton id="sortId"...
eebster (AT) newsgroups (DOT) nospam
04-10-2006 01:59 AM
AT Go to last post
1 107
Hi, Can someone please help me out with the following problem. I have a couple of custom controls , on runtime i decide which all controls are to be...
AT
04-09-2006 11:30 AM
Teemu Keiski Go to last post
1 103
Im trying to find information on how to build my own Hierarchical Data-Bound Control using the new classes in .NET 2.0 as the TreeView and Menu...
Tom Green
04-09-2006 11:27 AM
Teemu Keiski Go to last post
1 127
I am creating a composite control. It contains another custom control. There is some implementation in OnPReRender event of the contained control....
Winista
04-06-2006 10:15 PM
Winista Go to last post
1 100
Hi I'm creating a WebControl which has a themeable ImageUrl property : <Bindable(True),...
injy
04-06-2006 06:13 PM
injy Go to last post
0 107
Hi everybody! The same question I have asked about one week ago in the german asp.net newsgroup and the general ASP.Net english newsgroup, but no...
Günter Prossliner
04-06-2006 04:30 AM
Günter Prossliner Go to last post
0 86
Post New Thread

Display Options
Showing threads 701 to 750 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.