DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
Current group : microsoft.public.dotnet.framework.aspnet.webcontrols     3472 threads
page nr.:    1      2      3      4      5   



GridView and AutoGenerateEditButton   (2 messages)   Date: Tue, 14 Aug 2007 16:21:27 +0200
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 ...

asp:templatefield in a Gridview   (2 messages)   Date: Tue, 14 Aug 2007 06:34:03 -0700
How do I programmtically edit a templated field? -- Arne Garvander Certified Geek Professional Data Dude ...

Treeview selected Node   (3 messages)   Date: Tue, 14 Aug 2007 01:30:01 -0700
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 ...

Detailsview   (1 messages)   Date: Mon, 13 Aug 2007 13:54:13 -0600
I want to place a value from a databound cell in a detailsview into a label. The code below works on page load, but then on subsequent record changes it returns the value of the cell before the detailsview changed. Old ...

info   (6 messages)   Date: Mon, 13 Aug 2007 13:25:38 -0500
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 ...

WebControl Problem   (1 messages)   Date: Mon, 13 Aug 2007 09:12:03 -0700
Hello, I have a WebControl in which I must paint a table that contains one head and needs values to obtain values of base of data, the case is that those values the passage to the WebControl like properties of he himself ...

WebControl Problem   (1 messages)   Date: Mon, 13 Aug 2007 09:10:02 -0700
Hello, I have a WebControl in which I must paint a table that contains one head and needs values to obtain values of base of data, the case is that those values the passage to the WebControl like properties of he himself ...

Reading child nodes of a treeview   (2 messages)   Date: Sun, 12 Aug 2007 19:18:17 +0100
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 ...

Late bound sort of gridview   (1 messages)   Date: Sat, 11 Aug 2007 17:48:13 +0300
I have a gridview in asp.net 2.0 which is late bound to a datasource depending upon user selections on the form. The data shows up in the grid, but clicking on the column headers does not sort the data and causes it to disappear ...

Interview questions free ebook do not miss it   (1 messages)   Date: Sat, 11 Aug 2007 06:56:41 -0700
Interview questions free ebook do not miss it -------------------------------------------------------------------------------------------------------------------- Software testing interview question Software Testing Basics ...

GridView - how do i modify bound data column by column?   (4 messages)   Date: Fri, 10 Aug 2007 14:22:03 -0500
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 ...

How to prevent duplicate title attribute in calendar control?   (1 messages)   Date: Thu, 09 Aug 2007 09:55:58 -0700
Hello, I'm using the asp.net 2.0 calendar control and the tooltip attribute. But that leads to a duplicate title attribute in the rendered html. One is my tooltip, the other is a title that the control renders itself. ...

How to render sitemappath with <ul> tags without <spans>?   (2 messages)   Date: Thu, 09 Aug 2007 09:55:12 -0700
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 ...

Forms Authentication without Membership provider?   (3 messages)   Date: Wed, 8 Aug 2007 21:58:01 -0700
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 ...

Unable to place controls in layout grid cells (repeated)   (1 messages)   Date: Wed, 8 Aug 2007 23:30:33 +0100
Hello, I posted this a while ago, but I haven't got a response yet. When I do the following: - create a layout grid by going 'Layout' > 'Insert Table'; - accept the default settings (3 x 3 grid); - drag a text ...

get data that fills gridview inside the gridview   (1 messages)   Date: Wed, 8 Aug 2007 08:15:03 -0500
Hi, I'm extending the gridview control and I need the data that fills it because I need get a subset of the results to do an operation. Thanks! -- Greetings, Sergio E. DCE2005 - 2* ...

Detail Help material for Custom Composite Controls   (2 messages)   Date: Wed, 8 Aug 2007 17:56:49 +0500
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 ...

Trouble updating gridview with storedproc   (4 messages)   Date: Tue, 7 Aug 2007 15:54:01 -0700
Hello, I am struggling to get my gridview to update records properly. My data is stored in SQL Server 2005. I have written stored procedures to select, insert, update, and delete. Originally I was doing all data ...

Textbox, HTML Tags & RegularExpressionValidator   (1 messages)   Date: Tue, 7 Aug 2007 03:52:03 -0700
Hi I have a web page containing a multiline text box that users regularly paste HTML output into. On postback the page errors. I've tried to get around this using a RegularExpressionValidator with some success but ...

RegularExpressionValidator & Textbox   (1 messages)   Date: Tue, 7 Aug 2007 19:55:49 +0930
Hi I'm trying to add a RegularExpressionValidator to textboxes in a web page to stop users entering invalid hmtl tags without much success. For example, if a user enters <b/> into the textbox, on postback the page errors ...


page nr.:    1      2      3      4      5   
Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us