| Thread | Last Post | Replies |
|
| Center Div Not Filling Height | 20 Jun 2007 17:13 GMT | 2 |
Hello all, I have something I believe is something simple, but I can't seem to figure out what to do. I did some searching, but I either can't get my search right. Anyways, on a new webpage I'm creating (I'm not a designer by any
|
| ActiveX control prompt | 20 Jun 2007 16:20 GMT | 2 |
I am trying to develop a web page, when loaded it should prompt for installing ActiveX control using Internet Explorer information bar help but I am getting a prompt message "windows has blocked this software because it can't verify the publisher". I want user to download a cab ...
|
| Problem in running multiple sites on same IIS server | 20 Jun 2007 16:14 GMT | 1 |
I have 2 sites (Site A, B) running on same windows 2003 server pointing to different home directories. User logs into site A and is shown a.aspx page and user credentials are saved in cookies. There is a link to launch site B from Site A.
|
| color code | 20 Jun 2007 16:08 GMT | 2 |
i need the color code of the textbox control 's border style,(Fixed 3d).... by default, what is the color code set for it's border....please help out
|
| how to persist event handlers for dynamically created web controls | 20 Jun 2007 16:04 GMT | 1 |
i've got a script that loops through a dataset and creates dynamic web controls and event handlers: while (oDr.Read()){ RadioButton oRb = new RadioButton();
|
| Graphics Library | 20 Jun 2007 15:18 GMT | 2 |
I'm looking for free .NET graphics library ? To display curve for example I searched but all are not free I'd like to find a control who generate a image (from data) and display this image in an ASP.NET page
|
| Page Access | 20 Jun 2007 15:01 GMT | 1 |
How can I define in my Web.Config file which pages are accessible to all users or only to authenticated users? Thanks, Miguel
|
| Question on the Logging Application Block | 20 Jun 2007 15:00 GMT | 1 |
I'm using version 3.1.0.0. I've created a web service project and am logging info to the Event Log. Originally I experimented with the Quick Start Logging App. Then I
|
| AJAX Web Service Javascript Proxy | 20 Jun 2007 14:39 GMT | 3 |
I'm using AJAX to call a web service. I'm having issues passing parameters to the web service of classes that inherit from Generics (specifically List<string>). I'm starting to wonder if that is supported. Any ideas?
|
| Subject text length limit in system.net.mail? | 20 Jun 2007 14:14 GMT | 4 |
Is anyone aware of a size limit imposed on the subject text when using the System.Net.Mail library? I'm getting problems of message not being recieved if the subject exceeds 15 chars.
|
| Accessign System.Web.UI.WebControls.Repeater in code | 20 Jun 2007 13:28 GMT | 6 |
I have a Repeater control in an app I'm updating. I need to write code (event method) when a user clicks on one of the columns in the control. But there is no method like "Repeater_OnClick" or something like that. Is there a way to get access to this control with an event
|
| Designing the UI of a WebPart | 20 Jun 2007 12:27 GMT | 1 |
Dear experts, starting out with ASP.NET 2.0 (and sharepoint services 3.0) I've found many really great innovations. After starting out reading things about webparts I think that webparts
|
| Disable Web Forms Designer | 20 Jun 2007 11:24 GMT | 2 |
Does anyone know how we can set which designer (i.e. HTML vs Web Forms) that an aspx/ascx file is opened in Visual Studio 2003? I know there's a way to do it (I did it years back) but I can't for the life of me figure it out. I need to do this becuase the project I am working
|
| FormView, ObjectDataSource and the evil binding | 20 Jun 2007 10:22 GMT | 3 |
excuse me in advance for my not very perfect english. I need some help about a problem with a FormView bounded to an ObjectDataSource. In practise I have an ObjectDataSource that uses some BLL methods that implements the optimistic concurrency by a TimeStamp field into the DB. ...
|
| Cookies not persisted on client side | 20 Jun 2007 10:06 GMT | 2 |
This is a very silly (and newbie) question but... I started a new site; added on default.aspx a text box and a button. On Button Click, I do this: HttpCookie cookie; cookie = new HttpCookie( "test", TextBox1.Text );
|