| Thread | Last Post | Replies |
|
| Label versus Literal | 23 Sep 2006 15:47 GMT | 4 |
What control should I use when displaying some text? A Literal or a Label? Considerer I want to display some text and apply a CSS class to it. I can do it in 2 ways:
|
| Preventing People from Accessing my ebooks.. | 23 Sep 2006 15:47 GMT | 3 |
I have a Web Site that I'm interested in selling eBooks from. I'm having a problem setting it up as I would like, and hope that someone can help me out. Inside my domain I have a folder called eBooks. Inside this folder I
|
| Lost sessions issue | 23 Sep 2006 13:48 GMT | 3 |
We're experiencing random user sessions losses on our web applications, and are researching for any useful information which may shed light on this problem. Environment:
|
| Can anyone explain me this 2 versions of the same page? | 23 Sep 2006 13:38 GMT | 4 |
I'm using the asp:menu component and everything worked great in my machine, but when I upload the files to our Hosting I got this: http://portal.filterqueen.dk/portal2.fq/test.aspx please see the in IE and Firefox...
|
| q; keep credit card data | 23 Sep 2006 12:40 GMT | 5 |
If I need to keep credit card data in my database, is there any site that talks about the requirements need to be realized during SW development and the liabilities for overall system development.
|
| PreInit event and Master Page | 23 Sep 2006 12:37 GMT | 2 |
I need to set, at runtime, MyLabel.SkinID="MySkinID". I know this must be done in Page PreInit event. However, MyLabel is in my Master Page. I tried to add the Page PreInit event on my master page but it is not
|
| What is the best hosting service for ASP.NET 2.0 and SQL Server | 23 Sep 2006 12:35 GMT | 7 |
I am looking for some advice as to which hosting service to use for ASP.NET 2.0 and SQL Server development. I have looked at GoDaddy, BoundGrid, Interland and a few others but I still haven't made a decision. I also haven't been able to find a decent service that supports SQL ...
|
| Bin Directory location - ASP.Net 2.0 | 23 Sep 2006 10:35 GMT | 1 |
I am working on a website that I (currently) publish via FTP. I am having an problem, though, with the precompiled files. The issue is, the web site that I am working on goes in a subdirectory of the root. However, my site won't work unless I move the files from ...
|
| pre-selecting generated items in DropDownList (C#) | 23 Sep 2006 08:56 GMT | 3 |
I'm using the following code to create a DropDownList based on the contents of a text file, which works. Now I want to add another feature, which is where I need some guidance. On one page I present this DropDownList asking people to select a
|
| HTML Help | 23 Sep 2006 08:02 GMT | 1 |
I want to create Gradient color in my header (just like in microsoft site) but we don;t want use the image for that and also it should work in all browsers (If i use filter:progid:DXImageTransform.Microsoft.Gradient, it works only in
|
| Big Web.Config | 23 Sep 2006 07:48 GMT | 4 |
I have a ASP.net 2.0 web application where the Web.Config has gone really huge. This creates a lots of maintanence and deployment problems. Is there any way to break the web.config file into multiple file or
|
| Where are a set of walkthroughs for getting started in version 1.1? | 23 Sep 2006 06:10 GMT | 2 |
In asp.net 2.0 I found this great list of getting started walkthroughs that take you through what you need to know step by step. http://msdn2.microsoft.com/en-us/library/ms186109.aspx Now I have to go back and do a project in version 1.1 and I can not
|
| Can a DLL read from Web.Config? | 23 Sep 2006 01:40 GMT | 1 |
I have an ASP.NET web site that uses a .NET dll. The DLL has a DataSet in it. Problem is, the DLL uses an app.config file (and worse yet, it uses the stupid settings.settings file, which in turn builds the app.config). So, now I have to configure settings in the web.config, ...
|
| White strip showing up between two imagemaps | 23 Sep 2006 00:53 GMT | 4 |
I have two asp:ImageMaps in a table cell as follows: <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="center">
|
| Simple Math in Gridview | 23 Sep 2006 00:22 GMT | 1 |
Newbie here trying to learn. Using VS2005 / learning in VB.NET for an ASPX page. Sorry for this simple question. I have a Gridview1 with 2 columns. I added a 3rd column and all I want to do is add the numbers in the 1st and 2nd
|