| Thread | Last Post | Replies |
|
| Is ASP.NET a Kludge ? | 15 Oct 2007 16:58 GMT | 3 |
I have only just got into this, so I may be way off track, but it appears to me that the whole approach to web processing nowdays is a dog's breakfast. We have html, javascript and c# et al all jumbled together on the client
|
| ASPCompact for Com Object. | 15 Oct 2007 16:55 GMT | 2 |
I want to use com component in asp.net. ASp.net runs request on MTA thread. I read on msdn to use aspcomponet attribute while using com component. I also read that 'STA object calls require an STA thread. If you do
|
| Website template with ASP.NET and C# | 15 Oct 2007 16:52 GMT | 2 |
I am thinking of putting up a website and so I am looking for templates. Basically I have VS 2005 and kinda know how to use ASP.NET and C#. What I think I want is something easy to create menus. You know, so that there is a menu down the bottom that changes the menu
|
| Casting Application object in C# | 15 Oct 2007 16:30 GMT | 1 |
I simply want to cast an Application object into the value it's holding. Can this be done on onew line? e.g. (int)Application["userCount"] += 1; or Convert(Application["userCount"]).ToInt32 += 1;
|
| Run a script *every time* whether postback is true or not | 15 Oct 2007 16:28 GMT | 6 |
How would I set up a script to run every time a user comes to a page (even if they come to the page via the back button)? Thanks! Bill
|
| Distributed Clustered Cache Alternatives | 15 Oct 2007 15:34 GMT | 2 |
Synopsis: Need a .Net cache solution in which the cache can be synchronized across multiple hosts on our server farm. My company is investigating caching as a means to improve performance, by reducing the database as a bottleneck. However due to constraints
|
| copy word doc from web server application to client machine | 15 Oct 2007 15:25 GMT | 2 |
In a asp.net app. can you copy a file from the web server to the client's hard drive? I have a word doc that is part of my web program that i want copied to the users c:\ drive or temporary internet files folder. Also can you create a text file on the users computer using a
|
| redirect from javascript | 15 Oct 2007 13:09 GMT | 2 |
Is it possible to do a redirect from Javascript, and pass to it a value that is in your server side code, such as a ViewState value?
|
| who used Cassini Web Server? | 15 Oct 2007 12:57 GMT | 6 |
I have problem with IIS 5.1 - it ceased to function. So I downloaded and installed Cassini Web Server and uninstalled IIS in my Windows XP Professional. The problem is that I cannot successfully run Cassini. I entered application directory F:\Inetpub\wwwroot, server port 80, virtual
|
| MSVC 2008 | 15 Oct 2007 12:15 GMT | 6 |
Some questions about upgrading to MSVC 2008. 1- I am using MSVC2005, Do you recommend that I upgrade to MSVC 2008 Beta 2? 2- When the MSVC2008 will be officially release? 3- Where can I download MSVC 2008 Beta 2?
|
| read web.config values | 15 Oct 2007 11:47 GMT | 2 |
Is it possible to read the webconfig values from the server side? Cheers! Claudi
|
| applying irm permission in asp .net | 15 Oct 2007 08:32 GMT | 1 |
I can open, edit,save the file,but I can not apply IRM to Word in asp.net. my code likes this: Doc = WordApplication.Documents.Open(); // open
|
| scrolling column in a table | 15 Oct 2007 06:09 GMT | 4 |
I have a table with 2 columns (the left hand column is 80% width and the other at 20% width) in a content section. I want the column on the right hand side to scroll; it contains a bulleted list. When I add a bunch of bulleted items to the column it just makes my web page
|
| 2 UpdatePanels - Each w/it's own Validation Summary | 15 Oct 2007 05:01 GMT | 2 |
Hi. I have an aspx page containing 2 AJAX UpdatePanels. Both panels contain requiredfieldvalidators & each have a validationsummary control. Both panels contain a button control that when clicked cause the validation to occur. Currently if I'm clicking the button in UpdatePanel1 ...
|
| Web parts and ASP.Net Futures July | 15 Oct 2007 04:46 GMT | 1 |
To overcome the issue regarding drag and drop web part capability in Firefox, I am attempting to use the webpart and webpartmanager from the Asp.net Futures. That is, the ones in the namespace 'Microsoft.Web.Preview.UI.Controls.WebParts'
|