| Thread | Last Post | Replies |
|
| getting more memory for asp.net 1.1 | 16 Jul 2005 00:01 GMT | 4 |
Does anyone know if asp.net will be able to use more memory if I upgrade to a Extended 64 bit machine? Thanks, KG
|
| simple month question | 15 Jul 2005 23:21 GMT | 1 |
I have a date called cDte and i want to get the month as text (Janurary, Feburary, ...) dim cDte as Date lblMyMonth.text = cDte.month
|
| DNS question (for an ASP.NET website) | 15 Jul 2005 22:49 GMT | 1 |
I have a DNS related question; this falls more under networking than anything else. NetSol is our domain registrar and we are using their email. Using their web forward, our web traffic is going to a soon to be obsolecent
|
| New Web Sites - Not Serving Up ASPX Pages (but .htm is okay) | 15 Jul 2005 22:40 GMT | 3 |
I'm writing a small C# utility application that creates new Web Sites via ADSI. It seems to work just fine for the most part -- meaning that IIS Metabase entries look either identical or "different where expected" - when comparing Web Sites created with my utility against Web ...
|
| web site globalization solution using .net and xml question | 15 Jul 2005 22:17 GMT | 4 |
I have a client that has an existing website of about 100 pages. He wants those pages translated into 3 different languages. He currently uses a third party translation source who suggested that a good solution would be to use xml to hold all the text for the site then use xslt ...
|
| Please help | 15 Jul 2005 21:46 GMT | 1 |
I am developing an applicaiton with ASP.NET & C#, with remote web server. It was working fine . But last two days when I bulid my application it throws an error: "Cannot Save the file bin/holimart.pdb to the web server. The server connection timed out." here holimart is
|
| Client-side validation in Windows 2003 | 15 Jul 2005 21:44 GMT | 3 |
Somone kindly help me with this problem, PLEASE! I have simple page with - a textbox - a requiredfieldvalidator validating the textbox
|
| Why are string constants null on postback? | 15 Jul 2005 21:43 GMT | 1 |
I have a global struct with some string constants in it like: public struct SOME_CONSTANTS { public const string DUDE = "killer";
|
| Setting Focus on Edit Row in Datagrid - how do I reference new clientid name??? | 15 Jul 2005 21:16 GMT | 1 |
Hello and Good Day. REALLY LOST. Running ASP.NET 1.1 Becuase I think I'm using my own controls smartnavigation does not appear to work for me.
|
| try and finally question | 15 Jul 2005 20:54 GMT | 2 |
I'd like to put the clean up houskeeping items in a finally block at the end of sub. Specificly i want to close my db connection, however, in the connection seems to be out of scope in the finally block. Is there a way aound this?
|
| How to make dynamic controls stay? | 15 Jul 2005 20:49 GMT | 1 |
I want to have a series of DropDownLists appear. On PageLoad, the first list is created. When I make a choice, a 2nd list is created, data loaded depending on the choice from the first list, and so on... However, when the choice is made on the 2nd list, it goes away and only
|
| aspnet_client folder - is it required? | 15 Jul 2005 20:47 GMT | 2 |
I have a bunch of ASP.NET Web sites on a production server. Until today, some had the aspnet_client folder and some did not. I just ran aspnet_regiis -i as part of a troubleshooting effort and suddenly ALL of the ASP.NET Web sites have the aspnet_client folder (and its sub ...
|
| Using Javascript in Aspx Pages | 15 Jul 2005 20:32 GMT | 3 |
I want to use some javascript functions in aspx pages but I cannot find the correct way to call/link to them. When I search NGs or Google, the examples are mostly for asp pages. Does anyone have a pointer to some information on using javascript on aspx pages? I want to do things ...
|
| Cannot find page after session timeout | 15 Jul 2005 20:17 GMT | 1 |
Most times, but not always, after my session times out (default 20 mins) if a user clicks on any control that necessitates a code-behind call, I get the 'Cannot find Server or DNS Error' white page. This also infrequently happens within the 20 minute timeout period.
|
| looking for a popup control like in MSCRM... | 15 Jul 2005 19:39 GMT | 1 |
I'm looking for a control to open window to allow the user to search and select an item. I have one in place, but there is a lack of options and stability. So I'm looking for a control on the web.
|