| Thread | Last Post | Replies |
|
| sterling (UK) based ecommerce package asp.net | 24 May 2007 17:32 GMT | 1 |
Im currently in the process of looking for an ecommerce package which i can integrate fully with an asp.net website. ideally it would be in vb.net and i would hope that i would have the ability to change the code. so i can add extra functionality. i would also prefer it if the
|
| Ajax web.config error | 24 May 2007 17:02 GMT | 2 |
Whenever I startup an Ajax Control Toolkit Website I get the following error: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
|
| Detailsview Headers | 24 May 2007 16:57 GMT | 1 |
Can you put the details view header at the top of each row, instead of at the side? Or is there another control that does this? I don;t want to have to resort to loading each field into a literal, so a databound control is what I'd ideally like in this case.
|
| Ajax Update Progress control | 24 May 2007 16:45 GMT | 1 |
I am trying to apply the Update Progress control to a method that is building a zip file and then giving the user the chance to save the file via a popup box. But the Update Progress control doesn't seem to like this. I am getting the error :
|
| RadioButton ReadOnly | 24 May 2007 16:42 GMT | 1 |
Hello misters I am having troubles impementing the readonly attribute properly. In case the readonly attribute is set on the server side, I added an attribute: this.Attributes.Add("onclick","this.checked=!this. checked;");
|
| Impersonation and clicking links | 24 May 2007 16:21 GMT | 1 |
I have a web page (site.com\page1.asp) which contains a link to a document on the same server (site.com\Restricted\doc1.pdf). I want to ensure that the only way people can access the file is by clicking the link, and not by pasting the URL into the browser. My idea was to use ...
|
| Output Cache - Not Working | 24 May 2007 15:32 GMT | 3 |
I have just enabled output caching on a page, the URL is: Menu2.aspx?user=simon My page/outputcache directives are: <%@ Page Language="vb" AutoEventWireup="false"
|
| not authorized message when accessing web server | 24 May 2007 14:39 GMT | 2 |
If I try to access my web page as http://computername/website/default.aspx I'm getting an error message: You are not authorized to view this page, but, if I do
|
| Setting Formview Datasource Parameter | 24 May 2007 14:12 GMT | 4 |
I'm trying to set a formview datasource parameter dynamically on page_load using the following code: public void Page_Load(object sender, EventArgs e) {
|
| Mixed Language Development with WAP | 24 May 2007 13:11 GMT | 6 |
Thanks to help from this group I was able to use both VB and C# in a Website Project, so I understand about creating language subfolders under App_Code folder. However, I have another project that I converted from Website Project to Web
|
| Updating SQL 2005 in a loop dont work | 24 May 2007 13:09 GMT | 14 |
I wrote a code to loop through an array and only the first item is updated. I think the sqlcommand is not updated properly in my code but I am not sure how to go about this. This is my code:
|
| How can i re-open this webpart using PageCatalogPart | 24 May 2007 11:21 GMT | 1 |
I mistakenly closed my webpart in design mode. How can i get it back to show :( Thanks in advance <asp:WebPartManager ID="WebPartManager1" runat="server">
|
| ListControl loses its items | 24 May 2007 09:49 GMT | 2 |
My DataGrid control has footer and this footer contains a custom web user control. The control included via footer template at the desing time. I don't create it manually. The user control contains a DropDownList that populates data on its own Load
|
| FindControl() on ASP.NET UserControl Objects | 24 May 2007 09:42 GMT | 14 |
Hi. I have created a UserControl ("MyUC"). I've put a bunch of instances of that control on a Page ("Defaul.aspx"). The control works fine. Now, I want to be able to use "FindControl()" from within my Default.aspx as follows:
|
| Http module to directly edit output | 24 May 2007 09:39 GMT | 6 |
Hi. How can I automatically edit the output of an ASP.net application, such as using regular expressions to replace repetitive whitespace with one space, or add a comment to the end of the output? I'd like to just add this as an http module in Web.config.
|