| Thread | Last Post | Replies |
|
| Using the DataTextField and DataValue Field in a ListBox | 20 Sep 2006 12:43 GMT | 4 |
I am trying to take from a database 3 values, concatenate the first two of them and insert them in a ListBox (in the DataTextField) and the 3rd value in the DataValueField. The problem is that I am able only to add the first two values
|
| How do I bind to a dropdownlist as well as put my own line in? | 20 Sep 2006 12:37 GMT | 2 |
I'm leafing through a big book on asp.net, and I don't see any way to the following: 1. bind values and text to a dropdown 2. Also make the first line of the dropdown say something different.
|
| Problems when uploading ASPNETDB.MDF to production server | 20 Sep 2006 12:28 GMT | 1 |
Problems when uploading ASPNETDB.MDF to production server Hi all, I'm a little web with a login page and aspnetdb.mdf file as data base for users. I've done it on local server, with VS2005 and SQLExpress. On local it run OK. The problem araise when I upload the precompiled site to ...
|
| ASP.NET using My.Settings | 20 Sep 2006 11:39 GMT | 1 |
I dunno if it's too late at night to be coding without the caffeine, but I am sure trying. I have a web app that I am working on and am trying to set some of the custom My.Settings values. Each of my settings that I created show up
|
| DAL or BOL? Can someone clarify? | 20 Sep 2006 11:19 GMT | 2 |
I was wondering about where this code should go. Basically i have several tables in my database, when i add a row to a particular table, i will need to also add other entries in other tables.
|
| replacing strange quote with standard quote | 20 Sep 2006 11:01 GMT | 2 |
I have a function to replace the strange quotes (Chr(8220) and Chr(8221)) with standard quotes... e.g. Public Shared Function TextFormat(ByVal InputString As String) As String
|
| Master Page Best Practice | 20 Sep 2006 10:51 GMT | 7 |
When using Master Pages, what is the best Best Practice when it comes to images and hyperlinks on the master page? Is it better to use WebControls (<asp:Hyperlink/>), HtmlControls (<a href="~/somewhere.aspx" runat="server">) or using ResolveClientUrl("~/somewhere") inline?
|
| Export Excel Question | 20 Sep 2006 09:44 GMT | 1 |
I have a parent page(parent.aspx) which will open different new windows depending on the user input. for example, the new windows are opened using the following code :
|
| URL rewriting doesnt seem to work with xml sitemap provider and menus | 20 Sep 2006 09:22 GMT | 1 |
Im building a mutli-lingual website in .net 2.0 and Im having an issue with url rewriting and Im having an issue with the xml sitemap provider and menus. If i have a url: http://mysite.com/articles.aspx
|
| databing in webform | 20 Sep 2006 09:11 GMT | 1 |
It's possible binding a dataset and use dataset's haschange property in webform? Thanks
|
| Dowload File | 20 Sep 2006 08:56 GMT | 1 |
I have problem with downloading a file using WebRequest and HttpWebResponse. Inorder to download this file i need to call to url that tells to prepare the file for download,
|
| My ViewState is huge! What can I do? | 20 Sep 2006 07:56 GMT | 3 |
I have an ASPX page on which I place a UserControl 15 times (they only need to be static controls on the page). This UserControl is a set of two listboxes with radiobuttons above the listbox (to select between viewing a code or description in the listbox). There are also left and ...
|
| Not debugging into asmx page | 20 Sep 2006 06:43 GMT | 1 |
I have just setup a new machine and installed VS2003 and 2005. I'm now wanting to debug a vb.net 1.1 project in VS2003. Its a windows app that uses web services and is calling a web service project which is part of the same solution on the same machine. all seems to be running ...
|
| NavigateUrl mailto relative URi error | 20 Sep 2006 05:58 GMT | 2 |
I have the following control in mailtowebmaster.acsx <%@ Control Language="VB" AutoEventWireup="false" ClassName="MailtoWebmaster" %> <%@ Register tagPrefix="Club" Namespace="ClubSite" %>
|
| How do I debug a Class Library? | 20 Sep 2006 05:56 GMT | 2 |
I have created a class library (.DLL) and there seems to be no way to debug it. How do I run it in debug mode (setting break points, etc)? Once I include it into my ASP.NET application the executable code is in the /bin directory.
|