all groups > asp.net building controls > december 2003 > threads for december 15 - 21, 2003
Filter by week: 1 2 3 4 5
autocomplete combobox ASp.NET/VB.NEt
Posted by John Koswalski at 12/21/2003 4:38:45 PM
Hello,
Can anyone guide me to a tutorial for building extra features into web
controls like auto complete .. etc ...
I'm a more of a VB windows programmer and my old tricks don't work
Thx
... more >>
XP Style Manifest
Posted by Robby White at 12/21/2003 1:36:35 PM
When I implement a manaifest to XP style my controls it
slows the loading of my treeview but as much as three
tmes? is this a known issue?... more >>
XP Style Manifest in a Class Library
Posted by Robby White at 12/19/2003 4:12:46 PM
I know how to use the manifest to acheive XP style
controls in an executable file, but how can this be
aceived in a class library? I have a component designer
that I want to apply the manifest to, but it is built
into my DLL. Help!
... more >>
Creating templates programmaticaly from a repareater DataSource
Posted by Patrice Scribe at 12/18/2003 3:36:35 PM
I would like to create templates using instantiatein depdepnding on the
current datasource.
Is this possible ? I do'nt see how I could access the datasource using the
container ?
Or should I do this at databind time (not too late ?)
TIA
--
... more >>
problems while downloading IE Windows control
Posted by Shira at 12/18/2003 2:53:34 PM
I am tring to download treeview to my computer.
I checked And found out I have the requirments:
Microsoft .NET Framework
ASP.NET
Microsoft Windows 2000 or Microsoft Windows XP Home or Professional
after I saved the downloads files I opened it.
exccepted the license.
if double cl... more >>
just getting started
Posted by paul at 12/18/2003 1:41:34 PM
Hi I am just getting started trying to install vs.net and
can not seem to install the web development section. I
think I may need IIS installed. I have a drive on my
computer mapped to a server running IIS so thought this
would be sufficient. Anyhow the web development portion
of the vs.... more >>
Dynamically change the alignment of drop down list in web form
Posted by susan at 12/18/2003 12:20:22 AM
Hi...
I have the below codes to dynamically add a drop down list
to a webform. However, the drop down list appears but the alignment is
weird. Is there any way to change the alignment programatically in the
codes ? Thank you in advance.
Codes to add a drop down list to a webform
********... more >>
Composite control with editable panel.
Posted by Rick Gunderson at 12/17/2003 3:13:51 PM
After searching google news I've seen lots of old questions on
composite controls and Panels but found no answers.
Has anyone ever successfully built a composite control that consists
of some fixed HTML (like some banner text) and a Panel control where
other controls can be dropped in the VS.N... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Random content
Posted by Casper Hornstrup at 12/17/2003 10:48:15 AM
I need to make a control that can be used like this:
<csite:LocalizedHint id="hint1" runat="server">
<csite:Target>
<a href="http://whereever.net"> my text</a>
</csite:Target>
<csite:Source>
<div class="special1">Click me!</div>
</csite:Source>
</csite:Local... more >>
Problem with Calendar webcontrol in a web custom control
Posted by jeg NO[at]SPAM dlg.dk at 12/17/2003 2:39:30 AM
I'm building a web custom control, that should render out a calendar
webcontrol. I'm using the following code...
protected override void Render(HtmlTextWriter output)
{
System.Web.UI.WebControls.Calendar calendar = new Calendar();
calendar.RenderControl(output);
}
The problem is that it o... more >>
Usercontrol Method
Posted by Joe Molloy at 12/16/2003 7:10:25 PM
Hi,
I have a usercontrol containing mutually exclusive radiobuttons and I am
trying to use a public function to set a property of the usercontrol based
on which one is checked. However when I refer to the radiobuttons in my
public function (method) the runtime tells me that no object referen... more >>
Custom Template in Datalist
Posted by Mike Oblivious at 12/16/2003 4:06:16 PM
Datalists are great for viewing, selecting, and editing
data in an organized format. But what do I do if I want
to add a new record?
Conceptually, one should be able to click a "New" button
and be presented with a blank record that they can enter
data into, click "save" and then have the ... more >>
Serialize web control
Posted by Ahab Guirguis at 12/16/2003 10:30:13 AM
Can a custom web component be serialized? And how can the component be
serialized to xml?
... more >>
code :::::USer control for menu
Posted by Vannela at 12/16/2003 12:01:01 AM
I HAVE WRITTEN THE CODE FOR USER CONTROL MENU BUT I AM
UNABLE TO SEE IT IN DESIGN VIEW WHY WHERE WAS I WRONG.
THE CODE IS AS FOLLOWS:
<%@ Register TagPrefix="iewc"
Namespace="Microsoft.Web.UI.WebControls"
Assembly="Microsoft.Web.UI.WebControls, Version=1.0.2.226,
Culture=neutral, Publi... more >>
Hoe to get DataList Checkbox status in item template
Posted by Vannela at 12/15/2003 9:31:02 PM
I want to get the status of the checkbox control in the
item template of the DataList in the code behind
Using findcontrol i am not able to get the status of the
checkbox . How shouls i get the status of the checkbox
whether it is checked or not?\
Thank you... more >>
#=@=@=@=@ Help @=@=@=@=#
Posted by == Maja24 == at 12/15/2003 7:04:09 PM
Name
What this error mean ? thank you Protocol: NNTP, Port: 119, =
Secure(SSL):
No, Error Number: 0x800C006F
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
It would be nice to met some one Male 24-30 years From U.S.A=20
=3D=3D=3D=3D=3D=3D=3D=... more >>
DataGrid Cell with an ImageButton In It
Posted by klj_mcsd NO[at]SPAM hotmail.com at 12/15/2003 1:30:01 PM
I create a datagrid and at runtime I add an ImageButton to certain
cells(e.Item.Cells.Controls.Add(imgbutton)). Now when I click on a row
that contain an image button, in the ItemCommand event the row is
return.
So I do e.Item.Cells(3) is the cell with the control in it supposely.
When I do e... more >>
How to refer Page level variable from a control?
Posted by Oleg Slyuasrchuk at 12/15/2003 12:21:23 PM
Hi,
I have a composite control inherited from System.Web.UI.Control.
Inside of this control I need to refer to a Page level variable decalared
as
public string channelStructure.
In a debugger I see value of this variable as :
((CmsFormEditor.EditForm)(((ASP.EditForm_aspx)(((System.W... more >>
Is there an Equivalent control in .NET for Datawindow control Of PB
Posted by Vannela at 12/15/2003 4:03:31 AM
Is there any equivalent control in .NET for the Power
builder DataWindow control?
I am explaining the Datawindow architecture to some extent.
Power Builder DataWindow Control has got different
presentation styles and different data sources.
Presentation styles like tabular format , grap... more >>
Aligning the controls in the item template of the datagrid
Posted by Vijaya at 12/15/2003 3:05:02 AM
I have got the datagrid control with item template
property , and i want to align the textboxes or checkboxes
in the header template of the datagrid?
When i am trying for it i am getting these controls
aligned in the horizontal fashion .
Is there any way to align the controls vertically?
... more >>
|