| Thread | Last Post | Replies |
|
| managing an ftp server | 04 Feb 2008 18:07 GMT | 1 |
i'm sorry, but i've posted this before by accident already into another group. here goes: in our webproject we'd like to offer the users a way to upload files to our server via ftp. so what i need to do is the following:
|
| Web Service error | 04 Feb 2008 18:01 GMT | 1 |
Hi I have a web service that calls the Site Server 2008 web service returning an error 'An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full 194.129.129.3:80 ' This is the web service method.
|
| Textbox with a dropdownlist custom control | 04 Feb 2008 17:45 GMT | 3 |
Does anyone know of a control that is a texbox that contains a dropdownlist. I need to be able to type into the textbox, if there are any matches in the contained dropdownlist (matching on starting characters of the
|
| Gridview & Dynamic Formatting | 04 Feb 2008 16:56 GMT | 1 |
I am trying to dynamically format a gridview based on results. basically I'm saying if the datasource does not returns the same number of records as another datasource (iNumberToMatch), I want the gridview in red. But it is
|
| Apache and .Net | 04 Feb 2008 16:55 GMT | 4 |
Has anyone installed Apache on Windows XP and used it for .Net applications? If so how does it work. Lars
|
| Forms Authentication,Login&Password is clear text through the netw | 04 Feb 2008 16:51 GMT | 5 |
I have a question about asp.net Forms Authentication: When User Login from client to web server, the UserName&Password is clear text or not if we do not use SSL. Thanks!
|
| Which API or function calls IE when clicking on their context menu Item Save Image As..? | 04 Feb 2008 16:37 GMT | 1 |
I am in search of a control that can save image form my webpage. On that web page I am using my own context menu and I disabled the default context menu of IE. Now I want the same functionality as given by IE context menu item save Image as!
|
| issue when converting C#.net code into vb.net | 04 Feb 2008 14:55 GMT | 3 |
I am facing problem when i am converting C#.net code(Delegate concept) into vb.net. I am unable to do that . Can someone help me to solve the problem. I am providing my C#.net code. ==================================my code is :-
|
| How to inject JS messagebox code without messing the looks of the page ? | 04 Feb 2008 14:26 GMT | 2 |
Hi. I have this very big question mark: In the rowupdating event of a gridview I need to cancel the updating and to inform the user why that happens, like in this code: protected void GridView1_RowUpdating(object sender,
|
| AJAX UpdatePanel - IsInAsyncPostBack and IsPostBack returning false | 04 Feb 2008 14:06 GMT | 3 |
I have an asp.net webpage. On that page, there is an update panel with several check boxes in it. Each of those check boxes has an autopostback="true" attribute set and a method attached to it that performs some logic on the page.
|
| Time conversions from EST with daylight saving to GMT | 04 Feb 2008 13:38 GMT | 3 |
I have a web application that will be hosted on servers with timezones configured to EST with daylight saving. My application takes an XML datafeed that contains times in GMT (also with daylight saving that will change on different dates to EST)
|
| How and where do i assign "Selected" to menuitem of asp:menu control on page load? | 04 Feb 2008 12:26 GMT | 2 |
I have menu bound to sitemap file. This is a piece of code <asp:menu ... > <StaticItemTemplate>
|
| SMTP "Relay Denied" on localhost! (windows server 2003) | 04 Feb 2008 12:03 GMT | 5 |
I get a really odd error while using SMTPClient.Send() function in ASP.Net. The error is the following: Dim smtp As New Net.Mail.SmtpClient("smtp.thetotalsite.it", 25) Dim bodyMSG As String
|
| Registering a virtual directory with a web application. | 04 Feb 2008 11:46 GMT | 3 |
I have got an ASP.Net 3.5 web application running on IIS containing a virtual directory. The virtual directory is a shared controls library. What I was wondering is there any way of registering the virtual directory in Visual Studio 2008 so that the IDE doesn't complain about
|
| Can I integrate wordpress in ASP.NET | 04 Feb 2008 10:37 GMT | 3 |
i want to use wordpress in my C#.net website ,,so is it possible to use ? b'coz wordpress requires Php, mysql & apache... If not then which DOTNET blog tool is best which can provide much same functionality of wordpress blog tool..
|