| Thread | Last Post | Replies |
|
| Style Builder disappearing? | 16 Mar 2006 21:41 GMT | 1 |
Has anyone had problems with the Style Builder in VS 2005 disappearing? When I try to open the VS 2005 Style Builder, it opens momentarily, then disappears. It happens whether I open it from the Format menu or from the Style property in the VS 2005 Properties window. Has anyone ...
|
| Other newsgroups for newbies? | 16 Mar 2006 20:26 GMT | 3 |
I have spent my entire career using C++ and C# for Windows apps. I am venturing cautiously and ineptly into the world of ASP.Net. Are there other newsgroups that you would recommend for ASP.Net newbies like me? Thanks!
|
| What files do I have to upload? | 16 Mar 2006 20:25 GMT | 1 |
I am trying to develop my first ASP.Net application. I wanted to make sure I could upload an application to our host and get it to work. I used a simple application copied from the book I'm trying to learn ASP.Net from. The app works on my machine. On the host, it generates the ...
|
| C# partial classes - get the namespace as a type! | 16 Mar 2006 20:24 GMT | 1 |
I'm using .net 2, partial classes. I've got a function (not mine unfortunately, it's in a dll) and I need to pass this function a Type - the Type of my namespace. I can get the namespace name with...
|
| __doPostBack() not generated | 16 Mar 2006 20:18 GMT | 3 |
I checked the rendered html and found __doPostBack() function was not found in the html source. Is there a reason? How do I force it to be generated. The page seems to function properly for post back but I DO need the __doPostBack() function to post back by a child popup ...
|
| aspx page displays the html as text | 16 Mar 2006 20:07 GMT | 2 |
I've done this before, but I must be missing something.... I got a new laptop, installed .net framework 1.1, IIS, VS 2003, and now when I try and create a Virtural Directory and open it up in a browser, I see the html text (the actual html text of the default.aspx page).
|
| Assign Null value error | 16 Mar 2006 20:04 GMT | 2 |
In asp 2.0 I am trying to insert a row using a detailsview control connected to an accessDataSource. I get the error message below. I am having trouble identifing which data field is causing the problem. Any suggestings are welcomed.
|
| Is there any way to allow an Object property to be set in aspx? | 16 Mar 2006 19:56 GMT | 3 |
I created a server control that inherits from WebControl that has the following property: private Object _Value; public Object Value {
|
| CS0246: The type or namespace name 'TemplateContainer' could not be found | 16 Mar 2006 19:56 GMT | 1 |
I have a Asp.net 2.0 application that uses a masterpage. It works fine on the development machine but when I move the app to a Win 2003 server thinks go wrong: When I navigate to a page that uses the masterpage I get the CS0246 error:
|
| TIFF file does not open | 16 Mar 2006 19:55 GMT | 6 |
I have a web page and there is a link to open a TIFF file. The way I do it is to have the server code open a binary stream, set the content type to "image/tiff" and call Response.BinaryWrite. On the client machine, the file type TIFF is associated with Kodak Imaging Preview. This ...
|
| Refresh Parent Page | 16 Mar 2006 19:39 GMT | 7 |
How can I refresh the parent page from a popup window that was created using window.showmodaldialog? I would like to accomplish this using vbscript if possible.
|
| File access Permission Denied | 16 Mar 2006 19:07 GMT | 2 |
I have given myMachineName\ASP.NET full control on my c:\inetpub\wwwroot\myapp\Data directory. But when I attempt a file.delete(path) I am getting an access denied. I am able to write new files to that directory but unable to get this delete to work.
|
| CSS Help | 16 Mar 2006 18:47 GMT | 7 |
I've been styling all my pages w/ CSS, no attricutes in the aspx page itself. My CSS files are in my theme folder. But as I add more pages its getting to be a crazy amount of css files that must be externally
|
| aspnet_wp.exe and memory management | 16 Mar 2006 18:40 GMT | 4 |
is there any way to free some garbage memory used by the aspnet working process without restarting the server? one of my pages is loading objects in demand into memory but it seems that is not working ok because if flooding the server's memory, then I dont have
|
| Finding Value of Dynamic Control in MasterPage/ContentPage System | 16 Mar 2006 18:15 GMT | 2 |
I have a page that creates dynamic textboxes based on the number of fields a user chooses to fill out. This process worked great when the page was standalone. However, when I move to a Content/MasterPage setup, the MasterPage Form seems to be
|