all groups > asp.net webcontrols > december 2007 > threads for december 1 - 7, 2007
Filter by week: 1 2 3 4 5
FileDownload Control ???
Posted by ComputerWeenie at 12/7/2007 12:54:00 PM
I am using Visual Web Developer and using the FileUpload Control to upload
files to the web server just fine.
But, why do I not see a FileDownload Control? How can I allow users to
download files from the web server?
--
ComputerWeenie... more >>
Inserting from DetailsView and associated Child Records
Posted by Tyler Lynch at 12/7/2007 11:56:00 AM
CASE NUMBER: SRX071207601166
To preface, all data access is done through ObjectDatasounces that are bound
to StronglyTyped Datasets (VS.NET generated). All UI controls are bound to
those ObjectDataSources through standard UI binding techniques (point/click).
I have a DetailsView used for... more >>
calendar control placement
Posted by willy at 12/7/2007 8:10:28 AM
I can't seem to figure out how to place a calendar control anywhere but
on the left edge of an asp page. If I try to place it to the right of
any control, or add spaced in front of it, the calendar goes to the
next line.
Can anyone point me in the right direction? Google has not been any
... more >>
Getting the data bound to a Repeater
Posted by Nathan Sokalski at 12/6/2007 3:19:38 PM
I am attempting to get the data that was bound to an item in a Repeater
control for use in the ItemDataBound event. Here is the code I am using to
attempt to retrieve the data:
CType(e.Item.DataItem, DataRowView)("fieldname")
This has normally worked for me in the past, but once in a while... more >>
Programmatically Access Data Behind SQLDataSource Controls
Posted by MitchW at 12/6/2007 12:15:03 PM
Hello,
I have a GridView that is bound to a SQLDataSource. I have enable item
selection on this GridView. I have a button on this .aspx page which does
some work on a different table that what the gridview (SQLDataSource) is
bound to. In order for the button to do its work I need the identi... more >>
Is any way to palce a control(button/label) at a location on a panel in a webPage ASP.net 2.0in runtime??
Posted by chandan at 12/5/2007 10:08:56 PM
Hi,
Is any way to palce a control(button/label) at a location on a panel
in a webPage in runtime??
I am trying to place a control at mouse click position on the a panel
in a
page.also I am not getting the mouse down position on the panel ,I am
working on that.Actually I am windows Progr... more >>
Layout issues with MultiView control/tabbed display
Posted by paul.gibson@abbott.com at 12/5/2007 2:22:45 PM
Hi all -
I'm using version 2.0 of the framework. Using a Multiview control to
produce a tabbed display. I'm putting two Panels in each View, one
for the "tabs", one for the content. The mark-up looks something
like:
<asp:MultiView ID="mvMain" runat="server" ActiveViewIndex="0">
<asp:V... more >>
How to catch errors when databinding
Posted by Axel Dahmen at 12/5/2007 10:59:05 AM
Hi,
I'm new to binding a <asp:Form> to an <asp:ObjectDataSource> control.
Binding appears to work fine. But I can't find any information on how to =
deal with errors when they appear, e. g. when a user deletes a row being =
foreign key referenced by another row in another table, or if he/she... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
DataBinding In a Custom Control
Posted by thoughtcrimes at 12/5/2007 9:38:57 AM
Hello:
I am building a DropDownList-type control. I opted for inheriting just
the WebControl class instead of DropDownList class because the child
controls and the rendered HTML will be quite different.
I have an IEnumerable DataSource and the properties DataValueField and
DataTextField whi... more >>
Editing .aspx/.ascx of precompiled web site (Project Portfolio Server Web Access)
Posted by Handle at 12/4/2007 5:10:44 PM
I want to customize some aspx / ascx files of a precompiled site (the
project portofolio web access site). I have no access to source code.
Using Visual Studio, when I try to edit one these files in "design view", I
get the following two categories of errors:
1) Some "Cannot switch view... more >>
A question for all those who struggle with automatically databound controls
Posted by Phil H at 12/4/2007 1:54:04 PM
Dear All
On reading of the problems people are complaining about with such
controls as GridView, FormView etc I wonder whether they have
considered that maybe, just maybe, they have simply made the wrong
choice!
The above mentioned controls are at their best when they minimise the
amount o... more >>
Accessing Text Property of FormView Control from Code Behind File
Posted by WJB at 12/1/2007 3:50:01 PM
Hi,
I have a TextBox in a FormView ItemTemplate that uses a function to perform
special formatting on the retrieved field content that is bound to the
control as in the following control (the GetFormattedField function is in my
code behind .cs file):
<asp:TextBox ID="txtPhoneNumber" run... more >>
|