| Thread | Last Post | Replies |
|
| Error Message - Server is unavailable | 26 Jun 2007 05:22 GMT | 1 |
I am running the Report Services website on IIS6 on WIndows 2003. When I browse to the /reports website on the server, I get a message in big red letters saying that the server is not avaialbe and that more info is in the event log of the server.
|
| Breaking out a record with in a datagrid to edit it (ASP 1) | 26 Jun 2007 00:57 GMT | 9 |
I am building a small Help Desk application for my company and need to be able to edit "open" help desk issues. I use a simple datagrid to display each issue (6 per page) , with an Edit button. There are a lot of fields across, and my Network Admins would like a way of ...
|
| Deleting web parts.... how to make all users profiles delete them too? | 26 Jun 2007 00:35 GMT | 1 |
I've been working with a web parts page, and its under constant development, the first stage is live, however there are some web parts I want to remove.... but I can't, as the users customization profiles have that web part in them so if I remove the code from default.aspx
|
| run perl console script | 25 Jun 2007 23:27 GMT | 1 |
how to run a perl or vbs console script after user fill in a form and hit submit? I think my problem is I can't get it the background job to start. An example code will be great.
|
| Problem double clicking on VS 2005 solution | 25 Jun 2007 22:41 GMT | 4 |
I'm using Visual Studio 2005 SP1 on a Win2K SP4 system. VS is set up to use "web development settings ". I use VB. If I create a new web application project, then close the project and exit VS I can see many files, including a .sln and a .vbproj file.
|
| Deploying 2.0 WebSites | 25 Jun 2007 22:31 GMT | 5 |
I'm still stuck on the .dll and bin folder mentality in 1.1. When deploying a 2.0 web application, there is no web .dll to deploy? So is this how we deploy in 2.0? 1. Copy the app_code folder
|
| DateTime | 25 Jun 2007 22:30 GMT | 1 |
I have a column of datatype DateTime. I need to retrieve data from last 14 days old. I am doing like this but it doesn't work.
|
| To get the Hyperlink Control text in Javascript? | 25 Jun 2007 22:27 GMT | 2 |
Two very related questions. a) On clicking a hyperlink control I need to be able to GET the text of the control. How can I do this? b) How can I then SET the text of the hyperlink control to something else?
|
| Access Session State From Class File in App_Code | 25 Jun 2007 21:40 GMT | 2 |
How does one access session state data from a (custom) class file in app_code? this.Session["MySessionData"] doesn't work from within the class file!
|
| How to "snap back" to a position on a page | 25 Jun 2007 20:50 GMT | 3 |
I have a page that displays a datalist of multiple data items. In each dataitem I have gridviews that are pagable. It looks simular as I show below. I just want a way of hitting the gridview paging number on an item not to cause the page to snap back to the top of the page.
|
| StyleSheetTheme Property in a Web User Control | 25 Jun 2007 19:52 GMT | 1 |
Hi. I'm trying to programatically set a StyleSheetTheme for a web user control. I understand that in order to use the Page.StyleSheetTheme property I must override the base class property. But since I'm doing this in a user control I'm getting the error: "property
|
| Button field in Gridview. | 25 Jun 2007 19:34 GMT | 5 |
I have a button field in GridView. It shows the ID. When I click on it should grab the id and open new ASpx page based on that ID. How can I do that. Thanks in advance
|
| Website Administration Tool | 25 Jun 2007 19:13 GMT | 1 |
I have been trying to set up a Webstie Administration Tool - Virtual Directory and have hit a couple of issues! I have set the site up as Integrated security and access the pages through this link
|
| DataSet Designer and Namespaces | 25 Jun 2007 18:54 GMT | 1 |
Is it possible to place designed datasets into namespaces? I'd like for the datasets and tableadapters to be in a Data namespace. e.g., MyCompany.MyWeb.Data.TableAdapters.Whatever
|
| Can I make the column widths firm? | 25 Jun 2007 18:50 GMT | 9 |
If my table has a column of 200px and I insert an image of 300px the column expands to the image size. Can I make the column widths firm? Cut off the image, rescale it or have H scroll bars would do.
|