| Thread | Last Post | Replies |
|
| 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.
|
| Set Select Control's Value from Querystring | 20 Feb 2008 09:14 GMT | 2 |
This is probably very easy. How do I set an HTML select control's value from the querystring? This is what I have...but, only the select control's value doesn't get set.
|
| ASP:Label runat="server" and innerText | 20 Feb 2008 08:51 GMT | 1 |
When I use an ASP:Label with runat="server", and in JavaScript I use innerText on the ASP:Label, the Text property is not reflected in an event postback on the form. ASP:TextBox is not an alternative for me because it doesn't produce text which can be inline and wrappable with ...
|
| The name <name> does not exist in the current context | 20 Feb 2008 08:09 GMT | 1 |
Hello Group Im really new in dotnet and i am modifying what the other programmer did, Im using VStudio 2005 Pro. I have 16 errors when build the project and all return this error, i know every one is independent so i going to post just
|
| send mail with gmail | 20 Feb 2008 05:25 GMT | 4 |
i'm trying to send email through my gmail account, used to work web.config <system.net> <mailSettings>
|
| Session Timeout, not working | 20 Feb 2008 01:19 GMT | 2 |
I have set the session timeout something greater then 20 minutes in the web.config(120 minutes for testing) after 20 minutes to 30 minutes click a button and am redirected back to the login. My Session is reporting 120 minutes I know this becuase I display on a debug page.
|
| Bug in VS2005? ,or just not sure how to do this! | 20 Feb 2008 00:57 GMT | 4 |
I have a file called clBasePage.cs in the appCode directory (using vs 2005) and I have a master page in the root website directory called Masterpage.master.cs. In the masterpage file I have
|
| Issue with ASP.NET 1.1 Sites on Windows 2003 | 19 Feb 2008 22:17 GMT | 1 |
I'm in the process of moving most of our ASP.NET web sites to a new Windows 2003 server. After setting up the server .NET 2.0 was already enabled in IIS, .NET 1.1 was not, so I enabled it by running aspnet_regiis. My .NET 2.0 apps work fine but the 1.1 apps will not run (I ...
|
| Intranet Blog\Forum software for business use | 19 Feb 2008 22:05 GMT | 7 |
I’m interested in setting up an Intranet blog/forum application for work. The idea is to have people in the office blog about projects they are working on and problems they are facing. We will still need to have a site moderator that approves the blog entries prior to posting. ...
|
| managing customizations in existing codebase? | 19 Feb 2008 21:47 GMT | 2 |
I've got a situation that I've not encountered before, but that I'm quite sure other folks have: How do you manage application customizations for an existing application without unduly impacting the main code?
|
| How to refer to a dynamically created control in event handler? | 19 Feb 2008 21:38 GMT | 4 |
Suppose I create a button on the fly and assign an event handler to it in the code-behind like so: protected Button CreateMyButton() {
|
| .NET Ajax registerClass | 19 Feb 2008 20:46 GMT | 2 |
What is the point of registering class using .registerClass API from AJAX script library. what does it do? George.
|
| UserControls, Properties and the ViewState | 19 Feb 2008 20:22 GMT | 2 |
To make my usercontrol remember the values i set in its public properties across postbacks, do i need to explicity write code in the getters and setters to enter the data into the viewstate? I'm hoping there's some decoration (or something else) i can apply to
|
| how to show my own error message? | 19 Feb 2008 20:10 GMT | 2 |
There are two related tables: one called 'group' and the other 'items'. Each item belongs to a group. The table 'group' is shown in a gridview with a linkbutton for deleting. When an user tries to delete a group which still contains items, he gets the
|
| Integrate Google Calendar like component in custom ASP.NET application | 19 Feb 2008 18:57 GMT | 1 |
I am in the planning stages of a new web application. One of the requirements for this application is to provide a Google Calendar type interface to show important events which will be pulled from the application's internal database, as well as provide a means for users
|