| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | 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\) | 0 | 27 |
|  | 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\) | 0 | 39 |
|  | 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\) | 2 | 41 |
|  | 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\) | 0 | 28 |
|  | 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\) | 1 | 33 |
|  | 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 | 0 | 35 |
|  | 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 | 0 | 29 |
|  | 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 | 0 | 53 |
|  | 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] | 3 | 45 |
|  | 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] | 1 | 40 |
|  | 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 | 1 | 70 |
|  | Hi Everyone,
I have some HTML snippets (with about 15 HTML controls) that needs to be embedded into my server control. I need these HTML controls on...
Raj Dhrolia
|
12-21-2006 08:45 PM
Raj Dhrolia | 0 | 39 |
|  | Hi Axel,
Based on my understanding, you're creating a custom server control that is
designed to insert dynamic stylesheet links into the master...
Walter Wang [MSFT]
|
12-18-2006 06:00 AM
Walter Wang [MSFT] | 0 | 37 |
|  | Hi,
This has been driving me nuts for 2 days now. I have a custom control
derived from CompositeDataBoundControl that contains a GridView...
schmurgon
|
12-16-2006 12:03 AM
schmurgon | 0 | 63 |
|  | Hi,
I'm trying to create a variable number of LinkButtons using an ItemTemplate
within a Repeater control. This is being done from code ...
I am...
Wozza
|
12-14-2006 11:53 AM
Wozza | 3 | 51 |
|  | Gridview:
I would like to use two (or more itemtemplates) having a label named like
Label1.
I find it odd that FindControl() on a CELL object...
Edwin Knoppert
|
12-11-2006 05:29 AM
Edwin Knoppert | 0 | 33 |
|  | Hi all,
I have a couple of custom controls that several users of an application are
using and got a request from one of the guys that they're using...
Rick Strahl [MVP]
|
12-11-2006 03:22 AM
Rick Strahl [MVP] | 1 | 43 |
|  | I want to add styles to the current page from within a usercontrol the
correct(better) way.
So i would like to insert the styles in the page...
Edwin Knoppert
|
12-07-2006 11:44 AM
gerry | 8 | 41 |
|  | Hi,
I include a calendar control in a composite control.
The problem is calendar.RenderControl only render the control without any
functionality.
for...
Nemo
|
12-06-2006 02:54 PM
Nemo | 0 | 38 |
|  | Hi all,
I'm trying to find a declarative way to set server control attributes
using the attribute="<%= SomeValue %>" syntax.
This works fine for...
paul.hester@gmail.com
|
12-05-2006 08:26 PM
paul.hester@gmail.com | 0 | 44 |
|  | Friends,
I am developing a custom web control in which I have to expose
properties like columns and rows...once the user enters some values in
those...
Mani
|
12-05-2006 12:14 PM
Mani | 0 | 42 |
|  | Hello everyone,
I'm building a series of custom controls inherited from an ImageButton
and certain events are never getting thrown, or at least...
Jeff
|
12-04-2006 04:05 PM
Jeff | 2 | 39 |
|  | I have a Web Custom Control datagrid written in VB.NET and when the page
does a postback from a Selected Index or Sort command the...
GJH
|
12-04-2006 03:57 PM
Jeff | 5 | 34 |
|  | Hi
I am building a custom databound dropdownlist, and I would like to have
more than one "DataValueField". I would name them...
groovyghoul
|
12-02-2006 11:24 AM
Teemu Keiski | 1 | 44 |
|  | I think you want me.Page.ClientScript.RegisterStartupScript()
+++ Rick ---
"WebBuilder451" <WebBuilder451 (AT) discussions (DOT) microsoft.com>...
Rick Strahl [MVP]
|
12-02-2006 09:58 AM
WebBuilder451 | 1 | 37 |
|  | I was wondering if anyone knew if there was a away to allow drag and
drop on controls (I.E. textboxes, dropdown list and such) during
runtime in a...
mattgcon@yahoo.com
|
12-01-2006 04:01 PM
mattgcon@yahoo.com | 0 | 46 |
|  | Hi,
I had written a custom WebControl called NumberedLabel (Inherited from
Label) to provide the Auto Numbered bullet functionality (as in Word)....
Atif Sarfraz
|
12-01-2006 03:39 PM
Atif Sarfraz | 0 | 33 |
|  | Hi All,
I have created a custom control and used the Webresources to
everything worked fine in localbox and development box. When I migrate
to...
jaydev
|
12-01-2006 02:49 PM
jaydev | 0 | 49 |
|  | Hi All,
I have created a custom control and used the Webresources to
everything worked fine in localbox and development box. When I migrate
to...
jaydev
|
12-01-2006 02:48 PM
jaydev | 0 | 35 |
|  | Hi!
In my templated databound control (inherited from
CompositeDataBoundControl) I have one template and one string get/set
property. When...
paululvinius@hotmail.com
|
12-01-2006 02:15 PM
Michael Hamrah | 1 | 41 |
|  | On a page i read some data in a sql database which is ordered by a placement
field. - for each record i load a usercontrol which i put on a...
Msdn
|
11-30-2006 04:13 AM
Msdn | 0 | 44 |
|  | I have a class deriving from System.ComponentModel.Component.
In VS 2003 I could drag it on to a web form. However I'm finding in VS 2005
whilst it...
Michael Lang
|
11-29-2006 04:19 AM
Michael Lang | 1 | 45 |
|  | All,
Using .NET 1.1, I have built a custom control, however I am having trouble
compiling it.
For the on click event of the button, I want it to run...
Tony Doyle
|
11-28-2006 02:00 PM
Tony Doyle | 2 | 41 |
|  | Assume I designed web control which I use on different asp forms. Now I want
to make next step. Some controls (like textbox or drop down) have...
Aleks Kleyn
|
11-27-2006 12:11 PM
Steve C. Orr [MCSD, MVP, CSM, ASP Insider] | 2 | 51 |
|  | Hi
Looking for a way to bind a readonly property on a textbox to a parameter,
not having to cycle through all controls, but rather setting...
Martin Gregersen
|
11-27-2006 04:00 AM
Martin Gregersen | 2 | 39 |
|  | I'm writing a gallery app with an online update facility, I would like
to be able to create a custom Thumbnail control, which will display...
mc
|
11-24-2006 03:58 AM
Walter Wang [MSFT] | 5 | 46 |
|  | Hi
i created a sample web custom control in asp.net but when i tried to set
the font properties for the text box , it is not applied ,
pls help me...
Raghu Raman
|
11-22-2006 11:27 AM
Raghu Raman | 0 | 37 |
|  | I am a beginner with AJAX, and have managed to learn how to use it when
passing single parameters, but I want to return more than one value to...
Nathan Sokalski
|
11-20-2006 12:27 PM
Steve C. Orr [MVP, MCSD] | 4 | 43 |
|  | I have created a control with some label, textbox and Button. On the click
of the button the entries in textbox on the control is validated and...
sushil prasad
|
11-20-2006 08:57 AM
Riki | 2 | 35 |
|  | Hey All,
I have a question about the IPostbackEventHandler interface. This
interface's RaisePostBackEvent method has an eventArgument paramter....
Henk
|
11-19-2006 02:15 PM
Teemu Keiski | 1 | 44 |
|  | hello everyone,
i am trying to set the defaultbutton property and i get the following error:
The DefaultButton of '' must be the ID of a control of...
Abraham Andres Luna
|
11-19-2006 01:48 PM
Teemu Keiski | 1 | 57 |
|  | Hi Everyone,
I am facing a poblem in creating a row which contains following
scenario in ASP.NET
-------------------- ...
Rocky
|
11-19-2006 01:35 AM
Gaurav Vaish \(www.EdujiniOnline.com\) | 1 | 42 |
|  | Hi all,
I'm trying to deploy a small website that has a couple of custom
controls. This works fine locally, but falls over with an "Unknown
server...
paul.hester@gmail.com
|
11-16-2006 05:29 PM
Mark Fitzpatrick | 1 | 49 |
|  | Hi all,
This probably sounds like a stupid question, but what is generally the
recommended way to display a business object in the aspx file for...
paul.hester@gmail.com
|
11-15-2006 05:50 PM
kferron | 2 | 37 |
|  | Hello,
I have developed a custom ASP.NET WebControl and I am now testing a possible
Atlas integration, to take advantage of the UpdatePanel partial...
Patrick Ruzand
|
11-13-2006 03:41 AM
Patrick Ruzand | 7 | 46 |
|  | Dear ALL,
I am facing a bit problem in DATAGRID. so may be you guys can help me
out.
Actually on a DataGrid I am having following controls:
1) 2...
Rocky
|
11-12-2006 08:53 PM
Rocky | 0 | 43 |
|  | Dear ALL,
I am facing a bit problem in DATAGRID. so may be you guys can help me
out.
Actually on a DataGrid I am having following controls:
1) 2...
Rocky
|
11-12-2006 08:53 PM
Rocky | 0 | 42 |
|  | Hi guys, sorry if this seems stupid
I'm running asp .net 2.0, I'm trying to pull a video that's displayed in
another web page so I can display it in...
xdude
|
11-11-2006 02:56 PM
Mark Fitzpatrick | 1 | 39 |
|  | Hi,
i created a custom control overriden from HierarchicalDataBoundControl. In
method PerformDataBinding I add some controls (Controls.Add(new...
Dejan
|
11-09-2006 10:20 AM
John Saunders | 1 | 44 |
|  | Hi There!
Typically I can register a user control for a page using...
<%@ Register TagPrefix="myControls" Src="controls/test.ascx"...
David Bowey
|
11-08-2006 08:22 AM
kleby | 4 | 46 |