| Thread | Last Post | Replies |
|
| textbox inside a repeater control | 27 Jan 2006 14:23 GMT | 2 |
I have a forrm with viewstate disabled (to try and optimize network performance). I have come a bit unstuck though when I use a repeater with a textbox inside it Obivously with viewstate disabled, the repeater contains no items on
|
| I need to make me a specification list for outsourcing purposes, please help.. | 27 Jan 2006 14:11 GMT | 3 |
For near future specifications to place our ASP.NET software on a server not being ours i have to ask you a few rather simple questions. It's for professional use. We would not like to intervene with the installation that much, a simple
|
| WIERD: Cant change webconfig in 2.0? | 27 Jan 2006 14:04 GMT | 2 |
I used to be able to change minor settings in my web.config file when it was on the web server, such as <appSettings> elements. In ASP.NET 2.0 I noticed that there is a web.config AND a PrecompiledApp.config file. So, how can I change <appSettings> (or other) elements once it's ...
|
| do it in database layer or application layer | 27 Jan 2006 13:57 GMT | 3 |
I don't know how people deal with the issue in aspx pages: Let's say you have a transaction through your aspx pages, in your application program, you need to call different store procedures to insert data to different tables. In case there is one store procedure call failed,
|
| DataBoundColumn in datagrid DataFormatString is not working, why? | 27 Jan 2006 13:57 GMT | 4 |
I have a datagrid. In my datagrid I have a DataBoundColumn with the property DataFormatString set to "{0:F2}" so it should format the content of the cell to a floating number with 2 digits. It does not work, at the moment it always puts 4 digits (which is the same as before I ...
|
| how to reset a control to pre-viewstate state | 27 Jan 2006 13:39 GMT | 1 |
Given a control on a form with viewstate enabled, is there any way to reset the control to it's default values (i.e. undo any viewstate settings). I guess I could disable viewstate programmatically and then do a response.redirect(myself), but I want to do this without a round-trip ...
|
| Handeing Session and authentication timeout through callback scrip | 27 Jan 2006 13:35 GMT | 3 |
I implimented ASP.NET 2.0 Client callback script (ICallbackEventHandler) to get the result back from server without postback the page. Problem is when seesion expires or authentication times out, callback script does not do anything and hangs. If I click another key which ...
|
| DetailView | 27 Jan 2006 13:28 GMT | 3 |
How can I use a dropdownlist in DetailView? Protected Sub PeopleDetail_ItemUpdating(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DetailsViewUpdateEventArgs) ' Some hocus pocus
|
| Navigation Framework | 27 Jan 2006 13:26 GMT | 3 |
Does any know of / suggest a good framework to handle navigation in an ASP.net app? Many pages require a certain querystring parameter to work correctly and I'd like to use some sort of frameowork that helps with this.
|
| Changing the Application Domain to read correct .config file | 27 Jan 2006 13:23 GMT | 5 |
I have created a project which contains classes to read the data from the database. This project has an App.Config file which contains the SqlConnection String. when this code is called from a web application and if I need to read the connection string it is reading the ...
|
| Databindings property - I want to disable true values rather than false values | 27 Jan 2006 13:02 GMT | 4 |
As you know there is a databindings property 'Enabled' for fields in the gridview. In the custom binding section I have used the expression: Eval("myfield"). 'myfield' is a boolean field I have in my database.
|
| CheckboxList problem | 27 Jan 2006 13:00 GMT | 1 |
Checkout a little 3-minuter video i made, illustrating my problem. http://www.netkoder.dk/cl/ Any ideas? Jeppe
|
| What is different between Request.Cookie and Response.Cookie | 27 Jan 2006 12:54 GMT | 2 |
What is different between Request.Cookie and Response.Cookie? Are they independent?
|
| LoginStatus, how to modify path to login.aspx | 27 Jan 2006 09:50 GMT | 1 |
I moved my login.aspx page from root to a subdirectory and made -hopefully- all necessary changes for all Login controls. All the controls work just fine, except one. To my regret, the LoginStatus control still uses the old, root-located login.aspx intead of
|
| ActiveX | 27 Jan 2006 07:51 GMT | 3 |
ASP.NET 1.1 + IE I have the following code this.butCreateLetter.Attributes.Add("onClick", "return CreateLetter();"); This code Excecutes the following JScript
|