| Thread | Last Post | Replies |
|
| scheduled emails asp.net framework 3.5 | 14 Oct 2009 15:53 GMT | 4 |
Hello, I have a question: In Microsoft Outlook, message options -> Delivery Options there is the option "not deliver before:". You can apply the same functionality with System.Net.Mail in Asp.Net
|
| Gridview - hide select column | 14 Oct 2009 08:45 GMT | 1 |
All, Within the GridView is it possible to hide the select column of a GridView, but still have the ability to 'select' a row. TIA
|
| convert string to datatable | 14 Oct 2009 08:33 GMT | 1 |
I have a string it contain following string . <taSopLineIvcInsert><SOPTYPE>2</SOPTYPE><SOPNUMBE>123456 </SOPNUMBE><CUSTNMBR>345</CUSTNMBR><DOCDATE>10/10/2009</DOCDATE><ITEMNMBR>2342</ITEMNMBR><UNITPRCE>5.20</UNITPRCE><XTNDPRCE>10.40</XTNDPRCE><QUANTITY>2 ...
|
| Page Title | 13 Oct 2009 20:12 GMT | 3 |
I have a "Master" page and I have 2 pages created from that master. I want my page title to change with each page. If I do this in the master <head runat="server">
|
| Just adding some detail support... | 13 Oct 2009 16:56 GMT | 1 |
Here's the CSS that's I have now: .leftnav { float: left;
|
| How to apply CSS to visited item in menu control? | 13 Oct 2009 16:54 GMT | 1 |
I have a menu control that is formated with CSS. I have used the *MenuItemStyle, *HoverStyle, & *SelectedStyle (* = Static and Dynamic) properties to associate the appropriate CSS class to the menu items - and these are all working great, but can't see how to set a visited
|
| Enabling dotnet aspx content on IIS6 | 13 Oct 2009 15:20 GMT | 3 |
I sure that this has been ansered previously, but my searches have come uo empty. Could someone point me to a resource that will explain how to enable dotenet content (aspx) in IIS6?
|
| AJAX enabled WCF Service Vs Standard WCF Service | 13 Oct 2009 15:13 GMT | 1 |
In Visual Studio 2008 there is an new item template called something like "AJAX enabled" WCF Service along with just the standard WCF Service template. Can anyone explain to me what the actual difference is between the two?
|
| asp:FileUpload seems to give me the filename but not the complete path. | 13 Oct 2009 15:01 GMT | 5 |
<asp:FileUpload> seems to give me the filename but not the complete path. I'm guessing that it a security thing and I can't get it. Is that correct? Thanks
|
| .net 2.0 mess | 13 Oct 2009 13:54 GMT | 23 |
I have a w2003R2 server 32bits whose .NET 2.0 is messed. Under CPannel, add/remove/WinComponents, .NET2.0 shows as uninstalled. I select the item, click OK, it installs but apparently nothing is installed. Coming back to WindowsComponents it remains unckecked.
|
| Adding LinkButton Controls to a BulletedList | 13 Oct 2009 00:41 GMT | 9 |
I want to dynamically create an unordered list where each item is a link that posts back to the source page. I thought it might be nice to use a BulletedList control for the list, and create LinkButton controls for each item in the list. But the BulletedList
|
| .NET (Content Management) - Best way to push images from offline to online | 12 Oct 2009 21:55 GMT | 5 |
I'm a new bie to .NET, working on a CMS project. The .NET CMS application is hosted on a local server (Production server connected to an ADSL Network). I have created an interface for Resource gallery (for the Images that
|
| Best pratices for long(ish) running processes | 12 Oct 2009 20:21 GMT | 1 |
I'm hoping to find best practices for implementing an asp.net process, for many 1000's of users, that is mainly "waiting" for data from an external service. Platform is c#, IIS, asp.net 3.5, sql server 2005. Note that processing is mostly taken up waiting for the external web ...
|
| How to force CheckedChanged method to fire? | 12 Oct 2009 17:30 GMT | 1 |
I have a set of checkboxes and i'd like to make some of them to get automatically checked, upon checking of others. Example:
|
| possible to link open sessions to users? | 12 Oct 2009 16:02 GMT | 1 |
There doesn't appear to be a way to link a logged in user id to currently open sessions when using an ASPState database in SQL Server to track session state (I'm looking at ASPStateTmpSessions table). Maybe I'm looking in the wrong location? Or will I need to customize?
|