| Thread | Last Post | Replies |
|
| WebResource.axd Errors | 23 Jun 2006 07:29 GMT | 4 |
I have a newly released web site that is throwing a few errors regarding the WebResource.asxd handler. I am not using this in any way for my own purposes, it is just getting included int eh page via ASP.NET form validation scripts.
|
| Cannot set build action to Embedded Resource | 23 Jun 2006 04:10 GMT | 1 |
I have a Webapp (c#) in VS 2005. I am trying to embed nhibernate xml files. When I check properties of a xml file I only see "File Name" and "Full Path" and cannot set build action to embedded resource. Have anyone else seen and solved this?
|
| host name of site | 23 Jun 2006 02:22 GMT | 4 |
ASP.NET 2.0 IIS 5.5. In code-behind , how to determine the host name of the site ?
|
| WebUserControl - How to Access from parent form? | 23 Jun 2006 01:19 GMT | 1 |
I created a WebUserControl and dragged it on a form. The control works but the parent form is unaware of the control and can not access any properties, receive events, etc. Eg. .net does not create an object to reference the control.
|
| Simple Array Question | 23 Jun 2006 01:02 GMT | 4 |
I have a set of array that I would like to clear and empty out. Since I am using "Array" not "ArrayList", I have been struggling in finding the solution which is a simple prob for those who experience. (For some reason I have to implement Array not ArrayLists)
|
| 2.0 Web.Config Messages | 22 Jun 2006 23:56 GMT | 1 |
Every time I build my 2.0 asp.net project in vs2005 I get 52 messages. Each one pointing out some failure to do with a line in my web config. The first one says: Message 1 Could not find schema information for the element
|
| Calendar Control Question! | 22 Jun 2006 23:33 GMT | 3 |
Hi All, I have an SQL Query [through SQL Data Source] which uses Calendar Control value for date selection on asp.net 2.0 Application. How can I select default value of the Calendar Control to be today's date? TIA
|
| Web App Tutorial leveraging relational database | 22 Jun 2006 23:10 GMT | 1 |
I'm new to .NET and trying to develop a web application to search for and display employee information from a database based on their skills or education or staff level. The database is highly normalized, each record I want to display will have serveral fields that have an
|
| What causes new session to start? | 22 Jun 2006 21:41 GMT | 2 |
I have a sequence of clicks in my apps that are always causing the session to start again. This is definitely not being caused by a timeout, cause it always happens no matter how long since the last load. It is happening right after a this.Response.Redirect(myURL+
|
| Windows Users involved in ASP.NET | 22 Jun 2006 21:28 GMT | 1 |
Hi. I am trying to configure a development server environment as follows: Windows Server 2003 - HTTP/IIS/ASP.NET 2.0 is a server which is on a Windows Domain. I want to create a Site in IIS whose docroot is NOT on the local machine, but rather on a directory mounted from another ...
|
| Any *simple* free blog software out there? | 22 Jun 2006 21:22 GMT | 16 |
I have been looking around for some free ASP.NET 2.0 blog software, but so far haven't found anything that just implements a basic blog. Most of the ones I've seen have been fully blown community projects that includes loads of stuff I don't want. I just want a simple blog to add ...
|
| Adding attribute to JavaScript validator object in the Page_Validators array | 22 Jun 2006 20:54 GMT | 1 |
I have created a custom validator control that implements the BaseValidator. However I would like to add an attribute to the JavaScript validation object that is rendered at the bottom of the page. Currently something like the following is at the bottom of the
|
| ASP.Net inheritance (different view (page) per URL) | 22 Jun 2006 20:18 GMT | 3 |
If I have a base page Default.aspx (and Default.aspx.cs). Can I have via ASP.Net inheritance another page derived from Default.aspx(and .cs) as it's base class and then override the Stylesheet declaration (amongst other things)??
|
| Checkfield in detailsview | 22 Jun 2006 19:50 GMT | 3 |
I have a checkfiled on my detailsview. While inserting/editing a record if this checkfield is checked, I am updating 3 other tables in "UPDATE" statement of the sqldatasource. But....it's not working so.
|
| Question about detecting client browser | 22 Jun 2006 19:46 GMT | 8 |
I am trying to implement a way to detect client browser, basically if it is not IE then I will display a msg saying "you need to use IE" do you think I should use JS?
|