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 > november 2006 > threads for november 1 - 7, 2006

Filter by week: 1 2 3 4 5

Using SkinID for Menu background image.
Posted by Mr. Kiran More - India at 11/7/2006 10:37:29 PM
Hi, I am using dot net 2.0. It is with a new tag - MENU. Also THEMES are available. I have defined four themes BLUE, RED, GREEN & KHAKI. Under every theme one skin file is defined. Inside every skin file, various SkinID's are defined that points to images related to that theme. If I have to...more >>


Error Loading UserControl
Posted by Nathan Sokalski at 11/7/2006 5:54:55 PM
I am revieving the following error for one of my controls when loading any pages that use it: Server Error in '/exposure/app' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a re...more >>

FileUpload control - file size detection
Posted by E. Kwong at 11/7/2006 11:37:11 AM
Is it possible to obtain the file size at the moment when the file path/name populates the textbox portion of the FileUpload control? Thx ...more >>

Get value from textbox in webcontrol
Posted by Kevin Attard at 11/7/2006 12:00:00 AM
Hi there, Here is the problem I have 2 textboxes, one normal and the other in a webusercontrol and both have '1' set as text. If I change the text to '2' and press save, the normal textbox saves 2 while the textbox in the usercontrol saves 1. Thus the value of the textboxes after postback...more >>

Paging in DataGrid does not work 2..
Posted by princessjewel62 NO[at]SPAM gmail.com at 11/6/2006 7:45:23 PM
Hi, Im having a problem with the paging in datagrid. AllowPaging is set to True and i have set the Pagesize to 20 rows. The results should have been more than 10 rows but the web form only shows only up to 10 rows. On the other form, it works just fine, it shows more than 10 rows and even the...more >>

"Failed to load viewstate" when clicking button
Posted by Marcelo at 11/6/2006 10:20:01 AM
Hi, I have a problem with an ImageButton inside a web user control. It works in some pages, but in others, it just keeps with the "Failed to load viewstate" error. Basically, the controls has a textbox and the imagebutton, which on the click event collects the textbox content and redirects ...more >>

FileUpload Control in ASP 2.0.
Posted by Dave Londeck at 11/3/2006 1:11:49 PM
Is possible to localize 'Browse' button in FileUpload Control in ASP 2.0? ...more >>

Javascript from treeview
Posted by ampeloso NO[at]SPAM gmail.com at 11/3/2006 11:19:45 AM
Hello, I am using a treeview control on a page and I want to see the javascript that it uses. It looks to me it uses a hidden file: <script src="/WebResource.axd?d=KJOgJu6ZQyEnvormkF2ICA2&amp;t=632962189794236936" type="text/javascript"></script> Is there any way of seeing this? Thanks ...more >>



GridView multiple DDL
Posted by Chuck P at 11/3/2006 11:01:03 AM
I need to fill 5 DDLs when editing a row in GridView. There are no cascading dependcies on the DropDownLists Should I create 5 DataSources one for each DDL's DataSourceID or is there a better/faster way to do this in 2.0? In asp.net 1.x I would put the ddl loading code in dataGrid1_ItemDat...more >>

Gridview update does not work
Posted by dbronstein88 NO[at]SPAM yahoo.com at 11/3/2006 7:02:02 AM
I'm using ASP.NET 2.0. I created a table adapter using basic select, insert, update, delete stored procedures. I created an object datasource and bound it to the table adapter. I created a GridView and bound it to the data source. The delete works just fine but the Edit/Update does not work....more >>

CustomValidator points to wrong control
Posted by David Thielen at 11/2/2006 3:40:02 PM
There is a lot of code below so I will try to explain first. I have a Repeater and in the Repeater I have a Panel. In the Panel I have a CustomValidator that needs to work with the value of a control that is outside the Panel, but inside the Repeater. What appears to be happening is that if...more >>

Redirecting to another page
Posted by KAMAL at 11/2/2006 12:56:55 PM
Hi all, I have one doubt that how some web sites will rediect from one page to another page with out displaying the redirecting pages in the url . for example: Redirecting from one page to another page we have to use http://www.somesite.com/login/register.aspx some other sites wil...more >>

Menu Control Questions
Posted by Velvet at 11/2/2006 12:11:23 PM
I have a couple questions as I'm trying to set up my menu. 1. I see that there is a way to set the ImageURL, but is there a way to set it to repeat itself? 2. My font is white on an image as the background so is there a way to set the arrows for the submenu's to white as well? Thanks in...more >>

rebinding other controls when detailsView update is hit.
Posted by jobs at 11/1/2006 2:51:46 PM
How can I rebind other controls (like a dropdownlist) when a Detailsview Update is hit? Also, if there an event, I don't want to override anything the control might already be doing. ...more >>

DropDownList Refuses To Show New SelectedValue
Posted by Nathan Sokalski at 11/1/2006 12:18:55 PM
I have a webform that contains a DropDownList. When the user selects a new value and I click the submit button, the previously selected SelectedValue property is used in my code. This is obviously preventing me from updating my database, or even allowing the user to do anything that involves t...more >>

Solution - Treeview Site Navigation without ShowExpandCollapse
Posted by theintrepidfox NO[at]SPAM hotmail.com at 11/1/2006 6:52:39 AM
Dear Group Just thought of posting a solution on how to use an Microsoft ASP.NET 2.0 treeview control for simple site navigation without the need of using the Expand/Collapse image click option. Instead Treeview expands (or not) when a treenode text is clicked. Note that it's probably not f...more >>


DevelopmentNow Blog