all groups > asp.net webcontrols > may 2007 > threads for may 29 - 31, 2007
Filter by week: 1 2 3 4 5
gridview objectDataSet BusinessLayer
Posted by Richard Roche at 5/31/2007 11:44:01 PM
My business object populates the gridview, but i'm having difficulty
programatically drilling in and changing the headertext at runtime (I need to
change the language of the column heading based on the client). In the
gridview object the column collection is empty, count = 0. Why? Do i need... more >>
Scheduling Component Recommendation Wanted
Posted by SuzyQ at 5/30/2007 3:48:49 PM
I need to write a page that allows users to schedule conference rooms. This
page will have multiple conference rooms across the top of the page.
I am seeking information on how to write this myself. Otherwise if I should
buy a component which one should I get? This would be the only custom... more >>
Design Guidance Wanted
Posted by Rusty Hill at 5/30/2007 12:25:08 PM
In ASP.net 2.0 I need to create a scheduling page that allows my users to
book/schedule/reserve six different surgery rooms. What the design calls
for is one screen that has the daily schedule on the vertical axis and
across the top on a horizontal axis the six different surgery rooms are
r... more >>
How to add a row into GridView?
Posted by Polaris at 5/30/2007 12:00:58 PM
Hi Experts:
I'm using asp.net 2.0 with Visual Studio 2005. I'm trying to use the
GridView to display data. I need to programmatically add rows into the
GridView. So far could not find a way to do it. I appreciate it if any one
can show a piece of code doing that.
Thanks in advanc... more >>
Dynamically adding multiple instances of same user control
Posted by santoshp at 5/29/2007 11:02:57 PM
Hi,
I have a user control(CUC).On my web page (that uses this control) I have a button and a panel. On each click of the button I want to add my user control as child of the panel control. Is there a way to do this? Any ideas?
Thanks.... more >>
Gridview: no built-in add/insert !?
Posted by Rick at 5/29/2007 10:37:10 PM
Hi,
I don't have hands on experience in ASP .NET but have been assigned to
a web application, and I'm learning in the school of hard knocks. How
comes GridView has no support for adding/inserting new records, when
this is a routine task for any application? In the eighties almost any
product ... more >>
Menu on User Control
Posted by Chris Davoli at 5/29/2007 9:20:01 AM
I put a menu on a user control (ascx) so that I can put the user control on
all web pages (aspx) and have one central location ie; the header user
control in this case, but it has problems.
1.) It can't find the stylesheet even though the style sheet is on the web
page.
2.) After the first... more >>
|