| Thread | Last Post | Replies |
|
| ASP.NET Configuration Tool - cannot find server | 13 Nov 2007 10:21 GMT | 1 |
I am trying to add users to the default ASP.NET membership provider (SQL Express) using the ASP.NET Configuration Tool. When I launch the ASP.NET Configuration Tool from the Web Site menu in Visual Studio, the ASP.NET development server starts, a browser window opens,
|
| asp.net error: could not find a part of the path | 13 Nov 2007 09:26 GMT | 1 |
I have a codebase which contains project for all the DLL's and another project for all UI presentations. When I try to open an aspx page on Visual Studio editor, I get following error on the very first line of the aspx page:
|
| dynamically adding controls with events (but events are not firing) | 13 Nov 2007 06:33 GMT | 2 |
I have a very simple page where I have a dynamically generated control (panel) with child controls, but the problem is the dynamically added control has events and they are not fired which I expect to have a recursive page generations.
|
| Embedding <OBJECT> in ASP.NET | 13 Nov 2007 02:11 GMT | 5 |
anyone have any idea why I might be having an impossible time embedding a YouTube <object> in an .ASPX file: <object width="425" height="355"> <param name="movie"
|
| Problem with <div> tags in masterpage not spanning to default.aspx | 13 Nov 2007 00:02 GMT | 2 |
The masterpage and default.aspx are linked fine. I am using <div> tags for the background with one that repeats-y to go through the middle. As the placeholder grows, the <div> in the master page does not recognize this so my border does not continue to span. In regular
|
| Acceptable level of page faults | 12 Nov 2007 23:17 GMT | 5 |
I have an ASP.NET application, hosted on two web servers. I am looking for advice on what should be an acceptable level of page faults on these production servers. If the acceptable level is zero, then where should I begin reducing page faults in code? What should I look for in
|
| wrap text in datagrid cell | 12 Nov 2007 23:00 GMT | 2 |
here is a cleaner version of a question I posted yesterday. I have tried many versions of the code below but cannot get the column to wrap. I am using asp.net 2.0 visual studio 2005. ultimately I will be adding template columns as well, but really need this column to
|
| AJAX Futures question | 12 Nov 2007 21:49 GMT | 2 |
3 quick questions... 1. Are the controls in the AJAX Futures download "beta" or the release and stable version? 2. Also, where is the best way to learn how to implement these? (Other than
|
| Cancel Postback for ASP.Net Button | 12 Nov 2007 21:18 GMT | 6 |
I read the 4 or 5 threads on this Subject and it seems my javasript should work but it doesn't. In the designer, the onClientClick is set to: CheckForSave(this). This works in .Net 1.1 but not 2.0. The User is presented with an OK or Cancel confirmation window. However, ...
|
| VS Frustration | 12 Nov 2007 19:49 GMT | 2 |
Ok all I want to do is select an item in the document outline window and go to properties of that item. I find the item in the doc outline. If I click the properties tab or F4 I get the properties of ICSSSelection (whatever that is). I have only one
|
| wrapping text in datagrid | 12 Nov 2007 19:27 GMT | 1 |
hello I am trying to wrap the text in the contact_email cell of a datagrid in asp.net 2.0 and tried many variations of the code below. the asp:TemplateColumn HeaderText="Email" wraps as expected but I cannot get the asp:BoundColumn Visible="False"
|
| how to display a webpage in mobile 6 emulator | 12 Nov 2007 19:10 GMT | 1 |
I downloaded the mobile 6 SDK and I'm trying to display my webpages in the mobile 6 emulator, but I'm not able to get into the internet.. the active sync is connected.. When I was using the mobile 5 emulator, I was set up the ip address to
|
| DB Problem | 12 Nov 2007 19:09 GMT | 2 |
Friends, I have a table in the DataBase that have a column with repeated values... Example
| ID | Values | RepValues | |
| How to create a SubDomain | 12 Nov 2007 16:36 GMT | 12 |
Our company domain, say, wombat.com needs to create several subdomains: support, training, and purchase are three of the subdomains needed. So when someone browses to //training.wombat.com they will be directed to the IP we have assigned. I have two questions:
|
| Button_Click and Session | 12 Nov 2007 16:14 GMT | 8 |
Sorry i'm a newbie with Asp.net, here is my problem : private void Page_Load(object sender, System.EventArgs e) { if (IsPostBack) { Label1.Text = (string)Session["test"]; }
|