| Thread | Last Post | Replies |
|
| Can't open web site in vs2005 | 14 Jun 2006 10:03 GMT | 2 |
I open open a asp.net project in vs2005 by open web site. But I find I can't find Open web site in the open menu of vs2005. What's happen? where to find the open web site menu?
|
| "PRE"-Style formatting in HTML Output or Label | 14 Jun 2006 09:42 GMT | 1 |
I'm taking text from a multi-line TextBox into a database. Then, on other pages, I'm displaying that text as read-only. But the problem is, when I set the Text property of a Label control to that text, all the carriage returns and other text-based formatting goes away because ...
|
| ASP.NET 2.0 and Partial Trust with VSTO | 14 Jun 2006 08:53 GMT | 6 |
I need some help with an ASP.NET 2.0 page that generates the following error when it calls a VSTO runtime DLL: System.Security.SecurityException: That assembly does not allow partially trusted callers.
|
| Postback & Master Page | 14 Jun 2006 08:39 GMT | 5 |
I'm developping an asp.net application which used master page on which i add several web control. One of the them is a menu control which as several button in order to develop each sub menu. When i click on this button it rises a postback and refresh all my controls.
|
| 2.0: implementing users' counting with global.asax | 14 Jun 2006 08:21 GMT | 1 |
Please help. I try to implement counting of apllication users using global.asax this way: <script runat="server">
|
| server.transfer | 14 Jun 2006 08:09 GMT | 4 |
if we want to access the vaules of one page into another, following are the 3 options 1. query strings 2. session objects
|
| Opening new asp page using response.redirect | 14 Jun 2006 07:20 GMT | 7 |
I have one combo box and GO button on the click of GO button page submitted and according to selection of one of the option from combo I want to redirect my page to some new asp page but at the same time in new window of browser.
|
| RSS Security Question | 14 Jun 2006 06:42 GMT | 1 |
I'm new to RSS and have been tasked to write a spec for an RSS Publishing facility for my client. I'm proposing that the RSS be rendered on-the-fly for the most up to date results and to also support RSS feeds of saved searches. My issue is that any of the stored
|
| ASP.NET 2.0: using Cache in Global.asax | 14 Jun 2006 05:38 GMT | 2 |
I am learning ASP.NET. In Global.asax file I have such code: ... <%@ Import Namespace="System.Web.Caching" %>
|
| Change DataGrid Headings color | 14 Jun 2006 03:02 GMT | 3 |
How do I change the color of a particular columns' text (forecolor)? I normally do this in my PreRender function for the rows as: for each oItem as DataGridItem in DataGrid1.Items oLabel = CType(oItem.FindControl("SessionID"),Label)
|
| Gridview control and sorting a calculated templatefield column ? | 14 Jun 2006 02:49 GMT | 2 |
Does anyone know of a way to sort a column which isnt databound or an actual field in the database, but is derived from a method? IE. I have a grid showing stats for softball, with a calculated field called AVG, I want to be able to sort based on AVG when they click on
|
| Tab Contol on Webpage | 14 Jun 2006 02:20 GMT | 1 |
Can we have a tab contol on a webform just like windows application? if yes, can you please point me to the article. Thanks, Stephen
|
| Error while trying to run project: Unable to start debugging on the web server | 14 Jun 2006 02:03 GMT | 3 |
I have both Visual Studio 2003 and 2005 on my machine. When running a project in Debug mode in 2003 I get this error: Error while trying to run project: Unable to start debugging on the web server
|
| Radiobuttonlist, add new items problem | 14 Jun 2006 01:27 GMT | 1 |
I am trying to use a radiobuttonlist with the new multiview control. Am having trouble understanding how to build the radiobuttonlsit just one time, and not many times. In my first view, I select from a list of items, then select "next". Of
|
| Don't have Release Mode | 14 Jun 2006 01:05 GMT | 4 |
I am attempting to build a web service in .NET 2.0, using Visual Studio 2005. I am able to build it in debug mode, but for deployment, I want to change to release mode. The problem is that there isn't a release mode available. The configuration drop down only has debug in it. I
|