| Thread | Last Post | Replies |
|
| Upgrading from Visual c# .Net 1.1 (where to buy?) | 21 Feb 2008 03:53 GMT | 1 |
I am using Visual .Net and C# (1.1) and I am trying to upgrade. But Amazon do not sell any upgrade. I cannot see any product listing to buy. Is the upgrade now all in with Visual Studio? Or how is it done?
|
| Problem in Sharing Session between ASP.NET 1.1 & ASP.NET 2.0 | 21 Feb 2008 02:54 GMT | 1 |
I have an issue in sharing session between ASP.NET 1.1 & ASP.NET 2.0. Here are the details. The first application is the main application which runs in ASP.NET 1.1. This app has a link to the second application which runs in
|
| Nested ASP.NET "Applications" | 21 Feb 2008 01:59 GMT | 2 |
I want to be able to place ASP.NET applications inside each other (nested). The idea would be that I want to be able to have a docroot that contains the normal Web.config and App_Code directory, etc. But then, under that docroot, I'd like to be able to have the following:
|
| adding an existing webform to a master page | 21 Feb 2008 01:13 GMT | 1 |
Hi I am using vs2005 and have an existing webform that I would like to add to a master page to show up in the contentplaceholder. I tried going to website and add existing item but did not see how to attatch it to the master page. thanks;
|
| Getting an asp.net TextBox to fill a screen and adjust height dynamically | 21 Feb 2008 01:11 GMT | 6 |
I am trying to figure out if there is a way to get a regular asp.net TextBox to fill the screen, both height and width. When I drop a TextBox onto a blank asp.net page and set the height="100%", width="100", and the TextMode="MultiLine", the TextBox will fill the
|
| generic list question | 20 Feb 2008 23:20 GMT | 5 |
I'm working n a helper class for pages and i thought this would handy, but i'm not sure if it's possible. It would need to take the args as a dynamic variable list. fn(gv1,gv2,gv3,...gvN);
|
| GridView calculated columns .. best place?? | 20 Feb 2008 23:13 GMT | 1 |
RE: GridView calculated columns .. best place?? I've got this table without about 5000 rows. I know as rule you should limit the number of rows passed to the grid. But with sorting and paging options, I'd like to send them all there.
|
| RSS feed and invalid characters` | 20 Feb 2008 22:26 GMT | 2 |
I have created an RSS feed reader. However, the feed that I am trying to read has some invalid characters which my reader does not like. I have no control on the RSS feed but I would like to be able to read the feed. Is there a way I could handle these invalid characters and ...
|
| Congratulations Scott Gu | 20 Feb 2008 22:20 GMT | 2 |
http://aspadvice.com/blogs/ssmith/archive/2008/02/16/Scott-Guthrie-Promoted-to-C orporate-Vice-President.aspx
|
| 3.5 Deployment Question | 20 Feb 2008 20:09 GMT | 2 |
I've got a 2K3 R2 web server with an ASP.NET site, a few different web services and a few Http endpoints running under ASP.NET 2.0. In our development environment, everything is running under .NET 3.5. Back in development, we've converted all the production pieces to 3.5 and ...
|
| detailsview cannot be validated | 20 Feb 2008 17:12 GMT | 2 |
i created a detailsview in insert mode. In order to avoid that an user inserts nothing, i added a RequiredFieldValidator control. But i get this error: "Control 'DetailsView1' referenced by the ControlToValidate property of
|
| Table Rows | 20 Feb 2008 12:15 GMT | 5 |
All, I can only add one row to a Table control. Is there a property that restricts adding multiple rows? I've tried several different ways. I've gotten to the point where I can add the information I need for
|
| Collect data from ms Word with c# | 20 Feb 2008 10:57 GMT | 2 |
hi all, First how can I make a word doc like this link? http://www.cityu.edu.hk/hro/job_v/appform/appform_adexe.doc And next how to collect the user inputed data in the word by c#?
|
| Question on "OnRowEditing event" | 20 Feb 2008 10:36 GMT | 1 |
If i have a gridview and have 3 columns of which i want to display only 2 as one of them is "ID". why cant i access the ID value on the "RowUpdating" event? for eg:
|
| Content Managed links | 20 Feb 2008 09:38 GMT | 1 |
I have the same problem on 2 different CMSs. One is my own CMS, the other one of my clients own CMSs. My CMS is written in .NET 1.1, my clients CMS is written in .NET 2 Both have url-rewriting in place.
|