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.buildingcontrols     923 threads
page nr.:    1      2      3   



User control con caracteristicas del DataGridView   (1 messages)   Date: Wed, 22 Aug 2007 08:11:13 -0700
Hola. Me encargaron hacer un user control Es un user control al cual por defecto tiene los botones Adicionar, Modificar, Eliminar, Consultar, Buscar, Imprimir, Salir. Este user control tiene una propiedad donde se pude ...

Controls not updated by callback event   (5 messages)   Date: Mon, 20 Aug 2007 12:52:00 -0700
Hi all, We have developed a custom web control that implements ICallbackEventHandler and fires an event when the callback is invoked. We had hoped that subscribers to this event would be able to update the state of ...

event handler isn't working   (1 messages)   Date: Sun, 19 Aug 2007 16:01:52 -0500
Hello, I am extending a webcontrol, and I need to generate an array of objects of type dropdownlist, whose event selectedindexchanged must fires an own method called Cbo_SelectedIndexChanged that has the same signature of ...

Inner content persistance   (1 messages)   Date: Thu, 16 Aug 2007 18:20:10 -0700
In my custom control I am parsing sub properties between my controls tags. The elements in between the tags should form a collection property but will also contain controls themselves. In this scenario I am slightly confused ...

Custom control intellisense to work like DropDownList/ListItem?   (1 messages)   Date: Thu, 16 Aug 2007 18:19:37 -0700
Hi, I created a custom tabstrip control to work like a DropDownList in that when you create the dropdown, only the ListItem control is available in Intellisense. In my tabstrip, only tab controls should be allowed to ...

Control Collection   (3 messages)   Date: Thu, 16 Aug 2007 18:00:19 -0700
When implementing a custom control collection class that implements IStateManger (and IList), how to save the viewstate of the collection items if they are controls themselves? ...

get all data used in gridview.databind()   (1 messages)   Date: Wed, 15 Aug 2007 22:15:41 -0500
Hello, I follow tried to extend the control gridview and not yet it is possible to me to have access to the data with which this one is filled. I already tried to override the DataSource property but I only obtain results ...

get data that fills a gridviewocontrol inside it (i'm extendig the gridview)   (9 messages)   Date: Wed, 8 Aug 2007 09:56:24 -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* -- Saludos, Sergio E. DCE2005 - 2* ...

Marlboro....cigarettes for $11.99. Delivery to USA & EUROPE.....hDohCr9BHBGo   (1 messages)   Date: Sun, 5 Aug 2007 14:15:06 GMT
Cheapest marlboro cigarettes with delivery to usa and europe: ===>>>> http://search.msn.com/results.aspx?q=cheap+cigarette&FORM=MSNH ...... ...... ...... william's pumpkin opens inside our kettle after we care beside ...

can't get evaluationfunction attribute set correctly on CustomValidator   (4 messages)   Date: Fri, 3 Aug 2007 15:14:54 -0500
i want to specify evalutionfunction for my custom validator control. i have tried many ways to get this to work, but in the end, the evaluationfunction attribute always gets rendered as the default "CustomValidatorEvaluateFunction": ...

Custom Control Embedded CSS   (7 messages)   Date: Wed, 1 Aug 2007 21:40:01 -0700
I have a control that has an embedded CSS file. I override the OnPreRender event and put in the following code: HtmlLink cssLink = new HtmlLink(); ..... get the resource, create the link Page.Header.Controls.Add(cssLink ...

Love Taboo Forum Now Open to the Public! 5% Off   (1 messages)   Date: Mon, 30 Jul 2007 17:40:36 -0700
Hi Folks, Is anyone sick of the junk bb's online? I found a new bb that is amazing to say the least. They have all kinds of adult topics that you can post to once you register. They give you all kinds of posting options ...

Combo Boxes in Gridview (or similar)   (2 messages)   Date: Mon, 30 Jul 2007 13:36:02 -0700
Hi I'm trying to find a way that I can have a gridview type of control, but with added combo boxes. I have a scenario in Access where I'm using a continuous form; a text box on the left displays a student name and then ...

how to get the value of a field in a detailsview?   (9 messages)   Date: Sat, 28 Jul 2007 17:02:12 +0200
I need the value of a field of a detailsview in DataBound event. i can find the fieldname with this: Dim a As DataControlField a = DetailsView1.Fields(0) But how to get the value of that field? i tried a lot of things ...

dropdownlist - hooking into the onselectedindexchanged event renders onchange html attribute   (3 messages)   Date: Fri, 27 Jul 2007 12:34:39 -0500
i have an inherited ddl and i have a property (OnChangeFunction) that when set will add an onchange attribute to it which will call the JavaScript method used in (OnChangeFunction). the problem is that it interacts with the one ...

Requesting some help   (1 messages)   Date: Wed, 25 Jul 2007 21:50:25 +0100
Hello community I am scincerley asking for some help. I'm 31 years old and live in the UK, I'm married with two children and have worked all my life as has my wife. I have been given an opportunity to emigrate to Canada ...

Web Container control   (3 messages)   Date: Mon, 23 Jul 2007 15:40:27 +0500
Hi, I am relatively new to ASP.NET but has worked on Windows Forms for 4-5 years How to make a web container control, which has a header/Footer, Right and left panel and inside it is a Panel/Div anything which can container ...

Designer Property Serialization -- Sycning inner properties to designer property window   (4 messages)   Date: Fri, 20 Jul 2007 17:59:57 -0700
Hi, I am just getting started developing custom user controls, and I am having issues keep the inner properties of nested controls in sync with the properties in the designer window. When I change a property of a nested ...

Dynamic Grip View   (1 messages)   Date: Thu, 19 Jul 2007 13:53:16 -0700
HI All, I want to disply dynamic Columns and Dynamic Header to that column in a GRID VIEW. The application is kind of TimeSheet for entering weekly hrs for a month. 1. First of all I want to disply Column based on number ...

FREE DOWNLOAD CRACKED 2008's SOFTWARE: XSTEEL 13,AUTOCAD 2008,AUTODESK VIZ 2008,ANSYS   (1 messages)   Date: Wed, 18 Jul 2007 11:42:00 -0500
Our team provide different types of services such as: - proffessional cracking of any kind of software (CAD,CAM,CAE,EDA,GIS,PCB,FEA,FEM,CNC,CFD,PDS,3D,Optics etc.) designed for any kind of operating systems(Windows 95/98/ME/2000/XP ...


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


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