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     
I have tried retrieving the image data from NorthWind database and print in the asp page using Repeater control. But instead of showing picture,...
seeni
12-24-2003 02:18 AM
AT Go to last post
3 24
I've made a server control that overrides the dropdownlist control. It has one new property (ddlLocation) that needs to be databound. All is...
MrB
12-23-2003 02:39 PM
MrB Go to last post
0 19
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">...
Casper Hornstrup
12-23-2003 07:52 AM
Alessandro Zifiglio Go to last post
3 25
Hi, What is the best way to position a set of runtime created controls, in my instance I need to build a set of controls, a label, and two text...
Colin Basterfield
12-23-2003 03:23 AM
Colin Basterfield Go to last post
2 21
Hi!! Did Infragistics or some other company else provide a web calendar conrol with the features and look of Microsoft Outlook calendar? I mean that...
12-22-2003 04:42 PM
AT Go to last post
3 24
Hi, I am trying to learn asp.net through their own starterkit. But when I am changing the pages I get an error message and that error message...
Richard
12-22-2003 10:29 AM
Richard Go to last post
0 20
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?
Robby White
12-21-2003 09:48 PM
AT Go to last post
1 23
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...
Robby White
12-21-2003 09:23 PM
AT Go to last post
1 20
I am tring to download treeview to my computer. I checked And found out I have the requirments: Microsoft .NET Framework ASP.NET Microsoft...
Shira
12-20-2003 08:19 PM
Go to last post
2 20
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,...
Mike Oblivious
12-19-2003 04:42 PM
AT Go to last post
2 19
hi all, Iam trying to investigate some serious memory problems and ways to optimize them in our web application. some of the information i collected...
Ashish
12-19-2003 01:48 PM
AT Go to last post
3 19
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...
paul
12-19-2003 10:37 AM
paul Go to last post
2 20
hi all, We're getting a security exception on a asychronous callback (System.Net.Sockets.OverlappedAsyncResult::CompletionPortCallback). This...
VincentWong
12-18-2003 09:19 PM
VincentWong Go to last post
0 18
I'm building a web custom control, that should render out a calendar webcontrol. I'm using the following code... protected override void...
AT
12-18-2003 07:34 PM
Mahesh ChandraMouli[MVP] Go to last post
1 18
After searching google news I've seen lots of old questions on composite controls and Panels but found no answers. Has anyone ever successfully...
Rick Gunderson
12-18-2003 03:07 PM
Alessandro Zifiglio Go to last post
2 24
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 ...
Oleg Slyuasrchuk
12-18-2003 02:22 PM
Oleg Slyusarchuk Go to last post
5 23
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...
Vijaya
12-18-2003 01:45 PM
Kelly Leahy Go to last post
1 17
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...
susan
12-18-2003 08:39 AM
Patrice Scribe Go to last post
1 17
Can a custom web component be serialized? And how can the component be serialized to xml?
Ahab Guirguis
12-17-2003 02:25 AM
AT Go to last post
1 22
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...
Joe Molloy
12-17-2003 12:32 AM
Joe Molloy Go to last post
2 17
I have got a user control with this code but i couldnt see anything in the design view of ascx page What couls be the problem? <%@ Control...
Vannela
12-16-2003 11:56 PM
Vannela Go to last post
0 15
I created a custom web control and placed a couple instances on an aspx page. The idea is that the user needs to make a selection in each...
Scott
12-16-2003 11:49 PM
AT Go to last post
4 16
I am attempting to make a login control. I want people to be able bind a datasource to the control set a couple of properties and when the button...
Wayne
12-16-2003 10:35 PM
Wayne Go to last post
0 13
Hi, I'm having a problem with a Custom Control that I've been working on, and could use some help. I have a custom built content editing site that I...
AT
12-16-2003 09:56 AM
AT Go to last post
0 21
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...
AT
12-16-2003 07:10 AM
Eugene Jenihov Go to last post
1 16
Hi folks, Lately I've been dipping my toes into the world of compostie controls as I like the reuse potential. I've been playing round with...
Joe Molloy
12-15-2003 09:34 PM
Joe Molloy Go to last post
0 18
I have a System.Web.UI.UserControl as custom control. I have a javascript block for user control. The problem is I want to bring src attribute from...
New Asp.net developer
12-15-2003 05:11 PM
NH Go to last post
3 14
Hi, I am trying to accomplish the following. Here is what I want to do: 1. Drop a custom business object component onto the design surface and...
Bill Anderson
12-15-2003 12:07 PM
Bill Anderson Go to last post
1 25
I have got the user control for the menu using the ie web controls. If i wan to execute the events on the client side how should i write the code and...
12-15-2003 06:33 AM
Go to last post
0 21
I have got the user control for the menu using the ie web controls. If i wan to execute the events on the client side how should i write the code and...
12-15-2003 06:33 AM
Go to last post
0 18
Hello, I've writted a composite control that contain a datagrid and some other controls (button, checkbox, etc...) In the CreateChildControls, i've...
AT
12-14-2003 03:33 PM
AT Go to last post
0 16
hi, I'm looking for an event that fires when a control in my Templated Custom control is deleted within vs.net designer. My custom controls...
Alessandro Zifiglio
12-13-2003 08:09 AM
Alessandro Zifiglio Go to last post
0 14
Hi, I've written a control that consists of a few textboxes, a dropdown box and two radiobuttons. They make up the details of a contact, I want to...
kieron
12-13-2003 06:31 AM
kieron Go to last post
2 25
Hi, I have activex component embedded to html page. I use javascript to handle one event coming from the component. The problem here is that the...
12-13-2003 06:09 AM
Vidar Petursson Go to last post
1 15
Hi Everybody, When I tried to compile my CustomControl ( to be later called from a ASP.NET page ) I always get the following message: "vbc:...
Beny Rey
12-12-2003 07:27 PM
Beny Rey Go to last post
1 19
Hi, I have a a.ascx containing a textbox and a button. Now i drag this a.ascx on my b.aspx, but this usercontrol always appears at the top of the...
Saifee
12-12-2003 03:08 PM
Go to last post
2 14
I have the following code in my aspx page which calls my custom control (this works): <cc1:matextbox id="matextbox1" runat="server"> <questioninfo...
Scott
12-12-2003 03:03 PM
Scott Go to last post
2 19
Hi All, It may be seem easy, but: How do I implement a public property that I want to be able to select from a list of predefined values (at design...
Oleg Slyuasrchuk
12-12-2003 02:54 PM
Oleg Slyusarchuk Go to last post
2 13
Hello I am building a textbox control dynamically. I need to check if the value entered in the text box has a specified minimum number of characters...
Ibrahim Shameeque
12-12-2003 07:27 AM
Ibrahim Shameeque Go to last post
0 19
Hello, I have 2 user written rendered controls. If I put them on a page one at a time they work OK. If i put them on the page at the same time...
Paul
12-12-2003 06:22 AM
Paul Go to last post
0 17
hi, I want to learn that whether we can arrange a text and an image as following, by using controls? Note that image source and text source are...
serkan ulucan
12-12-2003 02:18 AM
serkan ulucan Go to last post
0 13
hi, I want to learn that whether we can arrange a text and an image as following, by using controls? Note that image source and text source are...
serkan ulucan
12-12-2003 02:09 AM
serkan ulucan Go to last post
0 16
Hi, could somebody please help. I am creating a Custom Control for Asp.Net using C#. The code below creates an expandable property called Crop. It...
Robert Wilson
12-11-2003 10:38 PM
Robert Wilson Go to last post
1 17
Hello World ! Without answers in my country (FRANCE), I hope that you'll have a response to my problem ! I'm trying to create a composite control...
[XtOf].fr
12-10-2003 12:57 PM
[XtOf].fr Go to last post
2 17
how to apply a stylesheet for the entire web applciation in ASP.NET? Thanks
Nedu N
12-10-2003 12:44 PM
Cowboy \(Gregory A. Beamer\) Go to last post
2 19
We're trying to get an override void LoadViewState to fire in a user control that has been added dynamically to the page. The SaveViewState seems to...
AT
12-10-2003 10:07 AM
AT Go to last post
2 15
I created a usercontrol using vb but the properties will not show in the properties pane however the properties show up in the intellisence list. I...
AT
12-10-2003 09:30 AM
jline Go to last post
2 21
Hello List, I have a web control library that has both Render and OnPreRender methods. My problem is that when I drag and drop my control onto the...
Pete
12-10-2003 12:36 AM
Pete Go to last post
0 21
Experts, Can anyone tell me how to create and use the combo box control (text box + drop down list). I want to populate the dropdown list...
Nedu N
12-09-2003 08:19 PM
AT Go to last post
2 15
This is very strange. I have a server control that I built called "Test". It is in the namespace "Vallelunga.Guestbook". The code for the...
Brian Vallelunga
12-09-2003 04:39 PM
Brian Vallelunga Go to last post
1 19
Post New Thread

Display Options
Showing threads 2501 to 2550 of 3133
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 - 2008, Jelsoft Enterprises Ltd.