| Thread | Last Post | Replies |
|
| Missing file error ? | 01 Apr 2006 00:20 GMT | 1 |
I try to use some ADO.NET 1.1 code in the Visual Web Developer 2005 express. So I add these namespace in web.config <add namespace ="System.data"/> <add namespace ="system.data.oledb"/>
|
| Newbie Question About Setting Table Column Width | 31 Mar 2006 23:15 GMT | 3 |
I'm new to web programming so please excuse my ignorance. With that said ... I've added a 2-column, 3 row table to control the placement of everything on the web page. The first row contains the header and spans the entire width. The last row contains the footer and also spans ...
|
| Seeking Help About Web Templates with ASP 1.1 | 31 Mar 2006 23:04 GMT | 3 |
I'm an accomplished C# WinForms programmer but am now trying to get quickly up to speed building websites. I current use ASP.net 1.1 and C#. From the get go, it was clear to me to build web user controls that would contain such items as the Header, the Sidebar, and the Footer. ...
|
| Datasets - Cloning problems | 31 Mar 2006 22:49 GMT | 3 |
I have 3 datasets d1Main is the main dataset having rows. I loop through rows in d1main and any row failing validations is moved to d2Bad dataset. I had to clone d2bad as d1main and then add failed row to
|
| Newbie-ish Question about Building Reports from a Datamart | 31 Mar 2006 22:07 GMT | 4 |
I am not brand new to .NET, but I'm still a beginner. We have an Oracle database that nicely compacts (cubes) the data we need (think mini-data mart). Unfortunately, this data is currently placed in about 20 different huge Excel sheets for distribution. Ick!
|
| Find URL in a string | 31 Mar 2006 21:58 GMT | 2 |
Is there a built in function in .NET to find URL in a string so i can format it as <a href="url" ? useful for Forum Posts and other human entered text.
|
| Invalid path or file name | 31 Mar 2006 21:50 GMT | 1 |
I'm accessing a FoxPro database via ole db using Reporting Services Data Extensions and ths works fine on my local report server. However, when I deploy the report to the live report server I'm getting the error 'Invalid path or file name'
|
| help about unxpected ";" | 31 Mar 2006 21:46 GMT | 6 |
My web form worked fine before. Today I found three buttons do not work, including a close button with ID btnClose. I use btnClose.Attributes.Add("onClick", "window.close()") in codebehind in VB.
|
| graphical display | 31 Mar 2006 20:53 GMT | 2 |
im doing an ASP.NET web application for booking cinema tickets online. for one part of it i need to show a graphical display(very very basic) of seats in a particular screen of the cinema. it would need to show seats that are already booked and, also, allow seats to be
|
| Best way to display a label with text from db? | 31 Mar 2006 20:40 GMT | 1 |
If I want to display some text value coming out of a database on an aspx page (on a label), do I really have to create a connection and command object etc. all manually (such as in the code below) or is there an easier way (asp.net 2.0, VS 2005) ?
|
| ASP.NET 2.0 learn curve ! | 31 Mar 2006 20:31 GMT | 11 |
I am ASP programmer and did little bit programming in ASP.NET 1.1. Now I want to move ASP.NET 2.0. Whats the quick, systematic way to learn ASP.NET 2.0 in less amount of time. Thanks
|
| How to have multiple page execute same event code? | 31 Mar 2006 20:24 GMT | 1 |
I'm new to .NET and I'm still trying to adapt from PHP. Especially when dealing with includes. I would like a group of pages to all execute the same Page_Preinit event code. In php I would just include a file but I can't figure out how to accomplish this is .NET
|
| using sa with SQL 2005 problem?? | 31 Mar 2006 19:58 GMT | 2 |
I un-installed SQL 2000 developer's edition and installed SQL 2005 developer's edition in mixed mode security with the exact same sa password. I then attached my old databases. Even thought the web server is located on the same machine, I can no longer us
|
| Software Question | 31 Mar 2006 19:46 GMT | 11 |
Can someone please tell me what software I would need to build web applications with ASP.NET 2.0? Is this all I would need (except for a database, of course)? Visual Studio 2005 Standard Edition
|
| Secure connection to database | 31 Mar 2006 19:42 GMT | 3 |
I have an asp.net application hosting in IIS 6.0 which talks to a database in another DMZ (with firwall installed in between). I know that I can enrypt and decrypt my connection string into web server's registry instead of plain text in web.config ,but I was just thinking that once ...
|