| Thread | Last Post | Replies |
|
| Can I start an Excel session from Visual Studios 2005 (C#)? | 11 Jul 2007 19:10 GMT | 2 |
I have a need to start and load with data an Excel spreadsheet from a ASP.NET application. Is that possible in XP and if so how? Thanks Steve
|
| Enterprise Library Configuration setting! | 11 Jul 2007 18:42 GMT | 3 |
I am developing web application on 3 tier model. For data access my Data Access Layer (DAL) uses MS Enterprise Library (MSEL). If I am right MSEL relies on web.config file for the connection strings. I need to make the DAL totally independent ie I want to save the connection ...
|
| Sorting XML data in a DataGrid | 11 Jul 2007 18:29 GMT | 1 |
I have an XML file that is successfully displaying in my datagrid on my .aspx. I need to sort the data before it displays: Here's my .aspx code: <%@ import Namespace="System.Data" %>
|
| Operation must use an updateable query | 11 Jul 2007 18:26 GMT | 3 |
Using Asp.net 1.1 Trying to learn updating an Access database. Copied code straight from an example. Received this error: Operation must use an updateable query
|
| good practise (2) | 11 Jul 2007 18:21 GMT | 3 |
Hi again, I need another good practise advice. Everybody (100 persons) in our compagny manages one or more projects. Each projects needs two tables: table 'project' (general information), table
|
| gray out or disable underlying page on click | 11 Jul 2007 18:15 GMT | 1 |
I would like to gray out or disable all of page content while a pannel is visible and active. I know there is a way to do this. psudo code 1. click "Join"
|
| good practise question | 11 Jul 2007 18:09 GMT | 5 |
We have an application where users must fill the same form several times, creating each time a record in the database. When checking the checkbox in this form means the last record. Protected Sub Button1_Click(ByVal sender As Object, ByVal e As
|
| Reach components in content using javascript | 11 Jul 2007 17:26 GMT | 2 |
I am very new to javascript, but would like to do some client operations with some server controls. I have a masterpage with a contentplaceholder. I think what I'm trying to accomplish is quite obvious (I hope). Here's the master page: <%@ Master Language="C#" AutoEventWireup="true" ...
|
| IHttpAsyncHandler & Request/Response Serialization... | 11 Jul 2007 16:33 GMT | 1 |
I'm implementing a simple protocol on top of HTTP using asynchronous http handlers. Session state is disabled so multiple requests from the same client can be processed concurrently. I want to keep the number of client connections to an absolute minimum
|
| Formview update--one field won't update | 11 Jul 2007 16:03 GMT | 1 |
I added another column to a table, a varchar(1000), added a textbox to the formview, bound it (2 way), added the parameter to the update, but it won't update. I ran SQL Profiler, and the variable is set to NULL. It's like the
|
| Word 2003 and ASP.net 2.0 | 11 Jul 2007 15:58 GMT | 1 |
I want to get data out of word and put it in an asp page via labels, textboxes, whatever. Every article I see puts data into word, not the other way around. I have the Visual Studio Office Tools, can anyone point me to the right article?
|
| Is it possible to use MachineName or IP in cookie's domain parameter? | 11 Jul 2007 15:49 GMT | 3 |
I wrote the code below in client script block, but I couldn't retrieve the cookie which was set in line 1. Server1 processCookies.htm
|
| ObjectDataSource OnSelected event raised twice | 11 Jul 2007 15:40 GMT | 4 |
This event seems to be being raised twice in my codebehind. I have only one SelectMethod and do not have a SelectCountMethod. Its causing a problem because I'm dynamically loading a user control into a PlaceHolder control in the method and am having to do a check to see
|
| Class definition location?? | 11 Jul 2007 15:10 GMT | 3 |
I have found a need to define a class for use in a page code-behind class file. I have a well structured model which consists of business logic components and data access components. The class I need to define will only be needed for this particular page. I am unsure where to put ...
|
| How can I set the browers icon? | 11 Jul 2007 14:13 GMT | 9 |
I'd like to be able to control the icon presented in the upper left corner of the browser dynamically, based upon the page I'm serving. Is there a way to do this?
|