| Thread | Last Post | Replies |
|
| Are you using the gridview controls automatic paging functionality? | 25 Sep 2006 12:37 GMT | 1 |
If I have a table with 500.000 records will it be smart to use the automatic paging functionality included in the gridview control? How can this work? Does'n the gridview control need to load the whole table into a datasource and then filter out the page it want to
|
| Centralized resource files | 25 Sep 2006 12:19 GMT | 1 |
Centralized resource files Hi, We are considering to migrate our custom asp.net localization procedure, to one that stored .Text properties of controls in a SQL database, towards the
|
| When are the FormsAuthentication class' configuration settings read? | 25 Sep 2006 11:55 GMT | 1 |
I'm writing a HttpModule which is going to require certain settings in the FormsAuthentication configuration (for example, I need to ensure enableCrossAppRedirects = true). Now my best effort so far has been to run through the configuration
|
| method or property is not available because a document window is not active. | 25 Sep 2006 11:42 GMT | 4 |
hi experts, im doing some staff bween th the aspx + MS Word.chellcheck, and and which running on my ypc is no problem ( windows xp , activation by ASPNET ), buts someshow when i try to deploy to server ( windows
|
| Incorrect HttpWebResponse.CharacterSet | 25 Sep 2006 11:20 GMT | 6 |
My Page contains this: <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> i used this code to retrieve the page: HttpWebResponse webresp = (HttpWebResponse)(webrq.GetResponse());
|
| Name generation issues between 2000 Server and 2003 server | 25 Sep 2006 10:57 GMT | 3 |
Not sure if this has been covered before....... I have an issue with an asp.net application running on Windows 2000 server and Windows 2003 server:- The name generation of html objects (ie input buttons etc) is
|
| How to mix ContentType in same page? | 25 Sep 2006 09:01 GMT | 8 |
If I would like to place in a page both text and image, is it possible? And, in case, how would I correct the following code ? 'tetx
|
| Form Table Printing Issue with background colours | 25 Sep 2006 08:51 GMT | 4 |
Ive created a aspx form using tables and flowlayout, I've set the background colour on certain rows, which show great in the browser, however when i use print preview the colours
|
| Atlas & ASP.net | 25 Sep 2006 07:23 GMT | 4 |
I'm trying to implement a gridview control using atlas & asp.net per the following article: http://weblogs.asp.net/scottgu/archive/2005/12/26/433997.aspx My frustration is that the page I've written seems to work fine on my local
|
| Problem with accessing class in APP_CODE folder | 25 Sep 2006 07:14 GMT | 2 |
I am trying to use APP_CODE folder for all my class files under VS 2005. After adding APP_CODE in the solution explorer, I added a new web page by right clicking project and selecting add new item. I expected the code behind file (Default.aspx.cs) to automatically go under ...
|
| include ... | 25 Sep 2006 06:20 GMT | 1 |
In the ASPX code I use this (I know is not the best way) : <!--#include file ="file.inc"--> I'd like include an another file (file1.inc, file2.inc, ....) depending of a parameter from URL.
|
| can't retrieve connection string from web.config | 25 Sep 2006 06:10 GMT | 2 |
.net 2.0 can't retrieve connection string from web.config, always returns error message -- what's missing ?? ======web.config ========= <appSettings>
|
| Creating a form off of multiple tables | 25 Sep 2006 05:24 GMT | 2 |
I have a table that has several foreign keys. How do I set up an update form so that those foreign keys become drop-down lists. In other words, I want the drop down list to populate the possible values from one table, but the selected value comes from another.
|
| Cannot access custom attributes in Firefox / Opera | 25 Sep 2006 05:14 GMT | 1 |
When I add custom attributes to a TextBox, I can read them out in javascript under IE6. For example: in C#
|
| Which update button is clicked in FormView ItemUpdated event? | 25 Sep 2006 03:46 GMT | 4 |
I have 2 update buttons in my FormView ('Apply' and 'OK'). I want both buttons to update the data source but the 'OK' button should redirect afterwards. I can see which button is clicked in the ItemCommand event but I can't
|