| Thread | Last Post | Replies |
|
| Migrating from 1.1 to 2.0 | 24 Jan 2007 11:49 GMT | 1 |
I'm having a problem migrating a .net compact framework solution from v1.1 to 2.0. I used the VS 2005 wizard, and the migration seemed to go well. Ofcourse, I got a ton of warnings for implicit types, and other things, but those are minor.
|
| error in application | 24 Jan 2007 10:49 GMT | 1 |
My application is giving error .pls help . error : Server Error in '/webpdms' Application. --------------------------------------------------------------------------------
|
| Query String | 24 Jan 2007 10:11 GMT | 3 |
I am trying to do something that I thought was rather simple, but so far, I have not been able to find a simple answer. How do I retrieve the complete query string as a string? I am using VB.Net on an ASP.Net page in Visual Studio 2003.
|
| .net 3.0 newbie development questions | 24 Jan 2007 09:38 GMT | 3 |
I am thinking about having a look at .net 3.0, but just wondered if someone can help me with some basic questions: 1. Can you develop projects (mainly web) in Visual Studio 2005 using both .net 2.0 and .net 3.0 (i.e pick between either framework for each project)?
|
| problem with c# code | 24 Jan 2007 09:24 GMT | 7 |
Hi I am making a booking for a tour. The tours are allowed on some days only( one on monday, other on tuesday like that). For the booking object saving, I am using a wizrd control. In the second step( next_button click of the wizard control ) I will decide
|
| Request monitor | 24 Jan 2007 08:52 GMT | 5 |
Hey all. Is there a way to monitor a request while it's being uploaded to the server. This could be useful with file uploads. Thanks,
|
| Permission issue with SQLDataSource? | 24 Jan 2007 08:42 GMT | 2 |
I'd like a small overview of requirements for inserting data into a database with SQLDataSource in regards to permissions. In the Page_Load(), my code looks similar to this (sorry, I don't have the code with me now):
|
| Referencing textbox | 24 Jan 2007 08:19 GMT | 6 |
Im trying to set value of a textbox, but it fails. txtBox.Text = obj.Effekt does nothing on the page, but the last one does. Fieldname is positively correct.
|
| Sending email from a webpage | 24 Jan 2007 08:02 GMT | 1 |
I have a web application which people connect to and I generate an output file for users when they click on a link. Currently, they are saving this file and then emailing it inside their organization to other staff members.
|
| ASP.NET Design Resources | 24 Jan 2007 07:56 GMT | 2 |
I am new to programming and have been studying C#, ADO.NET & ASP.NET for the past year or so. However, I lack any and all artistic ability. Would anyone be so kind to point me to some resources and ideas for helping with creating a more esthetic looking web site using ASP.NET in ...
|
| little Ajax problem | 24 Jan 2007 07:51 GMT | 3 |
I have this Ajax script below that returns data ... var xmlHttp function showCustomer(str) {
|
| Execution of <%# ... %> blocks in 1.1 vs 2.0 | 24 Jan 2007 07:27 GMT | 1 |
I have an ASCX control which himself contains other ASCX controls. The main control is used in a Asp.Net 1.1 application and works fine. The control is also used in a sharepoint web part which runs under Asp.Net 2.0. In that case, some <%# ... %> blocks are not executed!? If I ...
|
| asp:Wizard control - hiding "next" button on certain steps. | 24 Jan 2007 06:47 GMT | 5 |
I'm using the asp:Wizard control and on some of the steps, I would only like the user to be able to progess to the next step by clicking an image button. Therefore I would like to be able to hide the Next button on these steps.
|
| OGC's Web Map Service in .NET Application | 24 Jan 2007 03:50 GMT | 1 |
I am trying to use OGC Web Map Service (WMS) and Web Feature Service (WFS) from the following lists: http://www.geoconnections.org/CGDI.cfm/fuseaction/webServices.type/gcs.cfm When I try to Add a Web Referrence in an ASP.NET application using Visual
|
| Dynamic Repeater and ItemTemplates | 24 Jan 2007 03:41 GMT | 1 |
i found this code to create dynamic itemtemplates on the microsoft site. here's the url: Creating Web Server Control Templates Programmatically http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/ht ml/vbtchcreatingwebservercontroltemplatesprogrammatically ...
|