Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net building controls > march 2005 > threads for march 15 - 21, 2005

Filter by week: 1 2 3 4 5

custom usercontrol inside of datagrid - loses its state/viewstate on re-bind/postback of the datagrid
Posted by DotNetJunky at 3/21/2005 11:28:10 AM
I have a simple usercontrol, a datepicker which contains 3 dropdownlist , it resides inside a datagrid column and i set the selecteddate property of the usercontrol from one of the DataBinder.Eval 's ... everythign works fine. The datepicker also works fine on a regular page, and will normally...more >>


Enable Parent Controls
Posted by Holysmoke at 3/21/2005 4:21:05 AM
Hi all, I am using a datalist to generate controls based on the values arrive from DB. ------------------------------------------------------------ checkbox RadioButtonList/CheckBoxList ------------------------------------------------------------ For each row there is checkbox...more >>

Custom Web Control and GridLayout
Posted by jef at 3/20/2005 1:57:34 PM
I'm somewhat new to ASP.NET but have a lot of VB6 experience. I thought I'd dive into custom web controls as a way to encapsulate some common functionality. Once I drag the control onto my web form, it's stuck in the upper-left corner. I also thought I might try to use a panel control as a co...more >>

building my own web-based music player
Posted by stevehouston at 3/20/2005 10:11:02 AM
I want to build a customized music player using VS.NET. I'm looking for a way to add some new controls to my Web Forms toolbox for building a jukebox...ie. Play button, pause, fast forward, display area, equilizer, etc. Does anyone know a site or a third-party vendor that sells these types o...more >>

Using XSLT in a custom composite control
Posted by ~~~ .NET Ed ~~~ at 3/19/2005 2:50:59 AM
Yes, that says it all. I am trying to use XSLT to render the pre/post parts of the composite control in order to keep the look apart from the control itself (the control would only then layout in a table) but that is proving to be quite a task! I was just experimenting with an XML control insi...more >>

persiting data in asp.net
Posted by Vishal Patel via .NET 247 at 3/18/2005 9:22:34 PM
Hi I am finding problem with dynamically created controls in asp.net When I Create a text box at runtime with a cycle when next time the cycle executes again it simply remove the entered data from text box this is not happening if i create a text box dynamically at runtime.I need to c...more >>

Programmatically resizing a web custom control at design time
Posted by ~~~ .NET Ed ~~~ at 3/18/2005 4:04:03 PM
I have written a simple web custom control. The control however also acts as some place holder (could be a banner, picture or whatever). The control also has a set of properties to set the width and height. Then when either the width or height is set (using the property) the control's Width...more >>

Control in User Control not instantiating
Posted by John Teague at 3/18/2005 11:59:05 AM
am building a user control that has a repeater in it. I first started with a regular web page to get the formatting right where everything worked properly. I then copied it into a new ascx file. The repeater is created on the page (not dynamic). I have a function that databinds the repeate...more >>



DoubleClick Event on ListBox
Posted by kgray NO[at]SPAM tecolote.com at 3/18/2005 11:26:28 AM
I have created a user control that has a list box webcontrol. Unfortunately, The listbox control does not have the doubleclick event in it, and for the life of me, I can not seem to create one. Does anyone have any tips on how to do this? The user control is this list box, that is populated wh...more >>

Custom Control Problem :: Object reference not set to an instance of an object
Posted by David Bowey at 3/16/2005 8:05:05 PM
Hi All! I have the following Custom Control file... '########### WebUserControl1.ascx ############# <%@ Control Language="vb" AutoEventWireup="false" Codebehind="WebUserControl1.ascx.vb" Inherits="nmasoft.vevo.web.controls.WebUserControl1" TargetSchema="http://schemas.microsoft.com/in...more >>

Inserting columns in datagrid by code
Posted by simon at 3/16/2005 5:07:01 PM
Hi, I tried to insert a column into datagrid by back-end code, and I have implemented a event handler for sorting. When I try to sort the column in browser, it does not fired the sorting event handlers. Do anyone know how to solve it?? Thx....more >>

Writing a DIV tag?
Posted by Andrew Backer at 3/16/2005 4:50:43 PM
Starting to mess with writing to the HtmlTextWriter, and have a question about divs. Why is it that HtmlTextWriterTag.Div writes a *table*, when I tell it write a div? The tooltip help says "Specifies an HTML Div Element", but the documentation on the tag says that it will write out a table? ...more >>

Best Practices: Porting ASCX control to compiled Custom Control?
Posted by David Bowey at 3/16/2005 1:31:24 PM
Hi There! What is the best way to port the ASCX control to complied Custom Control (i.e. DLL)? Please share some pointers. Also, can many ASCX controls be ported into one complied Custom Control? Thank you all!! Dave ...more >>

Changing viewstate on client
Posted by Paul K at 3/16/2005 8:45:04 AM
I created a custom datagrid that works similarly to the new GridView control (using the XML request/response objects to retrieve data in the background for paging/sorting). Everything is working, but I want to streamline it a little. The biggest problem I've had is that the datagrid keeps ...more >>

Dynamically created user controls
Posted by Denise at 3/16/2005 7:29:02 AM
In ASP.Net, I am working with some in-house software that dynamically creates a form based on rows in a database table. For example, most pages consist of a header control, center control, and a footer control. By adding rows to specific tables in the database, the form can be changed to add...more >>

Embedded Windows control
Posted by Sebastian at 3/16/2005 3:49:03 AM
Hi all, We are trying to create a windows control and use it embedded in an asp.net page. This control is based on another 3rd party control, and we don't know how to include the dll of that control in our own dll to distribute it. We tried to embed the dll in the dll, but we don't k...more >>

Event raising question
Posted by ~~~ .NET Ed ~~~ at 3/15/2005 8:37:02 PM
Hi, I have a question regarding events in a composite web control. In windows forms when I programmatically set the SelectedIndex property of a comboBox (for example) I seem to remember that the SelectedIndexChanged event is automatically fired (unless my mind is playing tricks on me). We...more >>

Textbox control not posting value ?
Posted by Da Rabit at 3/15/2005 3:21:18 PM
I have a text box control in an ASP.NET user control and it does not post its value when the base form posts. The value comes through as a null lenght string. Any ideas ? ...more >>

Custom web control not responding to change
Posted by ~~~ .NET Ed ~~~ at 3/15/2005 12:16:39 AM
Hi, Since I ran into a problem with nested user web controls I decided I was (???) better off implementing this as a custom web control. Well, I have run into problems again... I created a new project on the solution that contains the web page. That project is a Web Control Library type o...more >>


DevelopmentNow Blog