all groups > asp.net building controls > may 2005 > threads for may 15 - 21, 2005
Filter by week: 1 2 3 4 5
The nowrap Property of TD Tags
Posted by Nathan Sokalski at 5/20/2005 11:49:11 PM
I want to create TD tags with the nowrap property. I have a user control
which sets the Wrap property of a TableCell to False when dynamically
creating a table as follows:
cellCurrButton.Wrap = False
When the code is run, this creates a TD tag that looks like the following:
<td nowrap="... more >>
Problem Facing in Server Side Validation.
Posted by msnews.microsoft.com at 5/20/2005 12:00:00 AM
Hi All,
I m facing problem in Server Side Validation.
For Example The Scenario is=20
I have two fields on the page
1 Country Dropdown List
2 Province Textbox
3 State Dropdown List
I put two validation controls on the page
1 one is RequiredFieldValidator fo... more >>
ListControl: SelectedIndexChanged event raised without implementing IPostBackDataHandler?
Posted by Henri at 5/19/2005 12:00:00 AM
Hi,
I'm designing a control that inherits ListControl
I was surprised to see that SelectedIndexChanged is part of ListControl. So
why doesn't it implement IPostBackDataHandler?
I added this to my control:
Function LoadPostData(postDataKey As String, postCollection As
NameValueCollection) A... more >>
Framework 2.0 Beta 2 serializing a server control at run time
Posted by JPHILIP at 5/18/2005 1:56:50 PM
How can I persist a server control to aspx code at run time in Framework 2.0
Beta 2.
This can be done at design time with the ControlPersister.PersistControl
method.
The DesignSurface class provides a way to load components into a self
contained design time environement that should provide acce... more >>
how to display windows control in IE browser
Posted by Sheila at 5/18/2005 9:27:56 AM
Hi,
I created a windows control and put it inside a html code, when the page
load in IE brower, the weindows control can not be displayed properly. I also
tried putting the control assembly into GAC, but it still doesn't work. Is
there any special configuration i need to do? Following is th... more >>
Building a custom table control
Posted by I am Sam at 5/18/2005 3:33:14 AM
Hi Everyone,
I am new to Server control development and I need some serious help with
something. I want to build a control that will allow the developer using the
control to define columns so I am building a composit control and inheriting
from the Table web control. My problem is how do ... more >>
unable to Maintaining ViewState Across postbacks in a Usercontrol
Posted by Udit at 5/17/2005 6:04:47 AM
I am writing a usercontrol that works as a years scheduler.This
usercontrol has some elements created at design time like 2 link
buttons to navigate years.
The calander is created dynamicaly by adding days at runtime using
HtmlControls.HtmlAnchor and i add its Server.Click event also at
runtime... more >>
IPostBackDataHandler and validating a control -- the best place to do this.
Posted by Martin at 5/17/2005 12:00:00 AM
Hi,
I have an asp.net page with two composite controls on it as well as a single
button in the asp.net page AND a single dropdown box on the page that has
its autopostback property set to true so that it posts back when ever the
selection is changed.
what i would like to do is when the butt... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
General Question about custom controls
Posted by I am Sam at 5/16/2005 4:26:01 PM
In a windows application you use the Method() as an entry point for an
application. In a web application using ASP.NET you use Page_Load() as an
entry point. My question is: In a Custom server control what method do you
use as an entry point?... more >>
Book search
Posted by VV at 5/16/2005 12:00:00 AM
Hi,
I'm looking for a book that explains creating custom web controls for
asp.net from scratch (Inheritance from webcontrol or control namespace).
I've tried so far with different books but they all start and finish pretty
much the same. Bla bla what is asp.net, bla bla hallo world, bla bla inhe... more >>
|