Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net webcontrols > september 2006 > threads for september 8 - 14, 2006

Filter by week: 1 2 3 4 5

Button highlight or enhance when mouse over
Posted by Tony Girgenti at 9/14/2006 10:54:44 PM
Is it possible to make an ASP.NET web page button enhance or brighten when you hover a mouse over it ? Thanks, Tony ...more >>


datagrid update/cancel command not working
Posted by madhu.datla NO[at]SPAM gmail.com at 9/14/2006 4:38:59 PM
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 gett...more >>

How do I stop this javascript from being emitted?
Posted by paul.hester NO[at]SPAM gmail.com at 9/14/2006 4:06:16 PM
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 page, the follow...more >>

Fixed / frozen Datagrid column runs slow.
Posted by DanG at 9/14/2006 2:29:45 PM
Hi all, I fixed a column in my datagrid using the technique below. It works fine with a small amount of data in the grid. But as the grid grows either horizontally or vertically, everything slows down to where the screen becomes unusable. Clicks, tabbing, browser-page scrolling, etc. all t...more >>

Smart Navigation asp.net 2.0 menu client script error
Posted by Sid at 9/13/2006 9:51:01 PM
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 Can anyone suggest me a solution or a fix if it exists? Thanks in ...more >>

Calendar control
Posted by ds_lewis NO[at]SPAM hotmail.com at 9/13/2006 1:26:23 PM
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 the DayRender event starts firin...more >>

DataGrid rows not recreated from ViewState
Posted by dc NO[at]SPAM upsize.de at 9/13/2006 1:22:49 PM
Hi, I developed a Usercontrol that primarily contains a datagrid. If the selected item of the datagrid changes, the rows would be recreated from viewstate. Everything works fine on a simple test page. But in our production environment the control will be loaded via Page.LoadControl and be ...more >>

Detailsview - how to reference a field in Java/VB Script
Posted by LehrSJ at 9/13/2006 11:04:02 AM
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 case with VB or Java script I found I can do this by using Attribu...more >>



How do I return the name (ID) of a user control?
Posted by Gummy at 9/13/2006 10:09:49 AM
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. What I am having a problem with is figurin...more >>

ASP.net 2.0 DropdownList bound to SQLDataSource and setting SelectedIndex
Posted by Jason Wilson at 9/13/2006 9:14:10 AM
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? 2) On a user's click of a button, one of the actions in the...more >>

calendar control - weekends
Posted by chandy NO[at]SPAM totalise.co.uk at 9/13/2006 4:43:06 AM
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 ...more >>

How to implement interface's method in aspx?
Posted by yp.yean NO[at]SPAM gmail.com at 9/13/2006 12:39:08 AM
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 naming rule by implement GenerateName() method ...more >>

Binding an array to a DropDownList
Posted by paul.hester NO[at]SPAM gmail.com at 9/12/2006 4:16:30 PM
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 ...more >>

add a link button to prev/next in a wizard
Posted by David Thielen at 9/12/2006 1:14:02 PM
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? -- thanks - dave david_at_windward_dot_net http://www.windwardreports.com Cubicle Wars - http://www.windwardreports.com...more >>

Space in fileupload control
Posted by HIK at 9/12/2006 1:09:10 PM
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 doesn't fire when there is a space in the control. Is there anyway to catch th...more >>

Default Border Color for Dropdownlist Control?
Posted by Paul at 9/12/2006 7:07:01 AM
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 not seem to replicate it?...more >>

asp:TextBox
Posted by Sujith at 9/12/2006 5:31:01 AM
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 ...more >>

SIMPLE QUESTION
Posted by at 9/12/2006 12:00:00 AM
I have a web form <form method="post" runat="server" id="PromotionForm"> and some textboxes and <asp:button id="Button3" runat="server" Text="Update"></asp:button> When i run my web application pressing f5 and hitting Update Button it does nothing Though I have Response.Write ("sa"); ...more >>

asp to asp.net conversion
Posted by John at 9/10/2006 3:23:21 PM
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. it can't work with asp.net membership/login. In which case is ...more >>

asp with membership/login
Posted by John at 9/10/2006 12:00:00 AM
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 ...more >>

ASP.NET 2.0 - How to databind to nested (hierarchical) business objects?
Posted by style at 9/8/2006 10:10:27 PM
Hi everybody Is it somehow possible to databind a control to a nested business object in ASP.NET 2.0? Let's say I have a business object "User" with the properties "Name" (string), "Age" (int) and "Place" whereas Place is a reference to another business object of the type Location. The c...more >>


DevelopmentNow Blog