all groups > asp.net webcontrols > september 2006 > threads for september 15 - 21, 2006
Filter by week: 1 2 3 4 5
sort rows in a table control
Posted by Peter Kirk at 9/21/2006 1:03:43 PM
Hi
I have a "System.Web.UI.HtmlControls.HtmlTable" control on a web page (it is
on an ascx which is in an aspx).
The HtmlTable has several rows (HtmlTableRow) which each have several cells
(HtmlTableCell).
The cells contain other controls - for example textboxes. Is it possible for
my... more >>
BulletedList and Unordered List - no bullets are displayed
Posted by ssg31415926 at 9/21/2006 2:57:59 AM
I'm trying to put together a page in ASP.NET 2.0. I need a couple of
bulleted lists. I've tried the asp:BulletedList web control and a UL
and neither shows any bullets. This is my code:
<asp:BulletedList ID="uxAccessBulletedList" runat="server"
Style="z-index: 102; left: 20px; position:... more >>
Controls calling other controls problem - ASP.NET 2.0
Posted by Griff at 9/21/2006 12:00:00 AM
Hi
I have a web page (content.aspx) that inherits from a master page
(MasterPage.master).
The master page has a control (which has to be on every web page, hence on
the master page) (MasterControl.ascx). When placed on the master page this
appears as <uc1:MasterControl ID="MasterControl... more >>
Control events - page life-cycle
Posted by Griff at 9/20/2006 3:29:23 PM
I want to build a set of compiled user controls to incorporate into a web
site.
The majority of user controls will be placed on specific web page and these
controls would share a common interface. The interface would expect some
sort of "end user identitifier" argument, perhaps a GUID.
... more >>
Checkbox Three States
Posted by Etienne at 9/20/2006 9:48:02 AM
Hello,
I'm searching a webcontrol Checkbox Three States. I saw many times on the
web that it's not possible. I don't why ! I think it is with javascript and
asp.net.
Have you got a source please ?
Thank you.... more >>
Autosave fields in GridView (ASP.NET 2.0 - using C# internal)
Posted by RBM007 at 9/20/2006 6:47:52 AM
Hello,
At creature of a GridView you can chose (if the datasoucrce supports
it) to add an edit tag before the rows.
If you click on the edit link, you will see that the links change to
"Update" and "Cancel". All the other rows (still) starts with Edit.
My problem is that if I should say I w... more >>
ASP.NET 2.0 / GridView / ObjectDataSource / Update / Missing Columns
Posted by Urs Eichmann at 9/20/2006 12:23:03 AM
Hello,
My GridView is bound to an ObjectDataSource for select / update /
insert. Everything basically works as expected.
However, in the following scenario there is a problem:
My entity "Customer" consisits of three properties, "id", "Name" and
"City". These are all being displayed in the Gri... more >>
How to keep state of treeview control
Posted by Peter Afonin at 9/19/2006 8:01:07 PM
Hello,
I've created a web application using Visual Studio 2005. I have a treeview
control there. When the user expands it and clicks on the link, the treeview
collapses automatically.
Is it possible to keep it expanded to the level the user expanded it? In
other words, to keep the state ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
gridview with hyperlinkfield
Posted by rams at 9/19/2006 8:46:20 AM
i have one gridview in that some hyperlinkfields are there, if i click on hyperlinkfield, iwant to make some action and i want to get the values of that hyperlink field, in that situation what is the click event... more >>
OnDocumentReady with Treeview HTC (in a popup)
Posted by dgl3906464 NO[at]SPAM gmail.com at 9/19/2006 7:20:09 AM
All,
I've seeing a very odd behavior:
I've got a treeview control (implemented with treeview.htc) that
renders fine.
If I put that treeview on a page, it renders and behaves normally.
If I put that treeview into a popup (created with
window.createPopup()), it renders fine, but the ... more >>
Slow menu control in IE with large grid, fast is FF
Posted by patrick.sannes NO[at]SPAM gmail.com at 9/19/2006 4:13:07 AM
Hi there,
We have a problem here that the menu control in asp.net 2.0 have a bad
performance (client side) when we have a large gridview in the page,
with IE. Responses of the mouseover are realy bad.... When I open the
same page in FF there is no problem at all... Does someone know what
caus... more >>
A Repeater Question.
Posted by Lorenzo at 9/19/2006 2:51:36 AM
Hi,
There's someone that can help me with repeater control?
When I bind the dataitem, i want to specify a fieldname of the
container, programmatically.
Is it possible?
If not can anyone suggest me a workaround?
Thanks in advance.
... more >>
Failed validation doesn't stop page from posting back
Posted by GoCMS at 9/18/2006 12:45:02 PM
Hi, guys:
I'm developing with .net 2.0 framework. I found the validation control (
no matter it's a required field validation, custom validation or some others
) doesn't really stop the page from posting back.
What happens is even though the error message displays on the page, the
p... more >>
No Render on Treeview event
Posted by Tim.Forbess NO[at]SPAM gmail.com at 9/18/2006 7:19:37 AM
During a postback event from the treeview control I try to update a
label's text. The code is called in the event handler for
OnTreeNodePopulate but the label text isn't updated when the page
returns. Below is the sample code. Ideas?
--------------------------------
<%@ Page Language="C#" %>
... more >>
Binding Typed datasets to grid controls in designer
Posted by bill at 9/17/2006 4:04:46 PM
I have a relatively simple website, n-tier architecture that was
originally created in VS2003. The beauty was that when I want to put a
grid on a page, I could drag a dataset control onto the page, assign it
to one of my typed datasets and bind it to a 3rd-party grid, viola!
there are the column... more >>
Control of a map where the user can click and drag to select an area...
Posted by ThunderMusic at 9/17/2006 2:06:12 PM
Hi,
I'd need to find (or develop) a control of a map (worldwide if possible)
where a user can click and drag to select an area by distance from the click
point or using a square area (user's choice)... This control would return
the postal/zip codes of the selected rectangle or the clicked poi... more >>
Architectural design question - please advise
Posted by Griff at 9/15/2006 12:24:46 PM
Hi
I'm not sure of the best way to go about achieving my goal and would
appreciate any advice.
What I would like to do is to generate a control that can be dropped onto a
web page. For example, a control that provided catalogue information. As I
envisage this, the control would be given... more >>
Validation Summary Control does not apprear
Posted by Raj Bhavsar at 9/15/2006 12:05:18 PM
Hi! People,
I have a website with validationsummary control. It works fine on my
development machine (Windows XP Pro) but when I put the website in
production Server (Windows 2003 Server), the validation summary control does
not show up. I found this article on microsoft website on this
http... more >>
|