| Thread | Last Post | Replies |
|
| if/then logic in a repeater control. best methods? | 17 Dec 2007 09:58 GMT | 3 |
I go back and forth between repeater controls and just using good ol' string builders to build formatted output from a db query. I'm working on a project where I'd really like to keep all the formatting markup on the front-end for the non-.net folks to be able to updates.
|
| Error in opening the website application | 17 Dec 2007 07:53 GMT | 2 |
I have installed dotnet 2.0 version in my PC. It also supported by IIS. So when i am tyring to open the new website on browser i am getting object instance not found exception. Anyone please give me the solution for this.
|
| localhost usage in web service | 17 Dec 2007 07:48 GMT | 20 |
I was executing the steps given in http://suppor.microsoft.com/kb/308359 for testing a sample web service application. However, the following line gives a compilation error: localhost.Service1 xxx = new localhost.Service1();
|
| Unable to access folders across two servers. | 17 Dec 2007 07:46 GMT | 1 |
Scenario : 1. The Department files to be accessed are present in the File server. 2. The Code is present in a different server with OS being Windows Server 2003.
|
| how do I add additional path to Asp.Net expressions? | 17 Dec 2007 05:10 GMT | 3 |
I 'm trying to do something like this but it doesn't come out correctly on the browser side. <asp:HyperLink runat="server" NavigateUrl="<%$ AppSettings: myUrl %>/MyPage.aspx" Text="View My Page"></asp:HyperLink>
|
| Failing HTML Validation | 17 Dec 2007 04:42 GMT | 1 |
I have written a site that I am trying to validate at http://validator.w3.org/, However, I have a number of failues as .net is putting in trailing slashes. For example, in my code I have <meta http-equiv="Page-Exit"
|
| Validating CheckBoxes on the ClientSide | 17 Dec 2007 03:15 GMT | 7 |
I've not been able to get a Check box to client side validated on postback. with my changes I can get it to work on the serverside ok but not on the client. I have created a new control as below:- [ValidationProperty("ValidationValue")]
|
| web part, create toolbar with drop down buttons | 17 Dec 2007 01:40 GMT | 1 |
I have developed a custom web part, to which I want to add a toolbar made up by several with drop down buttons, like shown in this link: http://www.graphicalwonder.com/wp-content/navstep2.jpg (the drop down buttons I referring to are, in this case "New", "Actions",
|
| CONTAINS clause problem with apostrophe | 17 Dec 2007 01:12 GMT | 1 |
I am confused by the MSDN help regarding the Contains clause for fulltext search. The Help states that the single-quote does not need to be escaped for CONTAINS but must be escaped for FREETEXT.
|
| what would cause filling a dataset to hang my application? | 16 Dec 2007 22:58 GMT | 1 |
I have an app where I'm retrieving datasets and formatting them. This has been working fine except in one intance, where the line that fills the dataset is causing my application/aspnet to hang and eventually time out. I can't figure out what this line would trigger the issue (the ...
|
| TS documentation | 16 Dec 2007 17:11 GMT | 1 |
I am looking for documentation about Windows Server 2003 TS basics, explaining what TS are, how they work, basic configuration procedures, and so on. I found several documents about specific features or enhancements related to
|
| Problem with Session State | 16 Dec 2007 12:03 GMT | 2 |
I am using asp.net 2.0 I have not used session state for some time possibly just in ASP.net 1.1 and ASP I have always found it a simple technique but now in ASP.NET 2.0 I am
|
| Render an html page within a content area | 16 Dec 2007 01:19 GMT | 2 |
Newbie here still plodding through the obvious (to you). I want to render the contents of an html page within the contents area of another page. I provide the url to that page in a query string (article.aspx?Page=url) but I have no idea of how to get and render that
|
| SQL fails to start after install .net 3.5 | 15 Dec 2007 21:53 GMT | 5 |
Help! I've just installed .net 3.5 on a Windows Server 2003 box. Had .Net 2 installed previously, including SQL Express 2005. Rebooted after install of 3.5, but SQL Server Express 2005 is prevented from
|
| Table Scrolling Problem | 15 Dec 2007 18:14 GMT | 2 |
I have a table which I need to display within a div of a fixed width. The length of the table exceeds the width of the div which is ok as I can make the div scrollable. The problem that I have is that the cells in the table must be a fixed with because they need to co-incide ...
|