| Thread | Last Post | Replies |
|
| web.config, HTTP Module, and the GAC | 28 Apr 2006 15:58 GMT | 1 |
I have a web.config in the root of my website, in the web.config I have defined an HTTPModule that is to be loaded into any application under the website. Also defined in the web config is a custom configuration section, and the custom section points to a file, the file is in the ...
|
| Format SQL query string using asp:loginname | 28 Apr 2006 15:58 GMT | 3 |
ASP.NET 2.0/ SQL Server 2005/ Login Controls Does anyone know how to format a SQL query string using asp:loginname in the WHERE clause? Alternatively would I need to store the login name upon login w/in a
|
| works but it doesn't work | 28 Apr 2006 15:03 GMT | 4 |
hey all, i working with the Publisher object model in an ASP.NET page. When I'm working with my project locally everything works fine. However, when I deploy the application to my app server, it won't work for the clients. Any reason
|
| CheckBoxField in GridView Tasks - Edit Column can it be a CommandField too? | 28 Apr 2006 14:39 GMT | 2 |
Given the update query UPDATE Columns SET Include_in_Report = @Include_in_Report WHERE (ID = @Original_ID);
|
| replicate standard html form post functionality | 28 Apr 2006 14:32 GMT | 4 |
I'm trying to translate a page into asp.net 2.0.. The options I need are e.g. action='some webpage', method=post, enctype='enctype' etc... the file is supplied by a standard file input dialog.
|
| javascript doesn't work with my button | 28 Apr 2006 14:26 GMT | 7 |
first off, I'm using .Net framework 1.1 with ASP.net and C# I'm trying to do something very simple...but I can't figure it out I have an <asp:button runat="server"> in the test version of my app that is essentially a backdoor for changing the class of user inside the application
|
| Know about news groups of visual studio.net 2005 | 28 Apr 2006 14:15 GMT | 7 |
I want to know about news groups of visual studio.net 2005 . regards micheal
|
| How to map XML to .NET class? | 28 Apr 2006 10:19 GMT | 2 |
I was given an XML (see below) already in string format, is it possible to map the data to an Array of a .NET class? I read some article about XMLDataDocument and XMLReader, but never talk about mapping... help. It would be cool if I can get data fill out like this from XML..
|
| ASP.NET Membership: Where are the Roles Stored? | 28 Apr 2006 09:54 GMT | 2 |
I'm in the middle of implementing ASP.NET membership and role-based authentication using the new ASP.NET 2.0 Membership and Roles classes/database and was stuck on the following: When using the Security Setup Wizard to add rules for directory access
|
| Login Control .NET 2005 | 28 Apr 2006 09:50 GMT | 1 |
I have a problem with displaying the "CreateUserUrl" property of the Login control on a Content Panel. I do not know what the reason is except for that particular property, everything else works like FailureActionText, etc. Also I have tried to add a hyperlink
|
| Loop through all fields in a single record? | 28 Apr 2006 09:46 GMT | 4 |
In ASP, I can do it with For Each objField In rsValue.Fields //do something with objField.Value Next
|
| rounding values to the nearest 5 or 10 | 28 Apr 2006 09:29 GMT | 4 |
any help with this one? i have say, numbers which i'd like to be rounded to the nearest 5 or 10, example: 147.24 -->>150 181.99 -->> 180
|
| how to convert string to money(sql db) | 28 Apr 2006 08:54 GMT | 1 |
how to convert string to money before to insert to sql serve(sql db)
|
| the best way to redirect to another website | 28 Apr 2006 08:51 GMT | 4 |
I need to pass some secure information (using ssl) to another website (different domain) and at same time redirect user to that site. What is the best way to do it? Thanks. DT
|
| Codefile directive validity with @Application ? | 28 Apr 2006 08:21 GMT | 4 |
In my Global.asax file, I have only an @ Application directive like <%@ Application Language="C#" Inherits="WT.Global" CodeFile="Global.asax.cs" %> Visual studio complains saying that CodeFile is no valid for Application but
|