all groups > asp.net webcontrols > december 2004 > threads for december 29 - 31, 2004
Filter by week: 1 2 3 4 5
Browsable Attribute
Posted by Thiruppathi S at 12/31/2004 2:22:31 PM
Hi All,
Could any body plz help me.
I want to set the browsable attribute value of "property2 " according to
the value of "property1"
i could able to change the value of that property but not the attribute
plz help me
Regards
S.Thiruppathi,
... more >>
CustomValidator control to validate a date in format dd/mm/yyyy
Posted by EmJayEm at 12/30/2004 4:35:03 PM
Does anyone have the vb.net code which uses a customvalidator control to
validate a date in the format dd/mm/yyyy
Thanks,
EmJ.
... more >>
DataGrid / Template columns
Posted by codputer at 12/30/2004 1:01:03 PM
I have the following datagrid defined (subset of complete definition) where I
have placed a text box in the header template (unbounded). I'm using this
text box to capture filtering criteria relevant to that row. Everything
works great, but I loose the value of the textbox when the page is r... more >>
Fixed Column Widths in DataGrid
Posted by Alex Maghen at 12/30/2004 9:29:02 AM
Hi. Is there a way to configure a DataBound column (or any other column) in a
DataGrid control so that, no matter what, it will not be wider than a certain
number of pixels? My problem is that with some unicode text, IE can't find a
line break so it doesn't wrap the text, it just streaches out... more >>
How do I set the property for a Web User Control properties from the parent form (VB)
Posted by David Webb at 12/30/2004 8:21:43 AM
I am having trouble setting the property to a Web User Control from the
Parent page.
Here's the Web User Control: WebUserControl1.ascx
HTML:-----------------------------------------------------------
<%@ Control Language="vb" AutoEventWireup="false"
Codebehind="WebUserControl1.ascx.vb" Inheri... more >>
dropdownlist selectedindex=-1
Posted by Joe Abou Jaoude at 12/30/2004 1:59:02 AM
hi
I want to display a populated dropdownlist, put I don't want to select
any item at first. I don't want to put a text at first like "selecy an
item" or "-" or a blank item...
selectedindex=-1 doesn't work, apparently I can't do that in web
(although it works on windows app).
any sugg... more >>
why can't I only bind to one column?
Posted by Rudy at 12/29/2004 7:29:03 PM
Hello all!
I web form, with 5 textboxes. I'm binding my datafrom a column to each text
box. When I run the app, it only fills the first two text boxes, the
remaining three will not fill, nor can I add data through the remaining
through seem like there are not connecting, but everthing seem... more >>
DropDownList
Posted by drankin at 12/29/2004 5:55:03 PM
I'd like to use a DropDownList to display multiple data columns as a single
item, and I'd like to be able to use different styles for these columns.
For example, a list selection which showed Name, Address, and Phone, with
Name Bold, Address Blue, Phone Italic, etc.
Is it possible to do either... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Checkbox, AutoPostBack & JavaScript
Posted by Chris Walls at 12/29/2004 1:09:19 PM
I have a CheckBox that when clicked, needs to first invoke a client-side
JavaScript function, then post back to the server. My ASP.NET code looks
like the following:
<asp:CheckBox ID="MyCheckBox" Runat="server" AutoPostBack="True"
OnCheckedChanged="OnMyCheckBoxChe... more >>
Help me. I'm stuck with this web control problem....
Posted by Henry at 12/29/2004 7:50:29 AM
I have this problem and I don't know what I can do. First of all, I have a
page with [ok] and [cancel] button, and 5 <asp:TextBox>'s and when an user
makes changes to each of the textbox content, javascript client side code is
triggered to change the textbox background color property to some ... more >>
a panel user control ?
Posted by Joe Abou Jaoude at 12/29/2004 12:08:55 AM
hi all,
Is it possible to make a user control who acts like a panel, i.e can
contain other web controls ?
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!... more >>
|