| Thread | Last Post | Replies |
|
| impossible to have initialization script in master page content? | 17 Sep 2007 15:36 GMT | 1 |
It is apparently impossible to emit a initialization script (that refers to a specific element) using RegisterClientScriptBlock; if it is emitted OnLoad, the browser throws an exception that it cannot find the element, because it's executed client-side before the control is ...
|
| mapping hostname.com/username to a page | 17 Sep 2007 15:27 GMT | 4 |
I'm working on a project that will have user pages (you'll never guess that its a social networking site ;-) I'd like to map http://www.thehost.com/johndoe to http://www.thehost.com/userpage.aspx?Id=2223
|
| Question to experienced website developers | 17 Sep 2007 15:07 GMT | 2 |
I am currently developing an ASP.Net 2.0 website. I need to provide the following functionality, (but don't want to reinvent the wheel), and would therefore like feedback from developers about which software products out there (open source included), is
|
| Large collection of images stored in Literal not loading in IE or FireFox? | 17 Sep 2007 15:06 GMT | 6 |
Hope anyone can help me. I have an aspx page which needs to display a huge (400+) list of addresses + logos. I am using a StringBuilder object to which I add each address.
|
| ASP.Net Configuration tool access problems | 17 Sep 2007 13:38 GMT | 2 |
Can anyone help me set up the ASP.NET Configuration Tool. Ideally I'd like to make the tool point to a common server on a network. I have run the aspnet_regsql tool and got it to point to a network database using a user with dbo privileges. The tool seemed to
|
| Save XML from SQL | 17 Sep 2007 13:02 GMT | 5 |
I have a page that has javascript that relies on being able to read an XML file. This XML file contains data that will be used to place markers on a Google Map object. The data in this file is held in a SQL 2005 database.
|
| Printing Question | 17 Sep 2007 12:49 GMT | 7 |
How to print when the user clicks a button in ASP.Net application. Is it possible to call print dialog so that the user can printer properties before printing? My development environment is .Net 1.1. Thanks for your answers.
|
| Mappings in Webdev Webserver | 17 Sep 2007 12:24 GMT | 1 |
Good morning everybody I have a question regarding configuring mappings in the development webserver. I am currently implementing a proxy server that is lied between the clients and a customer's webapplication. This proxy is
|
| access word files though windows 2003 server in .net | 17 Sep 2007 11:52 GMT | 3 |
i m facing problem to run my .net application of accessing word file through com on windows 2003 it is nicely running in windows 2000 but in 2003 it is giving com error can any one help me regarding this
|
| Manager Administered Web Site | 17 Sep 2007 11:32 GMT | 1 |
I am a newbie trying to build a web site where users and their functionality will be remotely administered by a Manager and/or his designates. I would like to give the Manager the capability of adding/deleting
|
| ASP.NET to Control Access Database | 17 Sep 2007 10:51 GMT | 1 |
I'm new to the whole visual web developer thing and i'm trying to do the following.... I'm using ASP NET and i want to create a submission form that inserts the DATA submitted into an Access database on the server
|
| "global" variables | 17 Sep 2007 09:49 GMT | 2 |
Is there a way to set a global variable without using the Session object? I basically want to be able to track if a visitor is logged in without starting a Session. Is there such a thing as a global variable that
|
| Retrieve POST data from an HTML Form in asp.net | 17 Sep 2007 09:47 GMT | 3 |
I'm pretty new to asp.net, I've to do a quick port to ASP.net I've got a problem I cannot solve: cannot find anything helpfull on the web. I've got an HTML form generated from a software i cannot change, so
|
| Best Practices - User Data & Sessions? | 17 Sep 2007 07:15 GMT | 3 |
I am hoping to get some guidance on the following scenerio: I have a password protected site where users have various permissions. Are sessions the best way of storing the user's id? And if so, on load of a page should I be hitting the database for their
|
| ASP.Net cohabitation with ASP: any possible issue ? | 17 Sep 2007 04:27 GMT | 3 |
Good evening, I will develop an ASP.Net 2.0 application that will be integrated into a -classic- ASP web site. Beside ensuring that the ASP.Net framework is installed, are there any
|