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 several user controls where I am not using viewstate. In the OnLoad, I call functions that will take the data out of the form fields and save...
STom
09-29-2003 04:37 PM
Oleg Ogurok Go to last post
1 15
I have a page with several datagrids on it. There is one main visible table, and two invisible tables that become visible when someone clicks a...
John Dukovich
09-29-2003 10:11 AM
John Dukovich Go to last post
0 16
I'm actually building a web based localized system using asp.net 1.0 c# I have 2 questions: 1- Is there a way to access programatically the .aspx...
Christian Tremblay
09-28-2003 08:41 PM
Suneel Jhangiani Go to last post
1 15
I have a web form that has a button called "Add Blank Row". Every time this button is pressed a new "blank row" user control should be added to the...
Dune
09-28-2003 06:49 PM
Dune Go to last post
2 10
Hi - I have a problem in that my main page, which has a user control, mtnav.ascx, only picks up on the change made in my user control, a step behind...
Mark Tait
09-27-2003 12:38 PM
Mark Tait Go to last post
0 13
Hi, I am trying to access a ShockwaveFlash object that I drag and drop on my WebForm, in my code behind page. Whenever I drag and drop an ASP .Net...
Sanjay
09-26-2003 06:01 PM
Sanjay Go to last post
0 14
Be............................n!!! You are the man. No.1-----------------------------Thank YOU! For real, thanks for not giving up. The whole time I...
Alessandro Zifiglio
09-26-2003 03:09 PM
Alessandro Zifiglio Go to last post
7 22
I'm trying to create a search page with msIndex service and i want the user to be able to select the directories they would like to search within. I...
Jereme
09-26-2003 11:41 AM
Jereme Go to last post
0 12
When you add controls dynamically, add controls first and set the value after adding the control. In your case you always initialize the TextBox with...
Martin Klusacek
09-26-2003 06:52 AM
Teemu Keiski Go to last post
2 16
Hi All, I have to create a draw editor component. This draw editor has to give the ability to the user to drag objects( rectangle, circle, map,...
Julio Gonzalez
09-25-2003 10:28 PM
Julio Gonzalez Go to last post
0 9
Hello, I have a checkbox list control, "check1" , on my page. After I do the databind, here is what the view source looks like. <table id="check1"...
AT
09-25-2003 04:33 PM
Dave Rothgery Go to last post
2 15
Is there a way to add items on a listbox from a client and postback the new items on the server? Victor
Victor Rodriguez
09-25-2003 04:23 PM
Andy Smith Go to last post
3 30
I am having trouble with a datagrid as part of a composite web control. In CreateChildControls, I rebind the datagrid to a datatable in a session...
C. Ramsey
09-25-2003 04:13 PM
Alan Corbett \(.NET MVP\) Go to last post
1 15
I am creating controls dynamically (programmatically) in a loop that is navigating through a XML DOM. Once I (the user) submit the form and reloads...
AT
09-25-2003 02:45 PM
John Saunders Go to last post
1 17
I made a header control with built in menu. It works great. It is in the root dir. Then I made some files in a subdir to protect them. When I...
SStory
09-25-2003 09:45 AM
SStory Go to last post
2 21
I have a feeling I'm missing something simple here. I cannot get even the most simple WebControl to be serialized into an XML file. I keep getting...
threecrans
09-25-2003 09:36 AM
threecrans Go to last post
0 15
Can I tell somehow VS.NET to serialize a WebControl's properties into the .resx file instead of the .aspx page?
AT
09-25-2003 06:07 AM
AT Go to last post
0 11
By putting custom controls in the GAC, I can do a <% Register TagPrefix="..." assembly="MyAssembly, version=1.0.0,...
Chris
09-25-2003 03:16 AM
AT Go to last post
1 21
If i build a windows form, will I be able to use it as a web control? how can i do this. I cant find a directory browser for web A menu for the web...
Vaughn
09-24-2003 11:42 PM
Victor Garcia Aprea [MVP] Go to last post
1 13
I am trying to dynamically add a user control to a Custom Control that inherits a Panel. The control renders fine on the web form. The problem is...
AT
09-24-2003 11:41 PM
Victor Garcia Aprea [MVP] Go to last post
1 15
I have the exact same issue. Please could you show me your finished code? Thanks, James Gerdes
AT
09-23-2003 02:55 PM
AT Go to last post
0 14
Thanks Ben. Previously, I had set the Width to 100% in the ControlDesigner GetDesignTimeHtml method and it worked, but I didn't like how it showed...
AT
09-23-2003 12:01 PM
James Williams Go to last post
6 15
"Serge" <sbouchard (AT) governsoftware (DOT) com> wrote Do you mean "Page_Load"? If so, could you give more detail about what doesn't work? Is an...
Serge
09-23-2003 11:38 AM
John Saunders Go to last post
3 16
What I have is a user control that contains a master/detail datagrid. When the datagrid is "opened" (put into edit mode), one column contains...
Greg Hurlman
09-23-2003 11:25 AM
Greg Hurlman Go to last post
0 16
I have a WebControl, lets call it WebC. WebC has a Label control, with an ID of TheLabel. I have a UserControl, lets call it UserC. I drop WebC onto...
AT
09-22-2003 03:27 PM
James Williams Go to last post
1 17
Like the <asp:ListBox> and <asp:ListItem> pair, my control use item definitions, just they are in another...
AT
09-22-2003 12:19 PM
AT Go to last post
0 18
"Ben Schwehn" <b.schwehn (AT) gmx (DOT) net> wrote When you add a DefaultValue attribute to a property, it does not initialize the property to that...
John Saunders
09-21-2003 04:22 PM
John Saunders Go to last post
0 13
This error usually happens when you add control not to proper Controls collection. Use FindControl to get reference to the page where you want to add...
AlexS
09-21-2003 01:53 PM
AlexS Go to last post
0 12
Hello, I'm trying to create a server control, and am having difficulty getting a child hyperlink control to display the ImageUrlEditor at design...
James Williams
09-20-2003 11:37 AM
James Williams Go to last post
0 19
"Stephen Richardson" <steve (AT) richson64 (DOT) freeserve.co.uk> wrote Add a Placeholder control to your web page and add the composite control...
John Saunders
09-19-2003 04:36 PM
John Saunders Go to last post
0 17
I am trying to build a WebCustomControl that I can use in multiple web applications. My control contains a DataGrid that is programatically...
Nathan Baulch
09-18-2003 09:43 PM
Nathan Baulch Go to last post
1 14
Hello, This is my code behind code for dynamic link button creation: strUrl = "<asp:LinkButton...
AT
09-18-2003 07:00 PM
BK Go to last post
1 12
How do I add list box in the DataGrid, when I bring mouse over that item it should display those listitem. Also, I need to select those item...
Lohadas
09-18-2003 06:47 PM
Lohadas Go to last post
0 15
Hi! Somebody could give a sample of how can I add an image button to a datagrid in execution time? Thanks! *** Sent via Developersdex...
Andrés Giraldo
09-18-2003 01:12 PM
Andrés Giraldo Go to last post
0 14
I'm developing a composite control and one of the things I've run into is how to support being able to put multiple instances of my control onto a...
Russ
09-18-2003 04:30 AM
AT Go to last post
8 18
My defaultvalue attribute is not working. If i drop this control from thetoolbox onto my page the properties are empty. They keep being empty if i...
caviar
09-18-2003 03:05 AM
caviar Go to last post
2 17
Hi Nedu, How did you bind the XML data to the datagrid? Normally, we can first convert a XML file to a DataSet, and then bind the datagird to the...
AT
09-17-2003 10:50 PM
AT Go to last post
0 13
Hi ! After the first researches I found out that with WebForms there is no easy way to implement an IRootDesigner. After inspecting the Web.UI.Page...
Mihail Luca
09-17-2003 12:35 PM
Andrew Go to last post
2 15
Hallo, I am trying to assign a variable using reflection, Does anyone know how this is done? Any suggestions would be appriciated.. Nigel... This...
Nigel Findlater
09-17-2003 10:12 AM
Nigel Findlater Go to last post
0 15
I build a control,there has a property name JsDirectory it's default value is "/g_Scripts/" when using this control in a web form,I change...
matt
09-17-2003 06:22 AM
matt alex Go to last post
2 14
I'm developing the DevEdit.NET server control (an online HTML editor - www.devedit.com) but there's an extremely bizarre bug. The control runs...
John Rebbeck
09-16-2003 08:47 PM
John Rebbeck Go to last post
3 15
Hello folks! I'm creating a control that needs to accept an unlimited list of ids for TextBoxe or DropDownList controls, preferably with check for...
Henrik Grotle
09-16-2003 04:25 AM
Henrik Grotle Go to last post
0 18
I want to be able to create a UserControl that consists of a header, a menu system under the header, and a graphic down the left side. This would be...
Jay
09-15-2003 05:07 PM
John Saunders Go to last post
1 20
I'm using VB.net. This is my first attempt at control creation. I have a composite control with some textboxes, labels, buttons and a datagrid. ...
C. Ramsey
09-15-2003 04:31 PM
Teemu Keiski Go to last post
1 18
Greetings, When I look at the Style property of the HtmlControl object it says it is of type CssStyleCollection. When I try to implement that...
Shawn B.
09-15-2003 11:22 AM
Shawn B. Go to last post
1 13
hi, i have created a custom control and have added a property. when i add my custom control in my application ,i can see the custom property at...
vipul DotNet
09-15-2003 10:22 AM
Sean Winstead Go to last post
1 20
I have a requirement to develop a web site using ASP .NET that will initially be used in IE on a PC but eventually be used on a pocket PC or PDA. The...
Michael Friel
09-15-2003 06:42 AM
Michael Friel Go to last post
0 22
I want to implement a custom draw control like the image web control. But when i inherit my control from System.Web.UI.WebControls.Image, i don't...
thxBruin
09-14-2003 10:20 PM
thxBruin Go to last post
0 18
I have an inherited DropDownList custom control that in the DataBind() method I add a bunch pre determined list items that contain the...
Ron Vecchi
09-13-2003 01:43 PM
Ron Vecchi Go to last post
0 15
"Antonin Jelinek" <tonda (AT) fc-bohemians (DOT) cz> wrote If you set a breakpoint on your controls Render method, does the ListBox still have the...
John Saunders
09-12-2003 04:38 PM
Christine Murphy Go to last post
2 14
Post New Thread

Display Options
Showing threads 2801 to 2850 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.