| Thread | Last Post | Replies |
|
| Form authentication and html files | 22 Jun 2006 10:57 GMT | 2 |
I have an Asp.Net 2.0 application using form authentication. I want the html pages be protected by the authentication system too. The accessing of html files need to be authenticated in my local system. However, it doesn't after I uploaded the files to my web host site.
|
| inserting record with arraylist | 22 Jun 2006 10:09 GMT | 1 |
if anyone can help about inserting records into datagrid from arraylist. e.g i have a following sample,please anyone sujjest what can i change in it to make it better
|
| CompositeControl class failing to register postback | 22 Jun 2006 09:47 GMT | 2 |
I have an abstract class called SimpleControl and then I have descendant classes, for example StringControl. In my SimpleControl I am calling Page.RegisterRequiresPostBack(this) in OnInit method.
|
| Connectionstring User and Password Not Being Used | 22 Jun 2006 08:53 GMT | 3 |
Got a real problem here and I can't figure it out. I set up the connection string to my database in my web config file, do it right by the book, and retreive it using the ConfigurationManager.ConnectionStrings("string").ConnectionString property. I
|
| Server.Transfer with url change | 22 Jun 2006 08:37 GMT | 3 |
Hi; I would like to do the equivilent of a Server.Transfer() so I can pass data along in the context. But I want the new url to show like a Response.Redirect() - but that loses the data I stuffed in Context.
|
| get client user culture info | 22 Jun 2006 08:27 GMT | 1 |
Hi; How do I get the client user culture? I need to get the names for the weeks/months, num days/week, months/year, days/month, etc to display date selections to the user correctly.
|
| TreeNode open & close clicking caption | 22 Jun 2006 08:02 GMT | 1 |
Im using an ASP.NET 2.0 TreeView control on a web page with an Xml MapSiteMenu. Some nodes does'nt have url property (just acts as container of other children nodes). My question is:
|
| Please help : WebParts won't show up in IE | 22 Jun 2006 07:59 GMT | 1 |
I've been reading a book about webparts and am now trying some of the examples from the book, but I crash on the first, most simple (following) example : I create a new website in VS2005
|
| Any page with a WebPartManager on it won't show up in IE | 22 Jun 2006 07:59 GMT | 1 |
I've been reading a book about webparts and am now trying some of the examples from the book, but I crash on the first, most simple (following) example : I create a new website in VS2005
|
| Master page and CSS link strange problem. | 22 Jun 2006 05:56 GMT | 3 |
I have the following code in my master page: <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
| PP: Testing Localization + Globalization | 22 Jun 2006 05:09 GMT | 1 |
Is there any easy way to validate if my current code base fully support Localization + Globalization? 1. Any tool to scan all my code base files (aspx. cs,...) and identify if there are any hard-coded messages, which needs to be localized
|
| X and Y coordinates of Link Button | 22 Jun 2006 02:31 GMT | 1 |
I know you can do it with an ImageButton... but i'm bound by the fact that i'm using a third party control with a link button, i'd really like to get the X and Y coordinates of the control so that i can position a pop over div appropriately on the click (using ajax).
|
| How to display last entry point after a postback? | 22 Jun 2006 01:06 GMT | 1 |
How can I make a long web page display at the last point of user entry after postback? Thanks, Keith
|
| Should I use Protected Configuration? | 22 Jun 2006 00:34 GMT | 4 |
As many other people I have to make a decision on how to store my connectionString. I'd like to use the new Typed DataSets. And I can not use integrated security with our Oracle database. So what is a little programmer to do?
|
| Change password using Forms Authentication | 21 Jun 2006 23:15 GMT | 2 |
Hi there! I'd like to know if anyone out there can give me a helping hand. I've developed an asp.net application that uses Forms Authentication. Question: I'd like to give users the ability that after every 30 days, they must
|