| Thread | Last Post | Replies |
|
| ChildControls state | 11 Mar 2008 16:23 GMT | 1 |
Sorry for my english. I have a custom server control that derive from Panel. In my control I want to add an Checkbox, but after an postback it checkbox lost the state of checked property.
|
| ASPNETDB: dev machine to server | 11 Mar 2008 16:07 GMT | 2 |
Scenario: I have a dev machine with VS2005Pro, WinXPSP2. I create a web site with authentication built with the ASP.Net Configuration Tool in VS2005. The site, login and all other functionality are fine when tested on the dev
|
| Help with GridView | 11 Mar 2008 14:11 GMT | 4 |
I am am having trouble with the GridView control in conjunction with a SQLDataSource control with ASP .NET 3.5 and C#. When the form loads I want the current GirdView to only display information from the logged in user. (I can do this with a SessionParameter no problem). Now I ...
|
| Bug? ASP.Net 2 Title does not render text when it contains controls | 11 Mar 2008 12:57 GMT | 5 |
I am using .Net 2 SP1 and appear to have a problem with rendering titles, when the title contains both text and a controls only the controls are rendered. This can be reproduced by creating a page with the following:
|
| Display wait message while processing | 11 Mar 2008 11:54 GMT | 2 |
I am generating some large data like 1000 records(my client requirement) to a gridview without paging. So it will take sometime to process and bind. I want to display some message(model dialog) inorder to prevent the user from clicking the button or other controls again
|
| Datagrid - Row height on last page | 11 Mar 2008 11:32 GMT | 3 |
I have data that spans over several pages in a datagrid. On the last page, the row heights seem to justify vertically, so if there are say 14 records and the paging is ten, each row on the last page will take up a quarter of the grid height.
|
| Setting Cookie.Expires | 11 Mar 2008 11:12 GMT | 4 |
I'm trying to set the Expires property of a cookie in a control by doing the following: this.Context.Response.Cookies["mycookie"].Expires = DateTime.Today.AddDays(1);
|
| Difficulty picking up field value from second webform | 11 Mar 2008 11:06 GMT | 2 |
I have 3 webforms on 1 page each with Submit buttons. VB.net code activated by clicking the submit button in form 3 is not picking up the value of a field in form 2. It is just returning Null or "" even though I enter data in the text box.
|
| Ajax DropDownList | 11 Mar 2008 10:56 GMT | 2 |
I have a general question regarding VS2008 and Ajax Toolkit 3.5. Currently I have a dropdownlist populated from the database. When the user selects and item, the OnSelectedIndexChanged event fires (does a postback to the server) and then loads the selected item's value into an ...
|
| Datagrid - set row colour in code | 11 Mar 2008 10:46 GMT | 2 |
Does anybody know of any examples on how to set both the row colour and the alternate row colour of a datagrid in code? I need to do this at runtime, probably in the page load event or something similar.
|
| Remembering textbox values on postback | 11 Mar 2008 10:39 GMT | 2 |
Hello. ive just read some posts on the age old issue of losing dynamic control values on postback. Most people say recreate the controls on the onInit, but i just dont think this serves my purpose. if i could explain: i have a list of reports in a datalist. a user clicks a report ...
|
| Appplication_AuthenticateRequest | 11 Mar 2008 10:18 GMT | 5 |
First I want to say that I don't want to implement the membership providers. I'm writing some specific documentation, and those come into it later :-) I am using Forms authentication in a website. I want access to different areas based on roles. When the user logs in I determine ...
|
| How to call function from one aspx page from another | 11 Mar 2008 06:47 GMT | 8 |
ASP VB.Net How do I allow a function e.g. bolLoggedIn (the code of which resides in startpage.aspx) to be accessed from other aspx pages so that I don't need to duplicate the code in all pages that use bolLoggedIn?
|
| Data Bind Form | 11 Mar 2008 05:20 GMT | 2 |
I'm new to VS2008 (and ASP.NET in general). I'm trying a simple example, i have a class that exposes a DataSet and want to populate 2 textboxes on a web form... how can i bind from the datasource? (and have it update it after
|
| Localization - Automating Button Text + Button Width | 11 Mar 2008 01:14 GMT | 1 |
I'm looking to "internationalize" a new ASP.NET application (.NET 3.5) and I'm considering various localization issues. In particular, the default languagte will be English, but when localizing for some cultures, the text will of course be longer than the English equivalent.
|