| Thread | Last Post | Replies |
|
| Unable to redirect after login | 08 Jun 2007 20:37 GMT | 1 |
After logging-in, I am not able to redirect to target.aspx. I am using System.Web.UI.WebControls.Login class in a simple sample code for Form based authentication . Redirecting to target.aspx works when I use either
|
| Url rewriting and Internal server error on Google crawlers. | 08 Jun 2007 20:19 GMT | 3 |
I use Url rewriting on my website and my website works normally , but I don't know why Google crawlers can not read my pages . For example look at address below : http://www.labkhandha.com/Article/265/default.aspx
|
| Forum and read tag | 08 Jun 2007 20:06 GMT | 1 |
I'm currently developping a forum for my web site and I wanted to include a "read tag" feature to it. This forum stores it's data in a SQL Server 2005 database. I've seen on my forums that when you log-in as a registered user, you have forums marked with a special icon or color ...
|
| Session variable being cleared--why? | 08 Jun 2007 19:40 GMT | 1 |
When I visit a specific web page, Request.aspx, for some reason my session variables are cleared. I noticed that there is a "EnableSessionState" property on the document object that has three allowed states "True", "false" and "Readonly". I
|
| why does the amount of visitors not decrease? | 08 Jun 2007 19:27 GMT | 4 |
i want to get the amount of visitors online. I did this in global.asax I tested it by opening several browser sessions. The amount increases, but never decreases, when i close some browsers.
|
| Puzzling behaviour for dynamically added command buttons.... | 08 Jun 2007 18:14 GMT | 2 |
Hi. I have a page with the following html: __________________________________________________________ <h1>Dynamic Controls Test</h1> <hr />
|
| Prevent update on GridView | 08 Jun 2007 18:09 GMT | 1 |
I have a GridView for editing dropdown selection tables. The tables do not allow null (empty) text. How can I avoid running the update if a user blanks out the TextBox? I am thinking I need to use the OnUpdating method but I'm not sure how to refer to the current TextBox. ...
|
| Parsing a text file | 08 Jun 2007 17:53 GMT | 22 |
Whats the best way for me to pull out records from a tab delimited text file? Or rather HOW do I parse the text, knowing that the tabs are field delimiters and a return (I image) signifies a new record
|
| How to tell if gridview row is in edit mode | 08 Jun 2007 17:30 GMT | 1 |
I know its probably a simple answer, but I can't find it... How do you tell if the current row in a gridview is in edit mode? The control doesn't seem to have a 'currentMode' property like detailsview. Thanks,
|
| ThreadAbortException in Load Balancing | 08 Jun 2007 16:10 GMT | 1 |
This question may look silly. We have a cluster of Frontend ASP.NET Web Service calls other cluster of other ASP.NET Web Services. There is a hardware F5 BigIP load balancer between these two clusters. The topology is like below.
|
| How to implement a automatic login function | 08 Jun 2007 16:05 GMT | 10 |
In my project, now I am using a asp.net login control and a customized membership provider to do the form authentication. Now I want some function that user can skip the login form and be authenticated and login the system automatically base on the username and password already ...
|
| Sending sortExpression as sql command parameter? | 08 Jun 2007 15:31 GMT | 3 |
When running an sql stored procedure, is it possible to pass in the sortexpression as a parameter? When I try it all the other parameters operate as expected, but the rows are not sorted. The paging works ok, but not the sorting.
|
| File location for asp.net project | 08 Jun 2007 15:07 GMT | 2 |
When building a new asp.net project in VS 2005 (using file/new/Website) the solution file is always named with the name specified for the project and located according to the default settings. I want to have the sln file in the same directory as the rest of the web
|
| dropdownlist with several columns | 08 Jun 2007 14:48 GMT | 1 |
Is there control for web which looks like as simple dropdownlist, but when selected it shows several columns instead one as standard dropdownlist does? The example of similiar control can be found in MS Access application
|
| Is there a way to do this with web.config? | 08 Jun 2007 14:41 GMT | 7 |
So, I don't have to keep adding the following lines to each of my code-behind pages: using System.Data.Sql; using System.Data.SqlClient;
|