| Thread | Last Post | Replies |
|
| Treeview producing invalid XHTML | 23 Jul 2007 10:53 GMT | 1 |
I know this has been posted before but I can't find anyone with a solution, I was wondering whether any one has a solution/workaround yet for the treeview XHTML "bug". The treeview produces invalid XHTML. It produces a javascript function TreeView_PopulateNodeDoCallBack with no ...
|
| Object reference not set to an instance of an object. | 23 Jul 2007 08:03 GMT | 1 |
We are using .net 1.1 on windows 2003 server. This is we are facing in our production server. When we are doing the load testing we are getting the bellow error. While the load testing this error is not coming frequently. When we run 20 threads
|
| Accessing hosted SQL remotely | 23 Jul 2007 06:45 GMT | 5 |
I've inherited an application with a SQL Server 2005 database and both a new PHP web-based frontend and an older, deprecated C# 2.0 Windows frontend. Most people use the web frontend now, but there are a sizable number of stubborn users who would rather switch applications
|
| Crystal Report simple design question | 23 Jul 2007 06:10 GMT | 1 |
Hello. im using crystal reports with .Net C# and im just wondering how do I left align all the items in the Group List Treet. Since they are all currently centered and it looks funny Thanks in advanced
|
| asp.net random xpath | 23 Jul 2007 04:12 GMT | 1 |
if for example i have an xml with 10 childnodes and i want by random to get 1 of them how do i do that? my current code that work with is : <asp:XmlDataSource ID="XmlDataSource1" runat="server"
|
| How to notify Admin when .NET website is down? | 23 Jul 2007 03:46 GMT | 1 |
We have several .NET websites running on IIS 6.0. At the moment, if a website is down, Admin will not know until one of the users reports it. Is there a way that we can have the admin alerted when a website is down?
|
| Publishing Websites and Security | 23 Jul 2007 00:21 GMT | 1 |
I am looking at publishing websites via VS. One thing I am unclear about is security. These are probably stupid questions... Our network people are really cagey about opening up FTP on the server. I think the bosses have a fear of someone logging on a stealing all the source
|
| Can I uninstall .NET 1.0 and 1.1 from Windows 2003 Server? | 22 Jul 2007 17:44 GMT | 6 |
Sorry if this is slightly OT, but I reckon there would be folks here who would know... I have a Windows 2003 Server box, SP4 and .NET 2.0 installed. Trouble is that it also has .NET versions 1.0 and 1.1 installed. I would just
|
| Looping through a formview looking at all textboxes. use to work. now does not?? | 22 Jul 2007 16:35 GMT | 7 |
This code was working, but then stopped working. I don't think I completely understand it. I pass it a formview name and it would loop through checking the value of textboxes.
|
| A Straightforward comparison of ASP.net and PHP (ASP.net wins!) | 22 Jul 2007 13:09 GMT | 2 |
PHP versus Microsoft ASP.net - A Straightforward Comparison "I do ask that you read this article with an open mind, and consider that it is quite possible that PHP is no better or worse than ASP.net. I have become weary of the whole PHP is superior to ASP.net debate. I believe ...
|
| Multiple CSS files - proper way to do this when you have a master page? | 22 Jul 2007 12:16 GMT | 6 |
I have enough experience with HTML/classic ASP to get by, and I'm trying to learn ASP.NET. Traditionally, I've taken the habit of breaking out extra-long CSS files into multiple, smaller ones, and referring to them in my HTML/ASP files on
|
| /robots.txt at end of URL? | 22 Jul 2007 02:14 GMT | 4 |
I'm noticing that web requrests are coming in with /robots.txt appended at the end: http://www.domain.com/ProductDetails.aspx?productID=527/robots.txt I can correct these, one by one for each page, but I'd like to find a way to
|
| int to numeric numeric(18,2) ? | 22 Jul 2007 01:32 GMT | 2 |
I have a column that is numeric(18,2) in sql server. what type should I use in my sqldatasource parameter in asp.net? <asp:Parameter Name="CreditLimit" Type="Int32" /> what type should I use in my vb.net method that updates this?
|
| Silverlight Newsgroup? | 22 Jul 2007 01:18 GMT | 3 |
Yes, I know this isn't a silverlight newsgroup, but... 1) Can anyone tell me where we can discuss Silverlight? 2) Every time I try to install the developer component, I get this error message:
|
| creating classes | 22 Jul 2007 00:23 GMT | 5 |
I have moved my class files out of my web site and into a separate project, as recommended by other programmers. Now, however, I cannot reference anything like a label or a master page. I have imported Microsoft.Visual basic into the new project. What else am I missing?
|