all groups > asp.net webcontrols > august 2007 > threads for august 8 - 14, 2007
Filter by week: 1 2 3 4 5
GridView and AutoGenerateEditButton
Posted by Thomas at 8/14/2007 4:21:27 PM
Hello,
When AutoGenerateEditButton = true the new column is added as first one. I
would like to place autogenerate columns at the end of my GridView. Thanks
in advance for you help.
Regards,
Thomas
... more >>
asp:templatefield in a Gridview
Posted by Arne at 8/14/2007 6:34:03 AM
How do I programmtically edit a templated field?
--
Arne Garvander
Certified Geek
Professional Data Dude... more >>
Treeview selected Node
Posted by Vikram at 8/14/2007 1:30:01 AM
Hi,
I am using Asp.net 2.0 treeview control.Tree is having 2-3 level of
hirearechy. I want to show current selected node as expanded when the page
reloads or postback. How can I do that?
Thanks
... more >>
info
Posted by Victor Rodriguez at 8/13/2007 1:25:38 PM
How can I create a control that renders a <div></div> but contains for
example a gridview that I can edit its properties on design mode?
Thanks,
Victor
... more >>
Reading child nodes of a treeview
Posted by David at 8/12/2007 7:18:17 PM
Hi all,
I am using .NET 1.1 and Microsoft.Web.UI.WebControls.TreeView
I am populating my treeview from a database and that is all working
perfectly. Basically, what I want to do is to select certain records in the
database to copy to another database (publish). For this, I have the
check... more >>
GridView - how do i modify bound data column by column?
Posted by TS at 8/10/2007 2:22:03 PM
i have a custom object list for my data source. i want to be able to
override some method so that whenever a column in row is bound, i can take
that value that gets bound, which is an integer, and decode that into it's
code table's textual value.
so if i have a collection of Car objects who ha... more >>
How to render sitemappath with <ul> tags without <spans>?
Posted by hummh at 8/9/2007 9:55:12 AM
Hi,
I'm fighting with the asp.net 2.0 sitemappath control. I want to
render breadcrumb items using <ul> and <li> tags, but the control
mixes them with <span> tags. That leads to invalid XHTML transitional
code, because <ul> can't be mixed with spans. Is there a way to
render
the sitemappath ... more >>
Forms Authentication without Membership provider?
Posted by hfdev at 8/8/2007 9:58:01 PM
Hello,
Can you use the ASP.NET Forms Authentication and Login controls without
using the Membership Provider?
I have my own database schema of company/supplier/customer/user data and
don't really want to extend the providers.
Thanks for your insight,
Josh Blair
HydraForce, Inc.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Detail Help material for Custom Composite Controls
Posted by Irfan Anjum at 8/8/2007 5:56:49 PM
Hello All ,
I need to develop web custom Control/ Composite Control .
I need best available helping resources in form of book , tutorial , videos
etc.
Regards.
Irfan
... more >>
|