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 > april 2006 > threads for april 22 - 28, 2006

Filter by week: 1 2 3 4 5

could not load assemly
Posted by weijunyu NO[at]SPAM gmail.com at 4/28/2006 4:01:04 PM
I am getting this error message when I compile and run my application: "Could not load file or assembly 'Microsoft.Web.UI.WebControls' or one of its dependencies. Access is denied." Please help. ...more >>


How do I create a Drop Down List with Hyperlinks as List Items in ASP.NET
Posted by Tony Tone at 4/28/2006 11:46:17 AM
Hey Guys, I am trying to create a DropDownList with Hyperlinks as ListItem. I am creating a web page with ASP.NET and VB Any suggestions or Solutions to my problem? ...more >>

Listbox Flicker
Posted by Mark Roberts at 4/28/2006 10:34:53 AM
Hello Everyone, A co-worker and I came across something strange when a listbox is placed on a page with a menu (these are the standard 2.0 controls, of course). The menu is set to horizontal orientation and contains a few submenu items. It seems that if the height is set on the listbox (a...more >>

detailsView DeleteCommand
Posted by savvas.ioannides NO[at]SPAM gmail.com at 4/28/2006 2:55:00 AM
Hi, Im not really experienced with web applications. I am using vb.net 2005. I have a gridview where, when i press the select button, the information is shown in detailsView. I chose that because gridview does not support delete capabilities. Everything works fine :). What I need is simple ...more >>

Webcontrols.menu with multiple root items bound to a sitemap
Posted by abrown at 4/28/2006 2:11:02 AM
I have a menu on a webform that is bound to a SiteMapDataSource which is linked to a web.sitemap file. When I have more than one sitemapnode in the sitemap element of the web.sitemap file I get the following error "Exactly one <siteMapNode> element is required directly inside the <siteMap> e...more >>

System.Web.HttpException FindContol exception
Posted by Jim Butler at 4/27/2006 4:23:22 PM
We have a set of web server controls that inherit directly from their parent web server control and implement INamingContainer. We need our code to be 508 compliant but are having trouble with the FindControl method in AddAttributesToRender does not find the AssociatedControlID. Our test lab...more >>

Setting control focus on roundtrip
Posted by Inge Larsson at 4/27/2006 1:30:01 PM
Hi, I have a number of TextBox'es and do AutoPostBack of the form for every text box that the user leave (to handle data along the way). However, the tab order is broken for every postback, and the tab order starts from the beginning on every load of the page. Is there a way in ASP.NET 1.1 ...more >>

datagrid button selectivly enabled
Posted by kpg at 4/27/2006 12:31:43 PM
Hi all, Simple (?) question. I have a webcontrols.datagrid with a button column. Depending on the data in the row I want the button to be enabled or disabled. Optionally, I want the button to be visible or not visible. I'm building the datatable record soruce from scratch, so I'm visi...more >>



Custom Server Control Design Best Practices?
Posted by Kenneth Baltrinic at 4/27/2006 9:12:46 AM
Anybody seen any good documentation, paterns or best practices on how to design and develop custom ASP.Net server controls? I am looking for good examples and discussions on the following topics, among others: How to best use CopyBaseAttributes and Apply Styles? And just how to best render...more >>

framed
Posted by barret bonden at 4/27/2006 9:11:03 AM
A client of mine has a young man who has written a web app (a CRM in dot.net 1.1) using many frames .it looks good , but is hard to maintain, passing, as it does, parameters from one frame to the next. These parameters allow the synchronization of datagirds, leading to my technically naive que...more >>

asp.net 2.0 webparts
Posted by delebash at 4/27/2006 6:55:02 AM
How do you change the minimize,close,restore function of a webpartzone. What I want to do is only allow minimize and put the link on the webpart zone instead of in the arrow drop down list. Minimize Instead of >Minimize ...more >>

Webpartzone as DIV
Posted by Prashant Majhwar at 4/27/2006 12:00:00 AM
The webpartzone is rendered as <table cellspacing="0" cellpadding="0" border="0" id="ctl00_ContentPlaceHolder1_WebPartZone1"> <tr> <td style="height:100%;"><table cellspacing="0" cellpadding="0" border="0" style="width:100%;height:100%;"> I want to use DIV instead of TABLE to render ...more >>

How to Display an image, from a DB, into the Gridview (ASP.NET 2.0)
Posted by Auto at 4/27/2006 12:00:00 AM
Hello, I would like to know how do display an image into a Gridview (ASP.NET 2.0) taken directly from a DataBase, NOT using an URL, like described in this article: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/GridViewEx06.asp I have NO URL, i have the binar...more >>

Welcome to Gridview Hell
Posted by C. David Johnson at 4/26/2006 11:40:13 PM
Ok I am working on the simplest thing ever that is turning in to the biggest train wreck ever. I have a database with a series of photo albums and the image path & name for each image. I pass the info to the gridview via the Query string. The thumbnails load with no problems as long as I use ...more >>

SelectedIndexChanged Event of Dropdownlist on a DLL..
Posted by den 2005 at 4/26/2006 11:03:02 PM
Hi Everybody, I like to know how to make the SelectedIndexChanged event of dropdownlist inside a DLL class works? Please provide actual codes? The DLL is like DateTimePicker. This dll is used for selecting date but I need to filter the days for specific month selected. For example, March...more >>

Open htm and asp pagen inside an .NET aspx project
Posted by Erik at 4/26/2006 8:01:22 PM
Hi guys, someone know how could be possible open an htm page or asp page (created for example using frontpage) inside an aspx page (created using ..NET 2005)? I have a populated list box on the left of my aspx page and any time that the user chose an item on it I have to change the htm/asp pa...more >>

Deriving from built-in DataGrid control
Posted by Axel Dahmen at 4/26/2006 7:01:04 PM
I've created a class in a .NET 1.1 C# class library project deriving from System.Web.UI.WebControls.DataGrid. When I try to use this class in my .aspx page, I get loads of parser warnings in the Task pane telling me that e.g. <HeaderStyle> is not supported by the active schema. This is true for a...more >>

controls recommendation
Posted by YC at 4/26/2006 12:21:02 AM
Hi everyone, I'm currently investigating some controls for a web + win application. Can anyone recommend on a company he knows and worked with? Thanks Yoav...more >>

User Control question
Posted by Brian Cesafsky at 4/25/2006 2:55:56 PM
I am using framework 1.1 I have a user control and a web page. I want to set up properties on the user control, so I can access the text boxes on the user control when I am in the code behind page of the 'main' web page. I have done this so far... 1) On the user control... in the #R...more >>

Scroll a node into view -- ASPNET 2.0 Treeview
Posted by William Sullivan at 4/25/2006 6:33:02 AM
Anybody figure this out? I can't figure out how to get the node's client side control ID in order to grab aholt of it. I've seen a post that says that the node's ID is: TreeView.ID + (index of the TreeNode in TreeView.Nodes collection). The problem is that, even after a postback, you ca...more >>

Determining which control has the focus on my web page
Posted by deane_gavin NO[at]SPAM hotmail.com at 4/25/2006 3:33:08 AM
I'm developing a simple ASP.Net web page in Visual Web Developer 2005 Express. I know in my VB.Net code I can call the SetFocus method of my page to set the focus to any control. But is there a way of determining which web control currently has the focus? GetFocus would seem a nice choice for th...more >>

Surprise with Textbox1.Text
Posted by Rakesh Parekh at 4/25/2006 3:33:01 AM
To my great surprise the following code is not working. I expect TextBox1.Text to be changed each time the dropdownlist selected index changes. It works in Windows application but surprisingly not not WebApplication web form. Private Sub Page_Load(ByVal sender As System.Object, ByVal e As ...more >>

Calendar control question
Posted by Paul at 4/24/2006 3:16:02 PM
Hi I have a vs2003 .net calendar control and what I need to do is when the user makes any selection for the entire month I need to get the year and month of the selection but then also need to get just the last day of that month and year. I looked at the calendar class but did not see anyway ...more >>

Get cached value returned from Select()
Posted by David Thielen at 4/22/2006 10:23:02 AM
Hi; In my code-behind, is there a way to get the data returned from the Select() call from an ObjectDataSource? I know I can call it again, but when the page is first created ASP has already called it to populate controls and I would prefer to not call it twice. Also, is there a way to f...more >>

How to make button which has a underline character for shortcut key?
Posted by ABC at 4/22/2006 12:00:00 AM
How to make button which has a underline character for shortcut key? ...more >>


DevelopmentNow Blog