| Thread | Last Post | Replies |
|
| newbie looking for a good starting point | 24 Jul 2005 22:47 GMT | 7 |
I've used VB.Net for years, but very little ASP.Net/IIS experience. I'm looking for a good place to start - a fairly large sample project (maybe even one with a proper middle tier) to get myself up to speed. Any suggestions?
|
| How to avoid FileAccess exceptions when writing to a shared file? | 24 Jul 2005 22:47 GMT | 1 |
My web app writes all error/diagnostic messages to an error file in Xml format. It seemed to be working fine, until I wrote a Windows app that listens for changes in this file. If the file changes, the file is loaded and displayed in a form for the administrator to review.
|
| Attributes.add problem | 24 Jul 2005 21:27 GMT | 1 |
I'm trying to assign the results of a variable in ASP.Net to a button's onclick event (a Javascript function) - - The Javascript function is: function OpenIt(NewWindow) {
|
| Break Database Large record | 24 Jul 2005 21:10 GMT | 1 |
I'm working on a Articles Website.There are many Article categories.when user click on a particular category he/she will got lots of article records, i want to show only 2 to 3 lines of articles and place a Read more link when user click on that he/she get full article, how can i ...
|
| Why do I "lose context" when I try to move certain operations to class methods? | 24 Jul 2005 21:02 GMT | 5 |
Hoping someone can help with a simple but puzzling problem. I have some code that I want to build as a class method. The code works fine when I embed it in Page_Load. But when I try to generalize the code into the method of a class I am trying to build, it gives me strange errors ...
|
| HttpContext.Cache | 24 Jul 2005 20:10 GMT | 3 |
Does anyone know of some good resources (books, sites) that provide info on HttpContext cache and asp.net (as well as .net runtime) caching? I just got amazed at the cache when I saw tracing results on the asp.net pages. It saved so much time when loading collections from the ...
|
| Netcsape 4.7/4.8 and ASP.Net...??? | 24 Jul 2005 19:11 GMT | 6 |
Is there any chance of this ??? ie NS 4.7/4.8 showing webforms correctly ..Later versions using BrowserCaps are Ok ..up to a point. But ..4.8 etc .. TIA
|
| Rewrite asp url as aspx url? | 24 Jul 2005 18:58 GMT | 5 |
Hi group, I'm trying to create a temporary replacement scheme for a particular url that gets generated all over an existing app. It would be very difficult to find every spot where the url gets created. So I'm thinking of doing a url
|
| Querystring Values | 24 Jul 2005 18:40 GMT | 6 |
While browsing the web, I've noticed that a lot of websites have values in the url without any file extensions mentioned. Consider this (fake) url: http://www.yourdomain.com/article/1 It seems that the "1" is actually a querystring value. I always thought
|
| Button events stopped working | 24 Jul 2005 17:12 GMT | 8 |
My button events stopped working on a aspx form. Dont' know why. any suggestions?
|
| date Time variable in c# | 24 Jul 2005 16:51 GMT | 5 |
how do I decalre a variable as a datetime datatype in c# for example a variable called 'x' i've tried private DateTime x, and i've tried system.datetime x
|
| How best to determine if running in a development, test, or production mode? | 24 Jul 2005 16:46 GMT | 3 |
I want to develop a single web app that will be run in three environments: development, test, and production. The test and prodc. will be on the same machine under different directories. I wish to have same type of file, configuration string, etc. in the root
|
| Gridview | 24 Jul 2005 16:40 GMT | 1 |
Okay, I have done this in ASP .Net 1.1 numerous times, so I am not sure why this would be so difficult in ASP .Net 2.0 I have an import wizard on a web page. The first part of the wizard allows the user to select a file to upload, the second shows the records that will
|
| HTML Text Box to Server Control | 24 Jul 2005 10:35 GMT | 2 |
I have a code snip from 4Guys that uses an html text box name property and I need to use a Web Form control instead. Since the Web Form control does not have the "name" property, how would I do this? Here is the code snip:
|
| How to do an editable horizontal datalist/grid ? | 24 Jul 2005 10:23 GMT | 1 |
I have got a datalist which is repeating horizontally: http://www.corobori.com/sos/picData_1.gif I would like to do something like that where it would display for each client his ads and allow to delete or publish again.
|