| Thread | Last Post | Replies |
|
| ASP.net 2.0 DropdownList bound to SQLDataSource and setting SelectedIndex | 14 Sep 2006 15:36 GMT | 1 |
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?
|
| newbie: PublicKeyToken | 14 Sep 2006 15:12 GMT | 1 |
asp.net 2.0 Example PublicKeyToken: type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
| Query. Can't Execute | 14 Sep 2006 15:09 GMT | 2 |
I have the tables content and content_localized in a Microsoft Access database. I created a Query in my Microsoft Access database named "content_SELECT":
|
| App Architecture: Typed Datasets, EntLib, Performance | 14 Sep 2006 14:48 GMT | 5 |
I have a web application that I have partitioned into 4 assemblies: web application (presentation), business entities (typed datasets), business objects (business logic), and data access (using DAAB). The two areas that where I have read conflicting information are the use of ...
|
| How to detect if framework is installed using asp.net web app | 14 Sep 2006 14:45 GMT | 2 |
How can i detect if framework 2.0 is installed using asp.net web app if in the first place the web app will not run without the framework? I just need to catch the error in case there is no framework installed and display a friendly message telling the user to install the ...
|
| Newbie | 14 Sep 2006 14:36 GMT | 1 |
I am new to Web applications and statelessness. I had a question about Post Back. I noticed in one of my pages where I have some event handlers that change values of controls (checkboxes) that my page is posted back when this occurs. There is alot of this interaction and I am ...
|
| [newbie question] IIS5.1 & ASP2.0 | 14 Sep 2006 14:14 GMT | 3 |
Please forgive me if this is an obvious question, but my programming experience is VB6 and old fashioned languages. Forth anyone? Anyway I am now trying to learn ASP2.0, via Microsoft Visual Web Developer 2005 Express, and so far so good. But I now want to deploy an
|
| DropDpwnList How to add some information | 14 Sep 2006 14:12 GMT | 2 |
I have an string (array) that contains the following information (as a sample) AFAfghanistan ZASouth Africa
|
| Intellisense with web.config registration of controls | 14 Sep 2006 13:34 GMT | 5 |
We are working on a large project and using a number of the new asp.net 2.0 features a number of third party controls. One such feature is the global registration of controls in the web.config, such as:
|
| Array bound to Datagrid - getting values out of the datagrid | 14 Sep 2006 13:00 GMT | 1 |
I've bound an ArrayList to a datagrid and succesfully managed to display the data via an ItemTemplate column and using <%# Container.DataItem %>. The problem I have however is trying to read the value back out of the
|
| SQL Server does not exist... | 14 Sep 2006 12:57 GMT | 7 |
<Posted yesterday to microsoft.public.dotnet.framework.aspnet.security, but no responses garnered. For mpsc readers, this is a fairly common error encountered when connecting from ASP.Net 1.1, but I've followed all the help I can find online and it hasn't fixed my problem yet. So
|
| newbie: How do I add a project.... | 14 Sep 2006 11:17 GMT | 2 |
visual studio 2005 I have a asp.net 2.0 project and a class library project. Both projects created in visual studio 2005. I want to add the class library project to the asp.net 2.0 project.
|
| Repeaters and SiteMapDataSources | 14 Sep 2006 10:11 GMT | 2 |
im trying to do something which I feel isn't that difficult. I'm just a little lost in the .net framework. Here goes... I have a repeater which is using a SiteMapDataSource to bind to. I am trying to make my own custom navigation system. All in all it works fine. I simply
|
| How to improve database controls in ASP | 14 Sep 2006 08:19 GMT | 2 |
I have not experience in this kind of issues... My problem is that I create a little application in VB that uses a DataBase (SQL-Server) and each time that I add a dataset or a SqlDataSource the application becomes slower...
|
| looking for a simple solution | 14 Sep 2006 07:13 GMT | 1 |
Hey Guys, I have a wizard control which has 3 steps. First step is them entering their email address and then me verifying that it is either in the database or not. If it's not, then insert it, otherwise send an error.
|