| Thread | Last Post | Replies |
|
| using MAILTO from a web page | 02 Nov 2007 16:15 GMT | 2 |
I have a button that when clicked, makes a database call to retrieve some data. That data is used to generate a series of e-mail addresses that I then want pre-populated into an Outlook e-mail. I know that using the MAILTO protocol will launch the outlook e-mail with the right ...
|
| Web page without the chrome | 02 Nov 2007 14:38 GMT | 3 |
I would like to build a Web page using ASP.Net or Javascript, which be looking like a remote control, which means that the "chrome" (I don't know if it is the right word) would not be shown (like Vista gadget). Any ideas ? Eventually, it can be only for IE..
|
| Using CDO.Message - ReadOnly errors | 02 Nov 2007 14:32 GMT | 1 |
I'm trying to resolve some error message I'm getting from this code: Property "To" is "ReadOnly" objEmail.To = sUserEmail Proeprty "CC" is "ReadOnly"
|
| need to open the aspx page in another window(just as popup) | 02 Nov 2007 14:04 GMT | 3 |
I have an htm page which transfers to another aspx page(Default.aspx). I need to open the aspx page in another window(just as popup). How can I set target property here? Can anyone help me to achiev this...
|
| Custom Repeater Class | 02 Nov 2007 13:31 GMT | 1 |
I'm trying to create my own extended repeater class containing a PagedDatasource instead of the normal datasource. I'd then create a custom template and insert it at the bottom of the repeater.
|
| Browser back button in AJAX | 02 Nov 2007 11:15 GMT | 2 |
I have a search page in which the results are shown in a repeater which is inside an UpdatePanel. The results cotain links to other pages in the site. After clicking any of those links and then click "Bowser Back" button I lose the contents in my repeater.
|
| Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion' | 02 Nov 2007 05:02 GMT | 2 |
As a tangental question to the one below: I can create a SQL express DB in my Data Connections folder titled dimension.mdf I then add this connection string to my web.config file:
|
| How to use SQL Express | 02 Nov 2007 04:15 GMT | 1 |
I'm really confused with the whole SQL Express and Web Configuration wizard options in VS.2005. On ScottGU's blog: http://weblogs.asp.net/scottgu/archive/2005/08/25/423703.aspx
|
| Search for rules in HtmlHead.StyleSheet property | 02 Nov 2007 03:38 GMT | 5 |
I'm adding rules dynamically to the HtmlHead.StyleSheet using the CreateStyleRule method. I'd like to know how to check whether the rules already exist first. Thanks
|
| Problem with VS 2003 and Events | 02 Nov 2007 02:30 GMT | 1 |
One of the differences with building one page style in DW and code behind in VS 2003 is you have to declare the events (apparently). For some reason my events will disapper. For example:
|
| Diferences? Decimal (18,2) and Numeric(18,2) SQL SERVER | 02 Nov 2007 00:53 GMT | 3 |
|
| How can I do? | 02 Nov 2007 00:26 GMT | 6 |
Hi, what is the best form doing that? any way to do a if on 1 line, example: if (txtValorBene.Text.Trim() != "") arParams[116] = new SqlParameter("@ValorBeneficio", decimal.Parse(txtValorBene.Text.Trim()) ;
|
| How to use SeparatorTemplate with repeater | 01 Nov 2007 23:58 GMT | 3 |
I have a repeater with header / item / alternate item and footer templates which works great (or at least ok). I want to put an <hr/> tag as a separator but as soon as I put that in the output in no longer generated in any form that I can see as a pattern.
|
| Enum | 01 Nov 2007 22:50 GMT | 4 |
I have the following Enum Public Enum Mode Required Validate
|
| Date format | 01 Nov 2007 22:50 GMT | 3 |
The date format (control panel) of testing (VS2005) and production platform are yyyy/mm/dd. i run preview from testing (VS2005). The date format is yyyy/mm/dd however, when i put the code to production platform. The date format is
|