MaxWidth ??
Sat, 14 Jun 2008 15:10:36 -0400
How do I limit the width of an asp:DropDownList to the size of it's
container, in this case a DIV; but allow it to be smaller so there isn't a
lot of white space if the list items are smaller?
Seems like what I want is a MaxWidth attribute, but I don't see anything
like that.
Gary
...
|
TOOLBARDROPDOWNLIST in ASP.NET using VB
Fri, 13 Jun 2008 05:56:07 GMT
I'm toolbar control to load list items. Its displaying next to each other as a text.
If you have any working example pls let me know.
Thank you.
KingB
From http://www.developmentnow.com/g/15_2005_6_1_0_0/dotnet-framework-aspnet-webcontrols.htm
Posted via DevelopmentNow.com Groups
http://www.development ...
|
Templated Custom Controls
Fri, 13 Jun 2008 13:47:27 +1000
Hi,
I am developing a set of custom templated controls to clean up and unify the
design of our ASP.NET website. The controls are DataEntryPage,
DataEntrySection, DataEntryRow and DataEntryUnit, and are basically tables
with the appropriate CSS settings and whatever to keep it all nice and neat
and consis ...
|
UpdateProgress - AJAX
Thu, 12 Jun 2008 19:07:37 -0400
Hello,
I have a need, to implement a progress bar in ASP.NET.
The server-side process has a count for a processing loop, ex. for (i=0; i < iCount; i)...
It may be a lengthy process so would very much like to show the progress to the user.
I've download and installed the AJAX Toolkit because I see Asynchrono ...
|
Problem with free form text
Thu, 12 Jun 2008 14:39:33 -0400
Hi,
I have a free form text file, call Notes.
I want to be able to both display and edit and input this field in a
DetailsView control. This would seem to be a natural for a multiline text
box, but there doesn't seem to be one of these as a bound field in
DesignView.
The examples I've found all show usi ...
|
[Atlas] [Ajax ASP.NET] [Client centric]
Thu, 12 Jun 2008 09:35:27 +0200
[ENGLISH (try to)]
Hi all,
I have a customer who ask me to use Atlas (Ajax over ASP.NET) in Client
centric development.
THis could help us to use the ASP.NET controls into Javascript client
code (without any interraction with the server).
This way of use exist for Atlas (I have a power point presentati ...
|
Crosstab-type grid control
Wed, 11 Jun 2008 16:42:59 -0500
I have a collection of records with the following data elements: Year,
Payee, ExpenseType, Amount.
I would like to create a cross-type grid to edit the amounts, where the
payees are listed in rows, and the Year and ExpenseTypes are column headers.
The Year column is above the ExpenseType columns, the Expens ...
|
|
|
Simple Binding?
Wed, 11 Jun 2008 13:24:54 -0700 (PDT)
I know this has been asked before in many ways, but I'm not seeing an
answer that fits what I'm trying to do. The few times I've seen this
asked exactly the same way I am, there's never an answer.
I'm getting a DataTable from an object. This can't be changed. The
object takes care of the query and then will ...
|
Treeview from database
Wed, 11 Jun 2008 05:15:37 -0700 (PDT)
Hello!
I have some data that I want to bind to a treeview. I have the data in
a datatable. The datatable has the following columns:
OrgID
ParentOrgID
CompanyName
I cannot bind the datatable directly since the datatable does not
implement IHierarchicalDataSource interface.
What I do is that I create a d ...
|
Dropdownlist within DetailsView
Tue, 10 Jun 2008 08:57:01 -0700
Hi all,
I'm using DetailsView for my page. I have Dropdownlist in Templatefield for
EditItemTemplate and InsertItemTemplate. When users pick any item in
dropdownlist then I need to populate values for 5 textbox in detailsview. I
can do by using button with CommandName to populate values. I do not want the
u ...
|