| Thread | Last Post | Replies |
|
| DataRepeater FindControl("controlX") ControlX was added to placeho | 14 Feb 2006 20:34 GMT | 1 |
I have a repeater control with a placeholder inside ItemTemplate. myRpt_ItemDataBound() event adds dropdown conrol (drpCntlr.ID = ControlX) to a place holder. Then on postback, I want to read this value selected by a user:
|
| problem for dropdown list in itemtemplate | 14 Feb 2006 20:20 GMT | 2 |
Hi, All, I have two dropdown lists in itemtemplate in a datagrid. for example, dropA and dropB. also, for the dropdown, I set < Runat="server" AutoPostBack="True" OnSelectedIndexChanged="some event name"> When users selects an item, it will
|
| Static Method? | 14 Feb 2006 19:40 GMT | 2 |
I have an Assembly in vs2003 (NameSpaceA), which i have made a reference to in my current project. This assembly contains CLASS B which is made up of utility function for retrieving data.
|
| Why is Default.aspx not present in the Default Content page? | 14 Feb 2006 19:24 GMT | 3 |
I have setup 2 servers (Windows 2003 Server SP1, latest hotfix) with IIS and .Net Framework 1.1 and 2.0. None of the 2 servers have default.aspx listed as a default content document even when there is a ASP.Net tab in the default web site properties. I have selected the following ...
|
| ASPNET 1.1- Question regarding KeyPress Handler? | 14 Feb 2006 19:18 GMT | 1 |
I'm just getting started with ASP.NET, but I have a strong grasp of C# and VB.NET. When my ASPX page loads, I set focus to a text box that will be populated by a barcode scanner. All of that is working fine.
|
| Writing a html string from a sub in a user control file | 14 Feb 2006 19:09 GMT | 1 |
I have a sub in the codebehind page of a user control file that writes html. How do I get the sub triggered and output the html in the content page? See my approach below. Partial Class contentAffiliate
|
| Help with ASP 1.1 and ASP 2.0 on IIS 6.0 | 14 Feb 2006 19:07 GMT | 4 |
I have 2 applications, one needs 1.1 and the other needs 2.0 on an IIS 6.0 running on Server 2003. For some reason, when one works, the other says, SERVER APPLICATION UNAVAILABLE. Is there a reason why this does not work together? I made sure in the CONFIG/SETUP that the ...
|
| How to configure development environment? | 14 Feb 2006 19:05 GMT | 1 |
Our team have three developers. Each one have a PC as development. Because these PC is slow if it also run VS.NET, IIS and SQL Server Express. For improve debug and development performance, I will move SQL Server to Windows 2003 Server. Can I config three developers to run ...
|
| published web site - files with extension .compiled | 14 Feb 2006 18:51 GMT | 4 |
after publishing a website i get in the directory bin *.compiled files. Are this necessary to be copied on the production server? I see that in the file are infos about virtualPath=" .... and <filedeps> .... I tryed all kind of option by Publish website
|
| Add an error message to CreateUserWizard for duplicate username | 14 Feb 2006 18:49 GMT | 2 |
I have a CreateUserWizard with two steps, one to create the user, and the other to associate roles to him. When I try to insert a user with a username that already exists, I can't create the user and this is ok. However, there is no error message of any sort, so I'd like to add a
|
| how to cache a page with multiview control? | 14 Feb 2006 18:47 GMT | 1 |
I have a number of relatively static pages with a multivew control on each of them. What I'd like to do is cache these pages with either the outputcache directive or cache API. I've tried the outputcache with VaryByControl="MultiViewName" or with VaryByParam="none". When I do
|
| ImageButton inside of a DataGrid | 14 Feb 2006 18:35 GMT | 2 |
I have an Image Button inside of a Datagrid and its not firing the datagrid.itemcommand event when it is clicked. Does anyone have a link to a tutorial or a solution for this problem? For my datagrid I do have the OnItemCommand propert set.
|
| Precompilation / excluding files | 14 Feb 2006 18:31 GMT | 2 |
OK, I get the whole new compilation model in ASP.NET 2.0. I can see how it's better in team environments and overall, not requiring a project file is useful. The big snags I'm hitting:
|
| how to get the Namespace of the application | 14 Feb 2006 18:16 GMT | 4 |
i used in all classes of the app_code files a individual Namespace, for example Namespace MyApp1Namespace .......
|
| Invalid 'name' attribute name | 14 Feb 2006 18:05 GMT | 3 |
I have 2 problems when I try to open and convert an ASP.NET VS 2003 web-applikation in VS 2005. In VS 2003 I have no problems at all! First: One subfolder with will not be converted! The converted web project
|