| Thread | Last Post | Replies |
|
| datagrid items.count = 0 even though grid is full | 09 May 2007 16:34 GMT | 2 |
I have a datagrid with a checkbox column, and when, after the user clicks a button, I do the famous "for each (datagriditem variable) in datagrid.items....next", the datagrid.items.count is 0, even though the datagrid.columns has the right number of columns from it's
|
| Can't add value to DropDownList, only the text is being added. | 09 May 2007 15:39 GMT | 1 |
Im trying to dynamically add items to a DropDownList and when I add a new ListItem to it, I can't seem to be able to pull the "Value" that I assigned to it.... Here's the code snippet:
|
| Manually Configure site for ASP .NET 2 | 09 May 2007 14:58 GMT | 5 |
I am using Visual Studio 2005 on windows XP professional (with IIS). Following the walkthrough provided by help "creating web page for mobile devices" , I have created a website , but as soon as I carry out the last step in creating the website , as the website is being loaded in ...
|
| [.Net 2.0] How to feed a master from a page ? | 09 May 2007 14:36 GMT | 3 |
I've build a corporate application that have a dozen of pages that use a master page. I'd like to add in each page a list of possible actions in a "task pane". The design of this pane is common for all pages, but the tasks are page
|
| ASP as Windows Service that control by ASP and share Datatable? | 09 May 2007 14:14 GMT | 3 |
I wonder what the best way to run Service, and be able to Interact with him, and show the DataTable from Service. the first way is: build Service project, and Interact with him by remoting, and use with serialized ability to share DataTable. or build ASP app, and start new
|
| Help me - Visual Studio debug error | 09 May 2007 14:04 GMT | 3 |
I have Windows Vista with Visual Studio 2005 SP 1 i have a problem with debugger, when i start debug display this error: Unable to attach to application 'WebDev.WebServer.exe' (PID: 4832)
|
| Popup content randomly blank | 09 May 2007 13:49 GMT | 1 |
I created a web application which presents a menu based on a sitemap. The menu entries are rendered using a Repeater with HyperLink controls as shown in the data tier tutorials on www.asp.net. So that the sub-pages are opened in own popup windows (i.e. without toolbar, ...
|
| Creating an object in page_init | 09 May 2007 11:43 GMT | 2 |
I have a problem in web page load event. I'm creating a controller class in the page_load event of a web page. That class will have the code for the event handling of all the controls in the web page. Now my problem is whenever the page is
|
| From 1 page, cause post back on another page? | 09 May 2007 11:08 GMT | 3 |
I am having this problem:
>From page1.aspx, I would like to click a button and it cause postback on page2.aspx. Thank you for you time,
|
| Default app? | 09 May 2007 10:59 GMT | 1 |
I'm confused about whether a web application needs to be defined in IIS as an "application" to run. We have a client who has a medium sized web site (~2,000 pages), including some ASP and some aspx pages. These were developed by different developers over the past several years.
|
| Trouble displaying Japanese text with aspx | 09 May 2007 08:52 GMT | 11 |
Friends, I am having trouble displaying Japanese text within a textbox (or anywhere else) in an aspx page with .net 2.0 framework. Initial default text in Japanese displays perfectly but when I attempt to
|
| Letter generation and printing | 09 May 2007 08:28 GMT | 3 |
I have a need for a web application to generate a letter for the end user whcih will then be printed. The latter need to contain information from the DB and other text that the user will input before creating the latter.
|
| Secure page problem | 09 May 2007 04:50 GMT | 3 |
I have a problem with a page I am trying to secure. It has a flash object as well as a couple of 3rd party objects used for tracking use of the page. I keep getting a message saying that there are unsecure items on the page. I assume this is because of some absolute URL paths. ...
|
| AJAX in Existing Web applications | 09 May 2007 03:30 GMT | 3 |
I just want to know that I have already a web application. I want to use ajax in one of my web forms. I installed AJAX in my machine. Now to use ajax in my web application should I create a new web site in VS 2005 and select ASP.Net AJAX -
|
| looking for javascript | 09 May 2007 02:23 GMT | 3 |
Sorry guys, I know it's not related to ASP.NET but it's related to web development :) I am looking for JavaScript that would show a zoomed picture when you move mouse over image.
|