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   



how to debug SQL-statements?   (2 messages)   Date: Thu, 23 Aug 2007 08:58:41 +0300
Hi, I recently changed developing from ASP to ASP.NET and I'm having problems with accessing SQL-statements built by FormView. For some reason FormView update-statement doesn't work in some cases (but neither raises ...

Arithmetic Overflow Error When Click 'Last' Page Button   (1 messages)   Date: Wed, 22 Aug 2007 21:16:40 -0500
I get this error whenever a user clicks the 'last' page pager button on my gridview. Below is the code behind the GridviewPageIndexChange Dim ProviderCount As Integer = 0, PageNo As Integer = 0, PageCount As Integer ...

double click listbox   (1 messages)   Date: Wed, 22 Aug 2007 19:19:00 -0400
Hi Using .NET 1.1, C#, web app I (actually our client) would like to be able to double click a selection in a listbox and have it postback to server . There I would want to access the item that was double clicked. Any ...

WebUserControl's bindable properties not seen in GridView's Bindable Properties list   (1 messages)   Date: Wed, 22 Aug 2007 11:04:33 -0500
I created a WebUserControl with a SelectedValue property that can be data bound using the Bind() method. Moreover, I've marked the SelectedValue property with the Bindable and Browsable attributes. I can manually set the ...

Treeview state in a master page   (1 messages)   Date: Tue, 21 Aug 2007 23:22:18 -0700
Hi, I am using a treeview control in a master page. On click of any node I am opening new page and all pages are incorporated in master page. Now I want to maintain state of treeview expanded nodes. i.e. if any node is ...

Accessing Controls nested in a formview   (4 messages)   Date: Tue, 21 Aug 2007 10:19:26 -0700
Hi, I am using server controls (textbox, dropdownlist, calendar) inside of a form view, it seems that the .Net framework (VB.Net & Net Frame Work 2.0) makes it difficult to access the control properties when embedded inside ...

Events don't fire in control with identical childcontrols   (1 messages)   Date: Tue, 21 Aug 2007 10:59:48 +0200
Hi, I got the following situation: I have a control with tabs in it. Several tabs have a certain self-made childcontrol embedded. The childcontrols have different names and different ids, but are of the same type. Now ...

event handler isn't working   (1 messages)   Date: Sun, 19 Aug 2007 16:01:50 -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 ...

Custom Control Installation questions   (1 messages)   Date: Sat, 18 Aug 2007 23:01:48 -0500
Can anyone send me to a tutorial on how to: 1. Create an Install package that will install a Custom Control to the GAC 2. Create a Custom Tab in VS.Net, with a custom name, which also copy the control to the New Tab (to be ...

RadioButtonList   (2 messages)   Date: Sat, 18 Aug 2007 14:26:05 -0500
On an asp.net2 page I have a DropDownList in the item template of a databound template of a DetailsView control. Everything works fine if the databound value is a member of the items-list of the DropDownList. But, when ...

custom control   (3 messages)   Date: Sat, 18 Aug 2007 12:04:26 -0500
I have a custom control that generates a toolbar but I need to find out how can I register each one of the buttons to causevalidation when they're clicked. All the buttons are <a><img /></a>. I know how to make them postback ...

is any proffits in forex??? or im just n00b.   (1 messages)   Date: Sat, 18 Aug 2007 06:50:44 -0700
i just have started forex trading, buy some OEM software and tool. before i read about forex here: http://gro.cc/genuine-online-trading-forex/ and than i choose strategy for novice from there: http://gro.cc/forex-currency-trading-beginner/ but ...

Problem with usercontrol/itemplate   (1 messages)   Date: Thu, 16 Aug 2007 21:37:22 +0200
Hi group, I try to develop a gallery control, that uses templates for displaying. Everything should (as I can say) be correct, but "InstantiateIn" does not get the right data from my container-class. The source looks ...

get all data used in gridview.databind()   (1 messages)   Date: Thu, 16 Aug 2007 11:15:19 -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 when ...

dotnetcharting anyone?   (2 messages)   Date: Thu, 16 Aug 2007 02:08:25 -0500
Does anyone have any experience with using DotNetCharting for ASP.net? I'm trying to create a chart with 2 stacked values per month per store and can't quite get it. Thanks. ...

ListItems and formatting   (5 messages)   Date: Thu, 16 Aug 2007 00:29:48 -0400
I have become very frustrated with the ListItem control lately due to what happens when the Text property contains HTML tags. When the Text property contains HTML tags, or character codes such as  , they are converted ...

Creating a Scrollable Multi-Column List   (7 messages)   Date: Thu, 16 Aug 2007 00:07:35 -0400
I am looking to create a multi-column list that is scrollable, kind of like a ListBox control, only I need a way to align the columns of text that I will have (I would use spaces, but because the ListBox normally uses a ...

Please Help! Dynamic User Controls   (5 messages)   Date: Wed, 15 Aug 2007 14:37:27 -0700
In my pageload I am adding multiple instances of same User control. They all have properties ID and ParentID. Now I also have a button in each User control and am bubbling the event back to main form. No problem so far ...

collapsing parts of a page.   (3 messages)   Date: Wed, 15 Aug 2007 15:28:41 +0100
Hi, I have seen on many web sites the ability to collapse/expand sections of content. Web site such as face book etc have this feature. I want to have a section on a page do this, as the content is not always needed ...

wizard and Final step   (1 messages)   Date: Tue, 14 Aug 2007 09:30:02 -0700
When i click the finish button I then want it to post all the data collected to the database to a stored procedure using a sqlcommand and executenonquery. However during when the sub wizard1_FinishButtonClick is called ...


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


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