| Thread | Last Post | Replies |
|
| Thread was being aborted. | 21 Sep 2006 17:57 GMT | 3 |
I have a aspx page and a code behind source. I want to discard the aspx web form and create a new page from the code behind source. So I do:
|
| ViewState Question | 21 Sep 2006 17:57 GMT | 2 |
I assign the ViewState with some values that disappear when the page is loaded again what can I do to preserve the values? Thank you, Samuel
|
| How to change a controls SkinID at runtime (asp.net 2.0) | 21 Sep 2006 16:44 GMT | 1 |
I am toying around with Personalization in asp.net 2.0 and would like my users to be able to choose a SkinID at runtime. I have a theme with a default gridview skin and a custom skin. There are 2 buttons on a Control that I was hoping I could use to
|
| HttpHandler detect which postback event occured | 21 Sep 2006 16:41 GMT | 2 |
im building an httphandler and need to identify which event occured in the page is there a way to do so (beside context.Request.Form.Keys[3] which catch the postback action)
|
| Embedding a SWF file?? | 21 Sep 2006 16:33 GMT | 3 |
I have been given a swf file to embed as a banner on our site... Does anyone have any tips on how I do this??
 Signature *Many* thanks.
|
| Editing in GridViews (formatting!) | 21 Sep 2006 15:58 GMT | 1 |
I've got the Gridview going at full speed, and I've enabled editing, but when I click on the "edit" button, this ugly editing UI comes up. Well it's not ugly, but it's not great either. How do I change the font/font size of the text thats being edited?
|
| UserControl Required Property | 21 Sep 2006 15:48 GMT | 2 |
Hopefully a simple one, what is the syntax to force a property to be required in a user control? I thought it would below, but it's not: Public Required Property propName() As String
|
| Hide asp.net fields AND table | 21 Sep 2006 15:32 GMT | 1 |
using asp.net 2.0 I have some fields which should only be displayed under some circumstances, otherwise I hide them. This works fine. But the data is displayed in a table with 5 rows, and all fields within these rows are hidden. Is it now also possible to hide the complete
|
| ASP.net RequiredValidator is not working in FireFox | 21 Sep 2006 14:57 GMT | 2 |
i'm using ASP.NET 2.0, and have placed validators on a page that are not working correctly in FireFox (1.5.0.7) the page can be downloaded from http://ez-files.net/download.php?file=e0d71170
|
| Should JIT be invoked by NETWORK SERVICE account? | 21 Sep 2006 14:50 GMT | 2 |
This is about ASP.NET 1.0, but it may still applies to 1.1 and 2.0. We have a very large web application, some part of the code calls EXE files to do jobs. It all worked fine on Windows 2000 Server until we migrated the app to a completely new Windows Server 2003.
|
| Datagrid bound with Datatable with HyperLinkColumn - Duplicate columns | 21 Sep 2006 14:32 GMT | 1 |
I have a DataTable with say three items, an structureid, a name and description. Then i have a datagrid with one hyperlink which uses the id. The code in the page is:
|
| Convert String to Date | 21 Sep 2006 14:24 GMT | 1 |
I have a String and I want to convert it to a date in Visual Basic (ASP.NET 2.0) How can I do so??
|
| Controls calling other controls problem - ASP.NET 2.0 | 21 Sep 2006 13:53 GMT | 2 |
I have a web page (content.aspx) that inherits from a master page (MasterPage.master). The master page has a control (which has to be on every web page, hence on the master page) (MasterControl.ascx). When placed on the master page this
|
| newbie: Need help with this bug/exception | 21 Sep 2006 13:49 GMT | 1 |
ASP.NET 2.0 this code "private MembershipUserCollection allUsers = Membership.GetAllUsers();" crashes my web portal. Below you see the inner exception
|
| Change Onclick event dynamically for an ImageButton control | 21 Sep 2006 13:40 GMT | 1 |
I d like to modify the Onclik Event of an ImageButton control in code behind. But when i do it , i get an error. This is ma code :
|