all groups > asp.net webcontrols > december 2006 > threads for december 1 - 7, 2006
Filter by week: 1 2 3 4 5
Properties do not reliably persist using CompositeControl
Posted by Wayne Brantley at 12/7/2006 1:53:16 AM
Hi,
Create a simple composite control using ASP2.0 CompositeControl class.
Have two webcontrols exposed as properties, so they show as subproperties in
at designtime in the properties window.
Change any of the these webcontrol properties - switch to source view -
none of the properti... more >>
Enter text in at least one textbox
Posted by Tigers21 at 12/6/2006 9:16:56 PM
I want to check if at least one of my two textboxes has an entered value....
If none of them has a value, I want a validator to show an errormessage....
How do I do that?
... more >>
file upload and download
Posted by mann at 12/5/2006 10:29:13 PM
Hi,
I'm an new user of this group.
my problemm is...
I have to develop a utiliy to synchronize database .....sql server to
Access.......
user will dwonload file from net which data is in sqlserver....and
he/she will update his database which is in Access....at his desktop...
Please help... more >>
Print preview bug in IE7 with MS WebControls
Posted by alex at 12/5/2006 7:42:14 PM
When I print preview the sample HTML below in IE7 I get a blank 1st page and
nothing after page 2. If I shorten the content of the pageview so it fits
in less than a page, then print preview works. Do you see this bug as well?
Is there a work around you can think of? Thanks. Alex.
Samp... more >>
Any way to set attributes for server controls by referencing properties/methods/variables?
Posted by paul.hester NO[at]SPAM gmail.com at 12/5/2006 6:27:11 PM
Hi all,
I'm trying to find a declarative way to set server control attributes
using the attribute="<%= SomeValue %>" syntax.
This works fine for basic HTML controls, but server controls will
literally display the contained text, but won't execute the containing
code.
It works fine if I u... more >>
Render web custom control
Posted by Peter Kirk at 12/1/2006 6:29:00 PM
Hi, if I am writing a web custom control, do I override the Render method or
the RenderControl or the RenderContents method - and what is the difference?
Thanks,
Peter
... more >>
Dropdownlist selected value
Posted by KT at 12/1/2006 10:33:33 AM
I'm trying to simply get the selected value from a dropdownlist but it only
returns the first item regardless of what you select.
Dim SalutationSelected As Integer =
CInt(Me.ddlSalutationList.SelectedItem.Value)
Thanks
... more >>
Dropdown in webpart lost its state after postback
Posted by Alex at 12/1/2006 1:55:45 AM
Dear colleagues, I am trying to develop Sharepoint 2k3 webPart for
currency calculator. Since I want to achieve the
visibility/invisibility effect of certain rows, I realized that the
HTML table which consists of those rows should better be generated
during CreateChildControls() instead of tradi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|