| Thread | Last Post | Replies |
|
| enter a default value for null | 25 Apr 2006 20:20 GMT | 3 |
Using aspnet20 csharp, I have a simple data entry screen that inserts submitted values to a database. I want a default value to be submitted if no value is entered in a textbox. Thanks
|
| ASP.NET: Can't Kill EXCEL.exe with Office PIA | 25 Apr 2006 20:07 GMT | 2 |
I have been trying to use the Office PIA's to write an ASP.NEt page to: 1. Open a template workbook 2. Populate some data 3. Save the file back to the server
|
| concurrency question on HttpApplication,HttpModule, and Page | 25 Apr 2006 20:05 GMT | 2 |
Hi there, I know there is pool of HttpApplications, and for each request coming in, HttpRuntime will dedicate one from pool to serve the request. My questions are : 1. since HttpModule is plug into the process, does each instance of
|
| Info!! | 25 Apr 2006 20:00 GMT | 2 |
Hi All, Can someone tell me what type of window is being created on www.start.com if you click any contents link. A sample snippet would be appreciated. TIA
|
| Ascx and panels - Help | 25 Apr 2006 19:53 GMT | 1 |
Hello all and thank you for your time. I have an application that I have just taken maintenance over from a consulting firm. The application uses a lot of user controls and panels to control information. I see that when the page is loaded (aspx), it loads all
|
| ADO.net question? | 25 Apr 2006 19:50 GMT | 1 |
I am fairly new to ASP.net having started with version 2. I have mostly used the DataSource controls for manipulating data but i now need to some data using ADO.net instead and a stored procedure in the SQL server database. As far as i can work out, in order to insert a new ...
|
| dropdown list word wrap | 25 Apr 2006 19:32 GMT | 2 |
I'm a bit of a newb at .NET, so here is my problem... I fill up a drop down list with values from a SQL database, everything is fine and it shows up in my drop down list, however one of the entries in the list is very long and it is causing my drop down list to
|
| WebForm_DoCallback Undefined | 25 Apr 2006 19:20 GMT | 1 |
I am using callbacks from a user control, but it looks like the client cannot be "bound" to the server. When I try to run the callback, I get the "object expected" JavaScript error; when debugging the JavaScript, I find that WebForm_DoCallback is undefined.
|
| Interface question | 25 Apr 2006 19:04 GMT | 7 |
I am trying to understand why I would use interfaces. In the following example for IPrinciple, I have the following code: ************************************************************ using System;
|
| Crash on first access | 25 Apr 2006 19:02 GMT | 2 |
Has anyone seen the condition where you update the web site by publishing from VS2005 and the first time you access the site you get a generic error, but the subsequent times it works fine. Is there a way to resolve it?
|
| How to determine web reference URL of a compiled asp.net DLL? | 25 Apr 2006 18:52 GMT | 1 |
Howdy folks, Recently we copied a .NET 1.1 aspx page and dll to a production server. The page had a web reference to a service that we have running on the production server, as well as another version running on the test
|
| Atlas vs ASP.NET Callback | 25 Apr 2006 18:00 GMT | 5 |
I'm not sure if there was already a post on this.. if so I apologise My question is what difference is there between Atlas and ASP.NET callback and why should people go on Atlas rather than on the ASP.NET 2.0 Callback?
|
| Hierarchical lists in DropDownLists | 25 Apr 2006 17:49 GMT | 1 |
I'm writing an image cataloguing system in asp.net and SQLserver. The system allows hierarchical keywords to be added to the image records. I've represented the keywords in tables with 'id' and 'text' fields for each keyword. The table of second level keywords also has a 'parentID'
|
| User sizeable panel/table | 25 Apr 2006 17:47 GMT | 2 |
Does anyone know if you can create a panel or a table that a user can "resize" within the browser window just as they would a window? Thanks!
|
| Add each row dynamically to a datalist or gridview? | 25 Apr 2006 17:35 GMT | 2 |
I use an SqlDataReader to retrieve data and loop through it for a seperate operation. At the same time I would like to read two of the several fields into a Datagrid or Datalist. Is this possible with an Add row - Column 1 type of command?
|