| Thread | Last Post | Replies |
|
| webforms.js embedded resource | 29 Jun 2006 19:11 GMT | 4 |
I'b developing a web app to be viewed on various mobile devices, and I want the app to be as light as possible. I noticed that some of my pages have a link to the embedded resource webforms.js in the rendered page. Is this javascript required, and how can I turn it off?
|
| How to set DateTime variable to Null in C#? | 29 Jun 2006 18:06 GMT | 3 |
I have a system where it gets its data from a file that is provided periodically. There are cases where many values such as dates are blank. Considering DateTime variable doesn't accept null, and SQL Server doesn't accept DateTime.MinValue...
|
| Deploying .NET 2.0 Web App from WinXP Pro to Server 2003: 404! | 29 Jun 2006 17:50 GMT | 3 |
I'm a veteran to ASP.NET 1.1, but new to 2.0, and I'm using VS 2005. When I run the app on my local machine, using the built-in Web server, I have no problems, but deploying the site to a 2003 Server machine (which is also running several 1.1 sites) throws a persistent 404.
|
| how to track line number of a text file through coding? | 29 Jun 2006 17:50 GMT | 1 |
I am creating an application in which i am parsing an XML file. I want to show that a certain XML Tag has error in the file on a certain line. How can I keep track of line number in file and show it to the user. How can i get line number through coding?
|
| Client Site App adding value to a Web App | 29 Jun 2006 17:45 GMT | 3 |
I want to create a client app, adding value to and building on my Web app. The user of this client app will be able to seamlessly access the public web site, but will also have additional functionality and
|
| Stopping login abuse in a load balance scenario | 29 Jun 2006 17:41 GMT | 1 |
The problem.... We have 2 webservers, behind a Load Balancer. We have set the website on both boxes to store sessions in SQLServer. To prevent people sharing the logins, we have utilised the following
|
| MembershipUser object... | 29 Jun 2006 17:15 GMT | 1 |
Im trying to write a custom membership provider but in the GetUser method it returns a MembershipUser, but when i create an object called that it says overload resolution failed... no accessable 'new' accepts this number of arguments... even though my argument list matches up...
|
| How can I Run a file without a messagebox | 29 Jun 2006 17:05 GMT | 1 |
I use this "HyperLink1.NavigateUrl = "\\aoui\myeoe\testing.bat" to run the batch file. The windows will show a messagebox "RUN" "SAVE" OR "CANCEL". I want to run the batch file directly and without any prompted action.
|
| HtmlEncode? Other Alternative? | 29 Jun 2006 16:39 GMT | 2 |
Hey guys. I'm working a large project that has dozens of forms to collect user input. A lot of the fields are text and capture long text from the user. It writes to MS SQL 2000. I've built a simple "replace" function to replace and encode harmful
|
| Force .doc to be open by Word | 29 Jun 2006 16:34 GMT | 1 |
I'm developping a web-application on an intranet. I've got a datagrid with a button on each line. Each line represents a document (MS Word doc). These documents are on a share so that they can be saved directly on the file server.
|
| Fixed Name Assemblies | 29 Jun 2006 16:26 GMT | 2 |
In asp.net 2.0 we have option for the pre compilation. While i publish a website with that option it create a different name dll each time i publish website. There is one option to create fixed name assemblies but it create so many assemblies as i have 200-300 pages and it ...
|
| FileSize - HowTo | 29 Jun 2006 16:24 GMT | 3 |
I get a list of filenames from a directory with the following code, but I can not work out how to get the filesize of the filename I have just found. I guess it is fileinfo.length, but I can not see how to turn my
|
| automating email with links to records just submitted to an SQL DB using asp.net (vb) | 29 Jun 2006 16:24 GMT | 8 |
I am currently designing an internal ordering system for IT equipment. I am designing it in ASP.NET (vb) using Visual Studio 2003 and using Microsoft SQL Server I have got the system to add the order into the database and assign it
|
| how do i include a class file? | 29 Jun 2006 16:14 GMT | 5 |
Framework: Visual Studio 2005 I have a class file in my project with a namespace nmArticles Now, I need to add this namespace into my article.aspx.cs page so that i can accesss the methods available in the class file under the
|
| Missing a virtual directory but which one - MachineToApplication error. | 29 Jun 2006 15:05 GMT | 2 |
I am in the process of deploying my .NET 1.1 app from a test server over to our cluster. I think I have everything set up correctly but when I start the app, when I get past my login page, I get the following error message: It is an error to use a section registered as
|