| Thread | Last Post | Replies |
|
| Executing JavaScript while sending email? | 07 Oct 2007 02:24 GMT | 2 |
I'm trying to send an HTML email from my asp.net 2.0 application. I want to show an "alert" message when user opens up my email message using JavaScript. Though I've been able to send email but I am *unable* to show an alert message using JavaScript. Any ideas, please
|
| Interface | 07 Oct 2007 02:20 GMT | 13 |
Suppose I have the following class code: Imports System Imports System.Data Imports System.Data.SqlClient
|
| new link | 07 Oct 2007 00:55 GMT | 5 |
I have made a small form to send the mail to the websmaster, but i don;t know how to code this action: if the mail was sent successfully, than go to the url www.xxxyyyzzz.com Thanks
|
| adding web controls from C# code | 06 Oct 2007 22:34 GMT | 2 |
I have got the main page of my project which consists of several web controls. Some of them I add statically (in aspx page), some of them I'd like to add from C# code. For example I add one of the we controls:
|
| "Profile" and "Session" not accessible in ASP.NET app | 06 Oct 2007 20:34 GMT | 4 |
I am writing ASP.NET application in which I need to use User Profiles and Session mechanisms. Here I include part of my source code (Admin.cs): using System;
|
| Question About Masterpages | 06 Oct 2007 20:20 GMT | 3 |
Or more accurately putting content into a ContentPlaceHolder on a page which has a MasterPageFile. How do I put HTML content into a ContentPlaceHolder? I have not HTML section or body section?
|
| asp.net question | 06 Oct 2007 19:13 GMT | 2 |
I have declared a public variable in my ?.asp.cs file called psServerAddress. I have valued this variable with the address of the current server. Now, I want to pass this variable to a usercontrol.cs so I can create a dynamic url "http:\\[psServerAddress]\..... The user controls ...
|
| Page_Load or page top code | 06 Oct 2007 19:11 GMT | 3 |
Can someone tell me if the code in the Page_Load sub runs every time...even on PostBack? If so, what is the difference between the Page_Load and the <% %> code at the top of an aspx page? Thanks. David
|
| Change ASMX WS to WCF for exiting client | 06 Oct 2007 14:12 GMT | 1 |
I hope this is the right group to ask this question (please advice otherwise) I have ASMX Web service and client which are already deployed to production.
|
| How to set grid lines to table. | 06 Oct 2007 13:41 GMT | 2 |
I have used a table in my web page. ( I have inserted the table using the 'Insert table' option from the Layout menu). I couldnt find any grid lines in the table when I run the page. How can I provide grid lines to table?
|
| Making a <td> as small a width as possible | 06 Oct 2007 13:36 GMT | 4 |
I have a <td> that contains several elements, some of which are left-aligned, right-aligned, or centered. I do not know the widths of these elements beforehand, so I cannot give my <td> a fixed width. I want the <td> to have as small a width as possible without causing anything ...
|
| newbie: Table position | 06 Oct 2007 10:34 GMT | 1 |
Using the IDE, I create a nested table within another. I set its position by setting the style to Absolutely, but when I set it back to normal flow, it doesn't return to the top left of the cell in which it is nested as would be expected. So I changed the style position to "Not ...
|
| Calling external program from browser with parameters - cross-browser | 06 Oct 2007 09:03 GMT | 13 |
We have an intranet website that currently uses ActiveX but we need to make it cross-browser compatible and also get around the problems we've been having with making it work with IE7 and Vista. We decided to write an external application to do the work from the client side.
|
| Went from using Visual Web Develop express to Visual Studio 2005 and getting error when trying to open project | 06 Oct 2007 07:52 GMT | 1 |
Went from using Visual Web Develop express to Visual Studio 2005 and getting error when trying to open project. Error message: "One or more projects in the solution could not be loaded for the
|
| Identity | 06 Oct 2007 07:50 GMT | 1 |
What does the statement ASP.NET runs with IIS identity mean? Does it mean ASP.NET is running with ASPNET identity or IUSR_<MachineName> identity or <MachineName> identity?
|