Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score asp:Repeater + no viewstate + DataBind() ??
nickster - 10 Feb 2006 11:10 PM - 2 messages
Hi, I have a repater control to which I re-bind my data everytime the page loads. I can't use viewstate as it caches the data and the application I'm building allows our internal employees to collaborate and they need to be ...
Score Where are the events of the aspx?
Doru Roman - 10 Feb 2006 8:53 PM - 3 messages
When creating a web application the default aspx is Form1.aspx. All the controls I place on the document have, in the Properties window, the Event button which changes the window to the available events for that control. But how do I get the available events for the Form1, like PreRender? How can ...
Score How to set Gridview width
jhooper71 - 10 Feb 2006 4:55 PM - 2 messages
Ok. this may be a dumb question... bhig... How do I set the width of my gridview so it doesn't extend off the page?  Width="200px" doesn't do it.  And what about scrollbars, is it a complicated process to ...
Score radiobuttonlist.selectedIndex always -1.........
astropup - 10 Feb 2006 4:47 PM - 10 messages
I'm trying to get the selected button in a radiobutton list....but the selectedindex is always -1.    Any ideas what i'm doing wrong? Thanks! ================================== I've included the code that loads the radiobuttonList here: ================================== Private Sub loadrblCanRpts() ...
Score asp.net control to run in web page like just COM
vikas - 10 Feb 2006 5:42 AM - 4 messages
Hi All, I need to run a ASP.NET (C#) native compiled binary on a web page. COM runs using a OBJECT tag, I need to know how can a .net control run in the same manner. If possible, what are the browser constraints if any. ...
Score refresh gridview
arlene - 10 Feb 2006 5:32 AM - 3 messages
gud day, hope u help me on this. i cant refresh the data gridview control in a parent page by selecting data from the second page which is a popup window. thank u, ...
Score Trying to set stored procedure parameter for sqldatasource in formview (edit mode)
Eric W. Holzapfel - 10 Feb 2006 2:42 AM - 2 messages
Hello WebControl Group, I am trying to update a record in a database using the stored proc below.  the asp.net 2.0 source code has the the parameters below including the one for @recid (as "recid"). the procedure will not run, ...
Score What's the 'preferred' way to divide a Web page into sections?
Fred Exley - 9 Feb 2006 9:46 PM - 7 messages
I'm new to asp .net and web design in general, and so far all I am aware of in Visual Studio to divide a page into logical groupings is by using a Table.  This eliminates any Design View editing, so there must be a better ...
Score Login control and validation
nhaydon - 9 Feb 2006 7:54 PM - 3 messages
MSDN states that if you set the Login control's properties of UserNameRequiredErrorMessage and PasswordRequiredErrorMessage that they will display whenever a ValidationSummary is present. This is not working. The ValidationSummary never gets invoked when the Login button is pressed from ...
Score Postback problem with web parts
Vince Varallo - 9 Feb 2006 5:20 PM - 4 messages
Is there anyway to prevent a postback event when a web part is moved into a different zone?  I am using the MSNBC weather web part and it fires a java script which is causing an error because the page is posting back. ...
Score ASP.NET 2.0 Dropdownlist EnableViewState=false SelectedIndexChange
Anson Goldade - 9 Feb 2006 5:19 PM - 5 messages
I'm trying to leverage the viewstate optimization capabilities in ASP.NET 2.0 but have run into an issue with the DropDownList.  Problem statement SelectedIndexChanged events are getting fired for every dropdown since the page was first rendered.  Here's a sequence example. ...
Score DropDownList: MaxDropDownItems?
Kimon Ifantidis - 9 Feb 2006 4:11 PM - 4 messages
Is there any way to set the maximum number of items of a DropDownList when dropped down? I tried but could not find out how to do that. Thanks Kimon ...
Score GridView and DataSource
Rodrigo Ferreira - 9 Feb 2006 3:31 PM - 2 messages
Hello, Anyone knows if it's possible to associatte more than 1 datasource to a datagrid? ...
Score HELP: Dynamic updateable checkbox list
Usenet User - 9 Feb 2006 5:38 AM - 3 messages
The task is simple: to display a databound list of checkboxes on a page. Each check/uncheck should cause a postback, during which an action must be taken based on which checkbox changed its value and the value itself. Oddly enough, I couldn't find a simple solution for the above problem. ...
Score GridView current row??
Rob R. Ainscough - 8 Feb 2006 10:13 PM - 3 messages
I've got a Grid with 5 fields, 2 are templatefields that contain checkbox controls.  When I check on a checkbox in my GridView the _CheckedChanged event is fire -- all good so far... Now how do I determine which row & ...
Score Go directly to edit mode in formview?
Eric W. Holzapfel - 8 Feb 2006 7:27 PM - 2 messages
Hello WebControl group, Is there a way I can go direct from clicking the "details" link in a gridview (which, in my case opens/displays a formview) to have my formview open direct to the edit mode, bypassing the itemtemplate? ...
Score GridView ASP 2.0
Rob R. Ainscough - 8 Feb 2006 6:04 PM - 4 messages
I'm learning how to use the GridView control -- so far I like it, however, I've run into a significant road block.  All the data within the grid view is NOT editable.  I have a couple of checkbox fields that I would like the ...
Score Drop Down Calendar
Ben Crinion - 8 Feb 2006 5:46 PM - 2 messages
Hi I implemented a drop down calendar as a user control and i want to edit the __dopostback javascript function to catch the calendars postback and set the value of a textbox to the selected date. The problem i am having is that the eventArgument which gets passed to the ...
Score Retrieving machine.config/web.config values ...
Sunil.Dua - 8 Feb 2006 11:59 AM - 2 messages
Hi All, My machine.config contains the following setting. <httpRuntime executionTimeout="90" maxRequestLength="4096" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" /> I want to extract the value for max request length through code in C#. Few experiment i done are here :- ...
Score Convert string to ITemplate
Allan Ebdrup - 8 Feb 2006 11:45 AM - 4 messages
I have a templated control, now I wnat to set the template to be a string, BUt I cant assign a string to my ITemplate property. How do I get my string converted to an ITemplate? Kind Regards, Allan Ebdrup ...
Score Treeview update on postback
thampw - 8 Feb 2006 4:06 AM - 3 messages
Hi, I'm just wondering how could I update the Treeview (populated dynamically from the database) when I change an input value to the queries populating the Treeview on a textbox. Currently, I've set the textbox to autopostback = true, but the ...
Score asp:treeview, expand, index of node
sean.drexler - 8 Feb 2006 12:02 AM - 2 messages
I am trying to figure out how to capture the index or a reference to a asp:treeview node in asp.net 2.0 when the node is expanded.  It appears that the sender object for the event handler is the treeview control. ...
Score CheckBox in repeater
Søren Reinke - 7 Feb 2006 3:50 PM - 2 messages
Hi there I have a little problem. I am using a repeater to list a number of items from a soap service. For each item it should be possible to check a checkbox. My problem is, how can i get the state of each checkbox ? When the user ...
Score Newb...Treeview in asp
Randy - 7 Feb 2006 2:54 PM - 3 messages
Hello, Sorry for the Newb question...but I've got an aspx form and I'm trying to find the Treeview object to put in my form, but I'm not seeing it on the Toolbox. Do I have to add it as an available tool? ...
Score VS2005 ASP.NET Gridview cells
ruf - 7 Feb 2006 11:40 AM - 6 messages
I'm trying to create an Excel-type filter option on the gridview control, so need to be able to identify which row/column combination the user clicked. I can only get a full row at a time, not the individual column ref within ...
Score Dynamic Control Positioning
mkhmer - 7 Feb 2006 4:58 AM - 4 messages
I wanna create a batch of control at runtime and put them all in an increamental top-down locaiton by detecting the previous Control's "TOP" and "Height"  property to generate new position for the next control...... But what's seem to be crazy is how can I get that "Height" value? since the ...
Score Defining a ControlParameter of type DateTime for a DataSource
Jeronimo Bertran - 7 Feb 2006 12:17 AM - 4 messages
I created a DatePicker control that inherits from a textBox.   I have defined an InnerDefaultProperty of type DateTime for the control as follows:         [Bindable(true)]         [Category("Appearance")] ...
Score Making ASP.NET 2.0 asp:Wizard control fully Navigatable without mo
JeffDotNet - 6 Feb 2006 3:51 PM - 4 messages
*Default to Next Button:     Is there a good way to have the asp:wizard navigation control default to the next button instead of the previous button?  I need my wizard to be navigatable without a mouse.  ...
Score Child control designers
Allan Ebdrup - 6 Feb 2006 3:14 PM - 7 messages
I have a custom control, that has several templates (one named Wizard) in it and I'm trying to develop a ControlDesigner for my control, I've overridden GetDesignTimeHtml in my Control Designer, and I check that my template is ...
Score InsertItemTemplate dependant dropdown list problem
dhizzy - 6 Feb 2006 2:27 PM - 4 messages
am trying to create a drop down list that is dependent on another dropdown list value inside a formview control. I have seen this site [link] but I am unable to get it working.  The only things that I have ...
Score System.Web.UI.Design namespace not found
Allan Ebdrup - 6 Feb 2006 9:44 AM - 3 messages
I'm trying to impelent a design time control for my webcontrol like described here: [link] However the using statements: using System.Web.UI.Design; using System.Web.UI.Design.WebControls; ...
Score Disable Validator through Client-Site code
Axel Dahmen - 6 Feb 2006 12:45 AM - 4 messages
Hi, I'm using a RangeValidator on a text input field to make sure that a date entered in there is in the future. On my form there is also a DropDownList control. I now want to disable the text box's RangeValidator when the user selects a particular item from the ...
Score Custom Controls with UI Designer
Komil - 5 Feb 2006 4:50 AM - 4 messages
Can someone point me to some tutorials regarding how to create custom controls that can contain its own child controls? I did a bit of searching on the net and found some references to CompositeControlDesigner class, but did not find much information regarding ...
Next »