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 > october 2007 > threads for october 22 - 28, 2007

Filter by week: 1 2 3 4 5

Ajax ModalPopupExtender with FormView
Posted by john at 10/27/2007 6:53:37 PM
Button invoking FormView: It opens the FormView as expected, but when I Click New it Disappears during postback and remains Invisible. When I Click the Original Button again that invoked it, it Shows again in the "New" Mode (or Edit Mode if I Clicked that Choice). How do I get it to show i...more >>


Webcontrols added inside a Gridview are not accessible from code behind.
Posted by cclements1384 NO[at]SPAM gmail.com at 10/26/2007 2:21:02 PM
Gurus, I am trying to add a Drop Down List web control to the footer template of a grid view. The problem is that once the control is created (using markup) the name of the control is not accessible from the page's code behind. References to ddlmyControl in code fail to compile because the...more >>

Bind images to a data list
Posted by mherrera78 at 10/26/2007 1:01:02 PM
I have been presented with this challenge. I need to build a image viewer type of control. Basically, a specific part has different views, and when one part is selected, I need to display an image on a medium size and all the different views of the same part right below in some sort of thumbn...more >>

OnServerValidate handler - how to know which CustomValidator is using it ?
Posted by northof40 at 10/26/2007 12:01:45 AM
Hi - I have set up a number of CustomValidators all of which specify the same method as on their 'OnServerValidate' property. Within the method handling the custom validation how can I determine which CustomValidator is calling ? I would like to modify the error message dynamically but witho...more >>

use index on dropdownlist
Posted by Sam at 10/25/2007 10:53:06 AM
I got a drop down list, but when i try to selected an index it dose not work. can someone give me some help? here the code: Dim dsCountry As New DataSet dsCountry = GetCountries() With dpdnCountry Dim lstItem As System.Web.UI.WebControls.ListItem ...more >>

Help with vb.net Maths syntax in asp.net
Posted by Jamie Sutherland at 10/25/2007 12:00:00 AM
Hi, I am trying to get my web app to do some maths... The user enters a number in a textbox, then i want the app to deduct 2 from every multiple of 12. ie 12 =10 24 =20 36 =30 48 =40 and so on Any one got any ideas on how i can do this? Thanks in advance Jamie ...more >>

Menu Control used on a MasterPage
Posted by Matt at 10/24/2007 12:00:00 AM
Hello, I am using an ASP Menu Control as a user control (.ascx file) on a Master Page. I am having problems with the drop down menus rendering properly in IE 7. I found multiple articles describing this problem and how to fix it (http://weblogs.asp.net/dannychen/archive/2005/12/16/433332.as...more >>

RequiredFieldvalidator displays error too early
Posted by Preben Zacho at 10/23/2007 11:47:54 PM
Hi there I have a RequiredFieldValidator that displays the text "Required field" for a textbox. The problem is, that the text "Required field" is displayed BEFORE the user presses the button to accept the form. Why does this occure? Must be some setting I've missed, cause in other forms it wor...more >>



VWD2005: SQLCommand can't be added to page, why?
Posted by Vadim Rapp at 10/23/2007 12:36:41 PM
Hello, in Visual Studio 2005/Visual Web Developer, if I add SQLCommand, SQLCommandBuilder,SQLConnection, SQLDataAdapter to the toolbox, they don't show up until I check "show all items"; then they appear disabled, and can't be added to the page. Still, I see that I can create those objects ...more >>

PostBackTrigger for Ajax cannot find FormView Button
Posted by john at 10/23/2007 12:00:00 AM
This Error on page load attempt: A control with ID 'AttachButton' could not be found for the trigger in UpdatePanel 'UpdatePanel1'. Condition: File Upload Control inside of and Ajax UpdatePanel, which is inside of a FormView Insert Template. File Upload Control needs this Trigger according d...more >>

DropDownList in a GridView
Posted by BrassicaNigra at 10/22/2007 2:40:02 PM
I have a datagrid that has a dropdownlist in each row. When a user changes one of these drop down values, the autopostback allows me to handle the event using the OnSelectedIndexChanged event for the drop down. This works fine, but I cannot find a way to retrieve which row the drop down ...more >>

Refresh Page
Posted by blanic via DotNetMonster.com at 10/22/2007 2:28:10 PM
I have a webpage (aspx) in .net using visual basic as my code behind it. I have a gridview that when I push a button it adds a comment box to the gridview, which works, but the page does not refresh to show the data unless I back out and go back in. How do I refresh my page to show the data I j...more >>


DevelopmentNow Blog