| Thread | Last Post | Replies |
|
| Image and Stylesheet References in HTML Email | 27 Jun 2007 15:49 GMT | 1 |
I need to generate an HTML email message that is sent to internal customers. Rather than build the message as a string in my code, I have developed a web page I want to send as the body of the message. I'm using the httpWebRequest and httpWebResponse objects retrieve the ...
|
| two components with the same id can't be added to the application | 27 Jun 2007 15:20 GMT | 1 |
I have a ASP.net VB 2.0 application with AJAX Control Toolkit (updated just some minutes ago to latest 10618 from 18. June 2007). Initially everything works fine: I have an overview page, click on a link and a new window opens. Within the new window I have another button where a ...
|
| I want an image in a tablecell to be scaled to fit the cell without distorting the image | 27 Jun 2007 14:31 GMT | 15 |
I want an image in a tablecell to be scaled to fit the cell without distorting the image. I don't know what the image aspect ratio will be. Sometimes I'd expect to see the width fit the cell and the height be smaller
|
| Quick Help PLZ ,, aspnet_wp.exe on w2k IIS5 | 27 Jun 2007 14:25 GMT | 4 |
i'm runing windows 2000 server with IIS 5 web sites runing .Net2 not runing ,, but the classic is asp sites working fine I get this error: aspnet_wp.exe (PID: ) stopped unexpectedly
|
| Whats wrong with this code" | 27 Jun 2007 14:21 GMT | 7 |
<%@ Master Language="VB" CodeFile="Default.master.vb" Inherits="Default_master" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
| Page_Load before binding? | 27 Jun 2007 14:19 GMT | 1 |
Is the Page Load event run before GridViews, etc. are databound? Thanks. David
|
| Export to Word | 27 Jun 2007 12:53 GMT | 2 |
I'm trying to export an aspx web page to ms-word. I'm using this code to export the aspx page: Response.AddHeader("content-disposition", "attachment;filename=myFile.doc");
|
| w3wp memory over 1G causing exception | 27 Jun 2007 12:41 GMT | 8 |
The w3wp.exe process' memory seems to go from below 200M to over 1G with no warning, causing Memory.Exception. I have searched around and read some answers, and most seem very vague. They say to "debug." Well duh, that is what I am trying to
|
| Object reference not set to an instance of an object | 27 Jun 2007 11:52 GMT | 1 |
I want to access in code-behind a label within the ItemTemplate of a Formview. <asp:FormView ID="FormView1" runat="server" DataKeyNames="id" DataSourceID="SqlDataSource1" >
|
| Object reference not set to an instance of an object | 27 Jun 2007 10:54 GMT | 1 |
I want to access in code-behind a label within the ItemTemplate of a Formview. <asp:FormView ID="FormView1" runat="server" DataKeyNames="id" DataSourceID="SqlDataSource1" >
|
| asp:label mapping question | 27 Jun 2007 10:01 GMT | 2 |
I am using asp:label control run at server side, and I can see it is mapped to a <span> element in the final html source. Can I change this mapping, for example, change it to map to <div> element.
|
| Reset Password -Membership classes | 27 Jun 2007 09:53 GMT | 1 |
I'm having trouble resetting a password using these new fangled membership classes, can anyone tell me whats wrong with this sample? The membership user is being correctly returned. But I get a null error. MembershipUser mu = Membership.GetUser(userName);
|
| A questinon about how to use WinHttp.dll | 27 Jun 2007 09:27 GMT | 1 |
The problem is about the new version of the WinHttp.dll. My Code like this : public string Do(string Method,string Url,Object Async) {
|
| Bold Font | 27 Jun 2007 09:03 GMT | 7 |
Using ASP.net 1.1 I know I should be using CSS. But until I have time to learn that, what is the code for bold font? In other words, what should go in this code to make the font bold?
|
| How to use WinHttp.dll | 27 Jun 2007 08:40 GMT | 1 |
The problem is about the new version of the WinHttp.dll. My Code like this : public string Do(string Method,string Url,Object Async) {
|