| Thread | Last Post | Replies |
|
| Sharing compiled web assemblies between developers? | 19 Sep 2006 02:20 GMT | 5 |
All done in ASP.Net 2.0 using VB... The website I am developing has a large DLL that includes custom MembershipUser, MembershipProvider and RoleProvider classes, several frequently used web controls, custom base classes for Master and Page
|
| .Net hosting question | 19 Sep 2006 00:42 GMT | 4 |
My web host has the .Net framework 2.0 installed with all updates (even has the SDK installed on the server) and when I try to open a page that has the CodeFile="Default.aspx.vb" and Inherits="_Default" attributes I get a server 500 error (page cannot be displayed). When I take ...
|
| ASP.Net 2.0 deployment question | 19 Sep 2006 00:22 GMT | 1 |
We have an ASP .Net 2.0 application. When I use our .msi installer to install on a vanilla Win 2003 server, it installs more or less ok, with one exception. Though it tells IIS to use .Net 2.0, it seems aspnet_regiis has never been run on IIS. Therefore, when the app is
|
| Dynamic table / GridView with non-databound data | 19 Sep 2006 00:04 GMT | 1 |
My latest problem: I am converting an ASP script that dynamically generated a table with radio buttons, presented the table to a web user, then processed which of the items that the user selected. I already know that I can't use the table, because Microsoft saw fit not
|
| DataGrid Sorting Question | 18 Sep 2006 23:59 GMT | 1 |
OK, I have got bi-directional datagrid sorting down, have a created a nice sorting class. My question, how can I add sorting to more than one datagrid on the same page? Everything I have tried has failed. Any ideas?
|
| newbie: asp.net 2.0 security question | 18 Sep 2006 23:57 GMT | 1 |
asp.net 2.0 Below are some settings from my web.sitemap file and my web.config file. With the current settings unathenticated users cannot view the Default.aspx page. But I want unathenticated users to be able to view the Default.aspx
|
| How to set a row of gridview different color | 18 Sep 2006 23:54 GMT | 1 |
I set a row of gridview different color when one value in the first column if greater the the value in the second column. How can I do?
|
| Website version? | 18 Sep 2006 23:08 GMT | 6 |
I recently gave myself a scare because I was running an old version of my web site. Many changes are not possible to detect when running a test. That made me think that it would be useful to know the exact version of the web site and that I never see that on sites. Whenever
|
| Asp.Net 2.0 Web Site Map (Web.sitemap) | 18 Sep 2006 22:20 GMT | 4 |
I have 2 questions about Asp.Net 2.0 web.sitemap: 1. Where can I find the list of all siteMapNode attributes? I looked eveywhere and couldn't find it. 2. I created a Web.sitemap and somehowI am getting an error:
|
| Browser History Getting Cleared Sporadically | 18 Sep 2006 22:12 GMT | 1 |
This is driving me nuts for last one week. Appreciate any assistance. I have ASP.NET web application with many pages. Some of them post back to itself and then links to another page. Everything was working great so far. Recently we did some modifications
|
| Hyperlink Column not displaying | 18 Sep 2006 21:49 GMT | 3 |
I have a gridview (with no properties set) on an aspx page which I populate from an XML file with the code below. The data in the XML file looks like this <description>National Trust for Historic Preservation</description>
|
| form name | 18 Sep 2006 21:35 GMT | 2 |
hey all, is there a way to get the name of my form element in javascript? thanks, rodchar
|
| Access Clickonce from ASP.NET application | 18 Sep 2006 20:57 GMT | 2 |
I'm developing an ASP.NET application where I'll need to be accessing some files on the client machine. I basically need to show information about files in a directory on the client machine in a datagrid. I was thinking that the best approach for this would be to write an ActiveX
|
| Need HttpWebRequest help | 18 Sep 2006 20:35 GMT | 4 |
We'd like to find somebody to write a quick function to retrieve html from a website. While probably simple to do, there is a learning curve we just don't have time for. It requires a cookie(s) to be sent with the request. Contact me at info <@> intradata <dot> com if interested.
|
| newbie: What am I missing here? | 18 Sep 2006 20:31 GMT | 1 |
asp.net 2.0 I'm trying to learn asp.net 2.0 authentication so I created a simple website project. My problem is that I want the SecTest.aspx (SecTest = Security Test) to be impossible to view for unauthenticated users. As my settings are
|