| Thread | Last Post | Replies |
|
| Secure download | 05 Feb 2008 17:01 GMT | 1 |
I want to download file with it's chcecksum. Then compute the new checksum and compare it to the original one. Web page is ASP.NET 2.0 (with AJAX extensions if needed). The problems are passing checksum and the operations after the
|
| Can't get rid of this error. ListView. Please, need help. | 05 Feb 2008 16:21 GMT | 4 |
I created an ASP.NET ListView at runtime connected to a LinqDataSource. I always get the same error when I click the Cancel or Update buttons in EditItemTemplate: Invalid postback or callback argument.
|
| Masterpages and Response.Write prblem | 05 Feb 2008 15:16 GMT | 4 |
I have a page based on a masterpage: when i use Response.Write then the markup appears in the masterpage content location and not in the content of the page itself (not in the location of the contentplaceholder of the masterpage.)
|
| stylesheets and Internet Explorer 7 | 05 Feb 2008 15:02 GMT | 8 |
I had, together with a designer, made a site that looked well in Firefox (on Apple, [there it looked as should be also in Safari and Opera], as well as on a Windows driven machine), but looked awfull in Internet Explorer on my Windows XP driven machine. The stylesheet is not ...
|
| Client code on MenuItem | 05 Feb 2008 14:49 GMT | 2 |
I have not used MenuItems before and I want to have the click of an item run a local Javascript function rather than asp.net code. I did not see a OnClientClick option. How do I do this? Thanks. David
|
| ASP.NET and RSS Weather Feeds | 05 Feb 2008 14:37 GMT | 2 |
Our current intranet site displays the weather with a 7 day forecast. We have to manually enter all the weather info into a SQL DB using a web front end, but would like to use an RSS feed. All of the feeds I've found on the web are only 2-3 day forecast. Does
|
| Formview and ObjectDataSource Update method | 05 Feb 2008 13:57 GMT | 3 |
Why does the Update method of an ObjectDataSource class requires parameters for each of the Bind input controls of a FormView? I have a class (say MyObjectDataSource) that is being used as an ObjectDataSource for a FormView control. MyObjectDataSource has public
|
| pass a record id to an insert query | 05 Feb 2008 12:45 GMT | 1 |
Using .Net 3.5 vb and sql 2005 server. I hava a page that has a GridView on it that lists items from a table - ItemList.aspx. I want to make a hyperlink for each record that when clicked will pass the ItemID to another page - MyItems.aspx.
|
| How to dynamically disable GridView's alternaterowstyle? | 05 Feb 2008 12:36 GMT | 10 |
I am creating GridView(s) on the fly and add them to a PlaceHolder control. The skin file of my application orders GridViews to have an alternate row style. But on this particular aspx page, I do NOT want alternate row style
|
| code behind issue | 05 Feb 2008 12:00 GMT | 4 |
I am using a code behind for asp.net page , <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> and file default.aspx.vb contains all the code including
|
| Web.config problem | 05 Feb 2008 10:53 GMT | 5 |
I am trying to move an application to a new server. After that, I made a change in the web.config for the "User ID" and Password since the SQL server account is different. When I try to access the application, I have the following error in the browser. Would please anyone give me
|
| ASP.NET 2.0 web cache insert fails | 05 Feb 2008 10:08 GMT | 5 |
As per Anthony's suggestion, I'm moving this discussion thread to this group. The history: We recently moved an older ASP.NET 1.1 code base on to ASP.NET 2.0, .NET 3.0 and Windows 2003 Server SP2. We started experiencing the following issue with
|
| Crosstab Query in ASP.Net Page | 05 Feb 2008 09:55 GMT | 2 |
Is there a way to display the results of a crosstab query in some control on an ASP.Net web form? I think my first problem is that this query only works in Access and not via the SQL Query Analyzer or the DataSource wizzard in VWD2005EE.
|
| UpdatePanel + Update mehod | 05 Feb 2008 07:27 GMT | 2 |
I've a problem with an updatepanel. I'd like to show progress value (from 1 to 10) shown on my form without page refresh (using Ajax UpdatePanel). Serialization starts from Serialize button event
|
| Selected Value of a DropDownList is never the good one | 05 Feb 2008 06:19 GMT | 4 |
Hi group, I have a problem with my dropdownList. First, you have to know that I'm working with the ViewState setted to false. Consider this code, reproducing lightly my problem :
|