| Thread | Last Post | Replies |
|
| Delete a file on the server within a web application | 17 Jun 2008 18:13 GMT | 3 |
Hi just wondering if anyone knows how to delete a file on the server from a web app, using c# vs2005, thanks.
 Signature Paul G
|
| Forms authentication and Assembly.LoadFrom | 17 Jun 2008 18:04 GMT | 1 |
I am trying to load assemblies from a ASP.NET application using Assembly.LoadFrom with an Url. I don't use Click Once because it seems not to work with Forms Authentication.
|
| How to ensure "child" ascx control loads before parent Load | 17 Jun 2008 17:57 GMT | 1 |
I have a .ascx control which holds company information which can be edited. One of the controls inside this is an Address control. The address control has country and state dropdowns loaded. When I open the page in edit mode, I want the company control to pre-select the
|
| How do you force all rows of a gridview to be in 'edit' mode? | 17 Jun 2008 17:53 GMT | 1 |
I have a gridview to which I want to add a column of checkboxes. I could make every row have an UPDATE button, which would mean that the user would click on that button and then the previous column would go into editmode, and he would be able to check the checkbox. But I
|
| Prompt for username/password opening PDF | 17 Jun 2008 17:39 GMT | 7 |
We have an application that displays the content of a file based on the file name suffix, e.g. if "pdf" it uses Response.ContentType = "application/pdf" and then to display it it uses
|
| Drag n drop between windows and website | 17 Jun 2008 17:18 GMT | 2 |
I have a customer who wants to be able to drag file from the windows explorer on to a treeview in a web site. Can this be done?
|
| Events | 17 Jun 2008 17:08 GMT | 1 |
Hi, I have a web form page with a control on it. However I would like to know when the Search button on the control has been clicked. On my parent form I have the following <html xmlns="http://www.w3.org/1999/xhtml" >
|
| TextBox and Uppercase | 17 Jun 2008 16:51 GMT | 4 |
I'm a newbie with asp.net I need to transform a user textbox to uppercase, when typing. Is this possible? I read about Ajax Maskedit, but it is only to certain formats, like
|
| C# code within HTML | 17 Jun 2008 16:29 GMT | 3 |
I have a HTML menu that I want to add some C# code around which will include a variable declaration and an if statement. How do I add this code within my HTML? *If statement here, if true then show div
|
| Return value after Exit function | 17 Jun 2008 14:42 GMT | 3 |
I’m new to ASP.NET I have written a function with a return value. If the arguments to the functions are invalid means I’m giving exit(0)
|
| Advanced Session State | 17 Jun 2008 12:43 GMT | 2 |
I have a static class member that returns the ID of the current user. When it is called, it checks if the value is already stored in the session state, if it is, that value is returned. Otherwise, Membership methods are called to obtain the ID, that value is stored in the session ...
|
| Regular Expression for UK Phone numbers? | 17 Jun 2008 12:31 GMT | 2 |
Hi. Has anyone a reliable regular expression for UK phone numbers? Done the usual google search and on regexlib but so far nothing seems close to actually working.
|
| compile error : using system.link | 17 Jun 2008 10:39 GMT | 4 |
Hello NG, as a newbie I am learning about asp.net 3.5. To do this I bought a book form Microsoft Press (ASP.NET 3.5 Step by Step). Also I prepared me a Windows Server 2008 with IIS 7.0 in a VM to test the
|
| Need Enter key to trigger post | 17 Jun 2008 04:01 GMT | 6 |
I have a function that looks up a SQL table to see if a search term matches. It works fine but so far there are two things yet to work: 1) After entering a search term and pressing Enter, nothing has been happening. It has only been searching when I click the Search button.
|
| Java script memory leak | 17 Jun 2008 03:00 GMT | 2 |
I have a web app running on the windows CE device. In one of the asp.net pages - it has javascript code. That seems to have a memory leak. When I run the web app - in about one hour, the app hangs. I looked at the memory and it seems to be full.
|