| Thread | Last Post | Replies |
|
| 2005 urgent Q needs answer... | 05 May 2008 15:15 GMT | 1 |
i am using the login controls Etc, that come with 2005 but i need to change the aspnet db file to another name to satisfy my server... is there a way i can keep all these great webparts and have them point to another db?
|
| Rollover in 2nd column | 05 May 2008 14:22 GMT | 1 |
I have a simple 2 column page (see below) styled by CSS In column 1 there are a list of href's. What I want to do is to have an image displayed in column 2 in response to a href mouseover in column 1.
|
| XmlDataSource caches between page loads? | 05 May 2008 12:56 GMT | 8 |
We are using an XML data source in the Page_Load event of an ASP.NET page, like: protected void Page_Load(object sender, EventArgs e) {
|
| Help: problems with ASP.NET menu on Web Part | 05 May 2008 12:17 GMT | 3 |
I am having a weird problem in trying to use a ASP.NET menu inside a custom web part. I am developing a custom web part that has a menu inside (just the menu, nothing else). The menu is a System.Web.UI.WebControls.Menu (ASP.NET 2.0) object. If I add the menu
|
| How to have .NET framework 3.5 on web server | 05 May 2008 10:29 GMT | 1 |
My company web server is still run with .net framework 3.5. Recently, we convert our web projects to .NET 3.5 (VS 2008). I'd like to know how to get .net frame work 3.5 for the web server. Re-install framework for the server or something to do with IIS? I do not know.
|
| About app_offline.htm file... | 05 May 2008 10:27 GMT | 1 |
is it possible to customize the app_offline.htm file that VS creates ? or can i use diffrent htm file instead of app_offline.htm when deploying the application ? Thanks
|
| How do I open an Image and load it to a "picturebox" in ASP | 05 May 2008 09:11 GMT | 1 |
in Visual Studios there's this tool called PictureBox rite...but in Visual Web developer i can't seem to find it.. i'm using Visual Web Developer...VB language..to make a watermarking script so firstly i need to be able to load the picture i want to the
|
| Problem marshalling CopyData structure for WM_COPYDATA message in x64 (code works in x86) | 05 May 2008 09:02 GMT | 1 |
I'm pretty sure I've just got a Marshalling problem, but I'm completely stumped. If there is a better newsgroup to post this in, please point me towards it. First I'm trying to use SendMessage() with WM_COPYDATA to send a
|
| SMTP Relay from IIS SMTP Virtual Server | 05 May 2008 05:26 GMT | 1 |
I have a W2K3 Server we are setting up to run a Windows Service for a client at their location. I don't want this machine to go through exchange or their local mail server, I just want the Server to send out a message from the SMTP Virtual Server to
|
| VS2008\Datagrid | 05 May 2008 01:14 GMT | 1 |
I am using VS 2008 and the Datagrid component is grayed out in the toolbox. Most of the tabs are grayed out. Is there a switch I need to set, in order to get the items in the toolbox to be available? TIA
|
| circular reference in cross page post back | 04 May 2008 15:36 GMT | 2 |
I'm reying to get around the problem of cross page post back. I'm attempting to use an interface to cast the previous page. if (PreviousPage != null) {
|
| Should this code force a refresh of my asp.net page? | 04 May 2008 12:26 GMT | 4 |
I have a button in my asp.net page (actually its in a user control with a .ASCX suffix) called btnGetData. I'm trying to make it force a refresh of my page. So what I did was make it call javascript. Should the following work? (It doesn't seem to)
|
| Create new website on File System or local IIS | 04 May 2008 10:23 GMT | 2 |
Can anyone clarify what the difference between these two choices is when developing website? I have IIS installed too, so I can pick this too if there is a reason. From the point of view of sharing the code with other developers and
|
| Remotely accessing SQL server DB | 03 May 2008 20:12 GMT | 12 |
I'm in the process of finalizing my site. I spent quite a bit of time designing content pages and would like to cut on development time by simply managing the DB (SQL server, evt. MySQL) via MS Access. This works well in my local environment. Can this be extended to a host
|
| Dynamic checkboxes and selection | 03 May 2008 14:13 GMT | 2 |
I have a list of products (SQL Server) that I need to show with check boxes next to them. Once they submit the form, the items checked will be inserted into a table. I think I need to use a CheckBoxList, but how do I show what has been matched in the future. For example, I ...
|