| Thread | Last Post | Replies |
|
| Multiple CancelControlID using AJAX ModalPopupExtender | 08 Jan 2007 16:38 GMT | 1 |
Hi, I have a scenario where I display a modal popup, and have two button controls that should fire the cancel event for the ModalPopupExtender, however this control can only accept one such Cancel control ID.
|
| How could I add a tooltip to an iframe ? Also, the tooltip contents has to be determine @ run-time ! | 08 Jan 2007 16:11 GMT | 1 |
1. OnLoad I populate a <select... html control with the doc files in some folder. 2. The user selects one of the files in the combo, and 3. In an IFRAME I show a preview of the selected word document.
|
| Integrating asp.net 2.0 and outlook 2003 | 08 Jan 2007 15:54 GMT | 3 |
I'd like to add tasks, appointments, etc using c# to outlook For example i added reference using OutLook = Microsoft.Office.Interop.Outlook; and the code:
|
| HTML Decoding | 08 Jan 2007 15:22 GMT | 2 |
Hi Gang, I have text that I am putting into a label that has been custom formatted by a text editor and looks like this: Some outside text <crl>Some inside text</clr> Some outside text
|
| Static Method returns DataReader | 08 Jan 2007 15:19 GMT | 4 |
I know that the kind of question below has been asked several times....however I need a clear answer in my specific situation. I have 2 methods. One returns an SqlDataReader and the other returns a DataView. I was considering making them Static methods, so as to avoid
|
| ABCPDF --> HTML to PDF | 08 Jan 2007 15:16 GMT | 1 |
I got the HTML conversion to PDF working with the AddImageHtml. The HTML has a reference to an image (<img src="logo.gif">) This image isn't converted into the PDF. I tried the AddImageUrl, as stated in the help, but this isn't working
|
| ASP.Net 2.0 'Register' Issue | 08 Jan 2007 13:57 GMT | 2 |
Hey All, The code below worked fine in ASP.Net 2003: <%@ Register TagPrefix="CustomValidators" Namespace="CustomValidators" Assembly="MyAssembly" %>
|
| Open new window fromn ASP.Net and pass parameters | 08 Jan 2007 12:09 GMT | 1 |
I have an asp.net page with three Drow-Down-Lists and a Gridview server control. I want to open a new window from this page and open another .aspx page in this window. I also want to be able to pass the 'SelectedValue" property of the gridview and Drop-Down-Lists into the new ...
|
| System.Threading.ThreadAbortException: Thread was being aborted. | 08 Jan 2007 11:16 GMT | 2 |
I am develloping an asp.net 2.0 application. For some tasks (daily notifications to users via email), we use background threads. I rather have this task as background thread of the asp.net application and not as a service as as the installation procedure of a service on the ...
|
| Listbox move multiple selected items to second listbox | 08 Jan 2007 11:16 GMT | 2 |
Hi, The following code has been successful for me in the past and i just can't figure out where I'm going wrong. When I debug I keep getting the two top items as selected even though there are not selected and the selected items are ignored. I'm using ASP.NET 2.0 and using two ...
|
| Offsetting timezones | 08 Jan 2007 10:37 GMT | 5 |
My website is hosted in the States (EST), but the website itself is targeted for UK users (GMT). How can I offset the time so that the server reports it as GMT when my ASP.NET app needs to find out the current time?
|
| AJAX.net modal popup | 08 Jan 2007 09:10 GMT | 3 |
I'm using the MS AJAX libraries to achieve a modal popup window. Prior to using the toolkit control, I have a gridview and detailsview objects visible on the page.. when the gridview row is selected, the detailsview updates (in a seperate updatepanel - no full refresh)
|
| HttpWebRequest never terminates | 08 Jan 2007 08:19 GMT | 2 |
I'm working on a webdav client which makes multiple webrequests using the threadpool. The initial issue was that some requests never returned, though I could attach to the application and see they were still blocked at
|
| Alter Values in ListBox | 08 Jan 2007 06:41 GMT | 2 |
A ListBox lists all the files & directories existing in a directory on the server. If an item in the ListBox happens to be a directory, then the name of the directory is appended with the text [DIR]. Similarly, if an item in the ListBox happens to be a file, then the name of the
|
| RegularExpressionValidator that limits the number of characters that can be entered | 08 Jan 2007 06:36 GMT | 9 |
I have several TextBoxes with TextMode="MultiLine" in which I want to limit the number of characters that can be entered using a RegularExpressionValidator. I have come up with the following ValidationExpression:
|