| Thread | Last Post | Replies |
|
| Dynamic Javascript Confirm Box from ASP.NET | 27 Nov 2007 09:27 GMT | 1 |
Anybody know how to display a dynamic message in a confirm dialog. I have 2 check boxes and a button. On button click I want to be able to display a confirmation dialog depending on whether or not I have the checkboxes checked. No check = no dialog, check 1 = "Are you sure you
|
| Access page from class | 27 Nov 2007 09:11 GMT | 2 |
I have a class in a DLL library with a method named Initialize. I want to add a few things to Page Header when this method runs. How can I access the page header from my class? Thanks,
|
| Retrieve E-Mail Programmatically | 27 Nov 2007 08:54 GMT | 6 |
Could anyone point me to articles, examples or a brief explanation as to which .Net objects I would use if I wanted to retrieve e-mail programmatically from an e-mail server? TIA.
|
| listView controlling different page views? | 27 Nov 2007 06:47 GMT | 2 |
I have a listView with different items in it. Each item when arrowed to needs to update the page with a different view (without doing a postback). Is there a way to do that, and if so what control do you use for the page contents?
|
| Response.TransmitFile - Windows Mobile 6.0 | 27 Nov 2007 04:03 GMT | 1 |
I have use the following code to transmit a file back to the browser that worked fine on a HTC_TTyN device running windows mobile 5.0. The code executes in the onclick event of a mobilelist control. Now on a similar device running window mobile 6.0 the file is not displayed - the ...
|
| DataSource. Please, need some help. | 27 Nov 2007 03:38 GMT | 1 |
I am using a LinqDataSource but I could either use an SQLDataSource or any other. The question is the same: The DataSource is associated with a GridView and I have the following event:
|
| Problem Install Ajax Control Toolkit 3.5 | 27 Nov 2007 03:33 GMT | 2 |
I installed VS 2008 Professional Final version. I followed Joe Stagner video try to install Ajax Control Toolkit 3.5 into Toolbox, then I get an error message: "The following assemblies are installed SDK asssemblies, but could not be
|
| Add problem in ASP.Net 2.0 webpage | 27 Nov 2007 01:42 GMT | 2 |
I had what I thought was an intermittent add problem in VB/ASP.Net 2.0. The web page was not always adding records, but there was no visible crash or error message. After some trial and error it appeared that a record would not add unless I do an actual click on the calendar ...
|
| On 'crash-proofing' ASP.Net 2.0 code | 27 Nov 2007 00:23 GMT | 3 |
This is related to an earlier post of mine. In a general sense, how does one 'crash-proof' 2.0 webpages, especially when dealing with legacy databases? To be more specific, Visual Studio 2005 and ASP seem to be extremely unforgiving of bad or null data, especially datetime ...
|
| Sending email attachments via ASP.net | 27 Nov 2007 00:21 GMT | 1 |
Good idea? Bad? I have a client that has a bunch of random legacy perl scripts on their site for their various contact forms. They want everything converted to asp.net
|
| Submitting Form to Database | 27 Nov 2007 00:19 GMT | 1 |
I have an ASP.Net page created with a table I made to look like a form for our benefit request program. How do I code this properly to send it to a table in our database. For the sake of me learning how to do this lets just do short example
|
| VS2008 - how deploy a site? | 26 Nov 2007 23:10 GMT | 4 |
What is the best way to deploy a website created with VS 2008? (Now that web deployment projects are delayed.) I want to be able to modify the web.config file on the website. Thanks!
|
| how to troublshoot a connection problem between asp.net and sql server? | 26 Nov 2007 23:08 GMT | 1 |
I cannot connect to SQL Server at all through an ASP.NET connection on a production Windows 2003 server: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that
|
| Mass emails | 26 Nov 2007 22:32 GMT | 13 |
I need to email my client database of emails, but doing this is just too slow: ..pseud code while(have emails)
|
| Hover & code-behind | 26 Nov 2007 21:55 GMT | 2 |
I have a few buttons I need to use... I want them to run code-behind, but I also want them to have CSS hover properties. What's the best way for me to do this?
|