| Thread | Last Post | Replies |
|
| javascript global variable | 01 Apr 2008 16:17 GMT | 2 |
hey all, does each user get it's own copy of a javascript global variable? thanks, rodchar
|
| where do i get material on dbms? | 01 Apr 2008 11:53 GMT | 2 |
|
| how to refresh contents of UpdatePanel using call from outside of | 01 Apr 2008 11:14 GMT | 3 |
(in .NET 2.0 with AJAX extensions) I have an UpdatePanel on the form. Now I want to use a link outside of my UpdatePanel to make it to update (asynchronously) and also send some(at least one ) parameters.
|
| Delete record | 01 Apr 2008 10:56 GMT | 1 |
private void dgMygrid_ItemCreated(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) { Button bDelete=(Button)e.Item.FindControl("btnDelete");
|
| ResetPassword Requiring passwordAnswer | 01 Apr 2008 09:48 GMT | 1 |
I have a site that is using membership as provided with ASP.NET. I have a page to reset the password, that is only available to the site administrator. I have RequireQuestionandAnswer set to false. web.config entries
|
| How to have .NET framework 3.5 on web server? | 01 Apr 2008 08:22 GMT | 2 |
My company web server is still run with .net framework 3.5. Recently, we convert our web projects to .NET 3.5 (VS 2008). I'd like to know how to get .net frame work 3.5 for the web server. Re-install framework for the server or something to do with IIS? I do not know.
|
| Modifying Data in a GridView Web Server Control | 01 Apr 2008 03:01 GMT | 3 |
The title of this post is the subject of an MSDN article at: http://msdn2.microsoft.com/en-us/library/c4245bb4(VS.80).aspx The article describes generating a sqldatasource that has select, update, delete, and insert statments and basically accomplishing maintenance through
|
| Still getting prompt for password on jpg files | 01 Apr 2008 02:31 GMT | 1 |
We have an asp.net web site (intranet) that has documents and photos on a separate server that is part of the same domain. We have added NETWORK SERVICE user account with rights to the security permissions of that folder on the other server but are still getting prompted for a ...
|
| web site config : ASP.NET version 3.5 | 01 Apr 2008 02:27 GMT | 1 |
I installed .NET Framework 3.5 In IIS, I expected the web site properties ASP.NET tab to include 3.5 as an option in the "ASP.NET version" dropdown, but it does not.
|