Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score Validation Summary Control does not apprear
Raj Bhavsar - 15 Sep 2006 4:05 PM - 3 messages
Hi! People, I have a website with validationsummary control. It works fine on my development machine (Windows XP Pro) but when I put the website in production Server (Windows 2003 Server), the validation summary control does not show up. I found this article on microsoft website on this ...
Score Architectural design question - please advise
Griff - 15 Sep 2006 11:24 AM - 2 messages
Hi I'm not sure of the best way to go about achieving my goal and would appreciate any advice. What I would like to do is to generate a control that can be dropped onto a web page. For example, a control that provided catalogue information.  As I ...
Score Button highlight or enhance when mouse over
Tony Girgenti - 15 Sep 2006 2:54 AM - 2 messages
Is it possible to make an ASP.NET web page button enhance or brighten when you hover a mouse over it ? Thanks, Tony ...
Score datagrid update/cancel command not working
madhu.datla - 14 Sep 2006 11:38 PM - 5 messages
Hi, I created a page with datagrid where i can edit, update, cancel the data. but rather strangely the update and cancel commands are not working. Only Edit button works. Did any one face the same problem before. Neither dgMasterData_CancelCommand() nor dgMasterData_UpdateCommand() is ...
Score How do I stop this javascript from being emitted?
paul.hester - 14 Sep 2006 11:06 PM - 3 messages
Hi all, I have a fairly basic page with some text boxes, validators and submit buttons. I have "EnableClientScript" set to false for all the validators and "enableEventValidation" set to false in the pages section of the web.config file. Whenever a validator is present on the ...
Score Smart Navigation asp.net 2.0 menu client script error
Sid - 14 Sep 2006 4:51 AM - 2 messages
I am getting the following client error when I am having ASP.NET 2.0 menu with the Smartnavigation property set to true. "Error: '0.cells' is null or not an object" This error does not  occur when Smartnavigation=false ...
Score Calendar control
ds_lewis - 13 Sep 2006 8:26 PM - 2 messages
How do I get the currently displayed month from the calendar control? I need this at the top of the Page_Load page event. I'm setting some info in the calendar's DayRender event but I need to know what month/year is being displayed so I can get that data before ...
Score Detailsview - how to reference a field in Java/VB Script
LehrSJ - 13 Sep 2006 6:04 PM - 3 messages
I have a detailsview control.  I need to know how to refererence the form fields in the detailsview with VBScript.  If I have a text field where the user enters data and then I in turn want to convert all of the text to upper ...
Score ASP.net 2.0 DropdownList bound to SQLDataSource and setting SelectedIndex
Jason Wilson - 13 Sep 2006 4:14 PM - 2 messages
I have two dropdownlists that are bound to the same datasource and I have a couple of questions: 1)  Because they are bound to the same datasource, I am assuming that they only make 1 round trip to the DB server -- is that correct? ...
Score How do I return the name (ID) of a user control?
Gummy - 13 Sep 2006 2:09 PM - 5 messages
Hello, I have a single user control (contains two listboxes, labels and radio buttons) that appears on my webpage multiple times. When the radio buttons are clicked I am able to process (consume?) that Event (SelectedIndexChange) on the main page. ...
Score calendar control - weekends
chandy - 13 Sep 2006 11:43 AM - 3 messages
Hi, How can I stop weekends from being rendered by the calendar control? Stopping the days is easy enough in OnDayRender but how do I stop the weekend headings? Chandy ...
Score How to implement interface's method in aspx?
yp.yean - 13 Sep 2006 7:39 AM - 2 messages
Hello, I have a ASP.NET control with interface called "INamingRule".  The interface structure as follows: public interface INamingRule {       string GenerateName (); } Now I want to let ASP.NET application developers to develop their own ...
Score Binding an array to a DropDownList
paul.hester - 12 Sep 2006 11:16 PM - 2 messages
Hi all, I'd like to bind an array to a DropDownList and use the array index as the DataValueField. Is this possible? Thanks, Paul ...
Score add a link button to prev/next in a wizard
David Thielen - 12 Sep 2006 8:14 PM - 3 messages
Hi; In the prev/next buttons at the bottom of a wizard, I would like to add a hyperlink that is an image with a link to a help.htm page. Is there a way to do this? ...
Score Default Border Color for Dropdownlist Control?
Paul - 12 Sep 2006 2:07 PM - 2 messages
Does anyone know what the default border color is for the dropdownlist control in asp.net/vb.net 2.0? I am talking about the thin (1 px?) border of the actual control when displayed on an .aspx page. It looks like it is green or maybe blue but I can ...
Score asp:TextBox
Sujith - 12 Sep 2006 12:31 PM - 5 messages
I not able to able to intitialize the value of TextBox1. eg:- TextBox1.Text = now() or TextBox1.BackColor=Color.Beige is not happening. wat could be the reason ...
Score Space in fileupload control
HIK - 12 Sep 2006 10:09 AM - 4 messages
I have a problem with the fileupload control.  If the user inadvertantly puts a space in the control, the page will not fire.  I tried to trap the error with a regular expression validator, but it apparently also ...
Score asp to asp.net conversion
John - 10 Sep 2006 2:23 PM - 4 messages
Hi I have a pure asp app which I need to integrate into an asp.net app in terms of the asp.net membership/roles/login that asp.net app uses. I understand there is no way for a pure asp app to share session etc. with asp.net i.e. ...
Score asp with membership/login
John - 10 Sep 2006 6:47 AM - 3 messages
Hi Is it possible to use asp.net membership/login control with pure asp i.e. user logs in using login control and then asp can use it somehow? Is there a code example somewhere? Thanks Regards ...
Next »