| Thread | Last Post | Replies |
|
| CMS suggestions? | 19 Sep 2007 08:54 GMT | 6 |
I'm looking for a CMS that fulfills the following: 1) Is ASP.NET based 2) Free / commercial, but without any sort of license required 3) With source code included
|
| Newbie question: Maintaining State | 19 Sep 2007 08:44 GMT | 2 |
I'm just learning ASP.NET & would like to know how I can maintain he value of a variable. For example, say I start off with the variable value of 10 & for every click I want to increment it by 1. How can I save that state between clicks &
|
| When user press F5 after a button click event, the click event fires again! | 19 Sep 2007 06:37 GMT | 2 |
I have a simple form with a button on it. After a button click postback, anytime user press F5 (browser page refresh), the button's OnClick event handler is called again without the button actually be pressed! Is this a bug in ASP.NET? Is there any technique to prevent that?
|
| Measuring Cache object sizes in ASP.NET 2.0 | 19 Sep 2007 03:07 GMT | 2 |
I have an ASP.NET web application with some memory issues. I am trying to quantify the amount of memory being used by the application's Cache. I would also like to see the size of individual Cached objects. I have searched the web and have come up empty on the
|
| Using the TextBox's TextChanged event from inside a DataList | 19 Sep 2007 02:39 GMT | 1 |
I have a DataList that contains TextBoxes. I want to postback when the TextChanged event occurs. I have the TextBox's AutoPostBack property set to True, but it does not seem to be doing a postback. I would expect this to bubble up to the DataList's ItemCommand event, but this ...
|
| Question On A Web Control | 18 Sep 2007 23:00 GMT | 2 |
If this is already posted, please excuse me, I sent it to the server but it never appeared Im using ASP.NET 2.0 and I have a repeater question. I am trying to make a change to the ItemTemplate in the itemdatabound event.
|
| ASP.NET Image tags with local src values | 18 Sep 2007 22:16 GMT | 2 |
I've never had to do this before... I have a web app that needs to look for image files outside the web site folders if it is run on localhost but look for the image files in sub folders of the web site if run anywhere else. And yes, there
|
| Display a javascript alert in an ajax call | 18 Sep 2007 20:53 GMT | 3 |
I've got a button in an update panel. In the click event of the button (server side code), I perform some logic and under certain criteria I want to display an alert to the user. I've tried several things like adding an onload javascript event to one of the controls in the ...
|
| ASP.NET 2 Login control | 18 Sep 2007 20:42 GMT | 1 |
I'm trying to use the ASP.NET 2 Login control to authenticate users held in a SQL Server database. Is it possible to implement a finite session period of say 20 minutes after which time the user is prompt to re-enter their credentials? Is there any way to do it without setting ...
|
| Frames | 18 Sep 2007 19:54 GMT | 2 |
I have a table with three columns. I want that other web pages are opened in the middle column whereas the first and third columns remain intact. How to do this?
|
| Control to display articles (long text) | 18 Sep 2007 19:49 GMT | 1 |
I have a table on Web form. In a column, I want to display articles posted by other users. Which control should I use so that it can be linked with the SQL Server Table.
|
| Placing Comments in Aspx Pages | 18 Sep 2007 18:53 GMT | 5 |
How do I place comments in aspx pages that are subscribed to master pages? This is going to be necessary as all source code pages must have copyrights/author information etc...
|
| WWF + SMC | 18 Sep 2007 18:00 GMT | 2 |
We are in the begining of the project which has various stats for of the entity. Using Windows workflow foundation I can achive this functionality of stats (though im a newbee in it)
|
| SqlDataSource - CRUD options grayed out | 18 Sep 2007 17:35 GMT | 1 |
Using Net 2 0 and VS 2005 and MSSQL 2000... I am a newbie to ASP. I am trying to created a screen to manipulate a table - CRUD commands. The problem is the checkbox to autogenerate the CRUD commands is grayed out.
|
| how do i generate the page prerender event in visual studio 2005 | 18 Sep 2007 17:16 GMT | 5 |
I know how to do it in vs 2003, please help!
|