| Thread | Last Post | Replies |
|
| Where are the 'web 2.0' .netters? | 25 Jan 2006 15:38 GMT | 11 |
With all the web 2.0 hype out there, I'm finding that .net isn't playing much of a role. Nearly everything out there getting publicity is PHP or ROR based. Which leads me to the question: Anyone see some web 2.0-centric applications
|
| CSS and textbox | 25 Jan 2006 15:34 GMT | 3 |
This is my first attempt at working with style sheets so I am probably missing something obvious. I created a default ASP.NET Web Application and added 3 elements to it, a label, a text box, and a hyperlink.
|
| Migration to 2.0: Codebehind file must exist? | 25 Jan 2006 15:20 GMT | 5 |
with ASP 1.1 we use "satellite" Projects to develop Usercontrols. We then copy only the .ascx and the .dll to the actual webproject. Trying to migrate such a project to 2.0 does not work since the compiler complaints about the missing Codebehind .cs file.
|
| how copy file to remote pc using default share | 25 Jan 2006 15:17 GMT | 5 |
I want install software on PC in my local network. First I want copy file to the PC through default share like c$ or d$ on the PC. Then install the software through wmi.
|
| disable checkbox list checkbox | 25 Jan 2006 14:59 GMT | 1 |
How to disble a particular checkbox list item in a checkbox list
|
| Help on session ?? | 25 Jan 2006 14:41 GMT | 1 |
I have an ASP.NET 1.1 application which need to transfert a QuerryInfo structure through pages. At first I was using Session("Query")=Queryinfo nad then read it back from page event of sucessives web form.
|
| GridView Binding | 25 Jan 2006 14:29 GMT | 1 |
I have problem binding gridview.... At first i didn't want to bind gridview at first page load...so in my objectdatasource_selecting event i wrote this: If Not Page.IsPostBack Then
|
| NodeList iteration and node edit | 25 Jan 2006 14:18 GMT | 1 |
I am iterating through a nodelist, and trying to edit node attributes based on conditions that are met. As soon as the first condition is met, the For Next loop finishes, even when there are more nodes left in the list, so subsequent updates are
|
| Regarding Print option in Dotnet | 25 Jan 2006 14:15 GMT | 1 |
Hello every one, Can any one help me how can i print values of my webpage with just a button in the webpage. From http://www.developmentnow.com/g/8_0_0_0_0_0/dotnet-framework-aspnet.htm Posted via DevelopmentNow.com Groups
|
| No symbols Loaded | 25 Jan 2006 13:37 GMT | 4 |
I converted (manually) my 2003 web site to 2005. When I place my break point on the first line of code in the page load of the default page, the page does not stop at the break point. If I hover over the break point, I see the message "The breakpoint will not currently be hit. ...
|
| Bulletin Board | 25 Jan 2006 12:29 GMT | 1 |
Can anyone teach me how to create a bulletin board using ASP.NET? I would greatly appreciate your help. Thank you in advance --
|
| datagrid | 25 Jan 2006 12:21 GMT | 1 |
How to" Display 1 row vertically, rather than many rows horizontally? Thanks
|
| Display Access Database OLE Object | 25 Jan 2006 12:10 GMT | 1 |
Dear Experts, I'm using the asp.net 2.0 fileupload control to upload files into Access Database. The file types that being uploaded may be in word, excel or image format. Therefore, I would like to seek your help to show me how can I have a
|
| asp:Wizard inside of a asp:FormView breaks two-way databinding | 25 Jan 2006 12:08 GMT | 2 |
I posted this yesterday with a different email address. I am reposting with my fake-address as given to me by Microsoft so that I can be guraranteed a response from a support representative. Sorry for the repost. I'd like to make use of the asp:Wizard control to present a ...
|
| AzMan API and Examples | 25 Jan 2006 12:07 GMT | 1 |
I have to build a small application using AzMan and ASP.NET 2.0. Where can I find the AzMan API documentation and Examples using C#? TIA Sachin
|