| Thread | Last Post | Replies |
|
| MasterPage and Ajax ScriptManager | 16 Jun 2008 10:48 GMT | 2 |
Since ScriptManager need inside a server form, and web content page using MasterPage can not have another server form, so ajax can not be enabled (unless write own code) using ScriptManager? Any good way to solve this problem?
|
| gridview | 16 Jun 2008 09:51 GMT | 1 |
I would like my users to select which columns in a largeish grid view are to be visible by using a check box list I tried making a function that returned a true or false for each field <asp:BoundField DataField="eyes" HeaderText="eyes"
|
| Wizard SideBarButtonClick | 16 Jun 2008 07:52 GMT | 2 |
In this event I can tell where I'm going via e.NextStepIndex but how can I tell where I am coming from? Do I have to setup Session["whereamI"] and track it myself?
|
| How can we clean out VSWebCache? | 16 Jun 2008 07:20 GMT | 10 |
As title. How to clean out VSWebCache? Any good way to do that? Thanks.
|
| Strange Errors | 16 Jun 2008 04:44 GMT | 4 |
I'm having my site email errors to me until I get things as stable as possible. Occasionally, I get an error that I just cannot see how it could ever happen. I enabled debugging on the live site so that I could get line-number information. But I'm still at a loss.
|
| dynamically creating asp.net controls | 16 Jun 2008 04:08 GMT | 2 |
I have a dataset table with control names and control types in it called formControls. I need to know how you use the column values in the aspx markup to actually create the controls on the page.
|
| Detecting empty CheckBoxList without data | 16 Jun 2008 03:25 GMT | 3 |
How, at rundime, do I capture the fact that the parametrized query that fills a CheckBoxList results in an empty set. When the dataset is empty the CheckBoxList does not appear. I would like to properly inform the user of the fact.
|
| .net 2.0 help files? | 16 Jun 2008 03:23 GMT | 2 |
Is there a help file for asp.net 2 that I can download? Or, at the very least, a complete online reference? I prefer a file that I can download, though. Thanks,
|
| Media control: How to use it? | 16 Jun 2008 03:21 GMT | 1 |
I found the Media control in asp.net futures. I tried using it, but found that audio (mp3) files wouldn't play. Not even the local computer would they play. Just wondering how I would use this control with playing mp3 files. I need to stream them over the internet.
|
| Custom server control... whats wrong and am I on the right track? | 15 Jun 2008 22:41 GMT | 2 |
I'm trying to code a calendar control which allows multiply selection of dates and can read from a datasource. The second part is working. However I'm having some trouble with the multiply selection part. The code for my control can be found at http://rafb.net/p/GSVLyd81.html
|
| Session State Loss in mismatched web site Instance ID | 15 Jun 2008 22:10 GMT | 3 |
I am wondering if this problem is still valid for ASP.NET 2.0. "To maintain session state across different Web servers in the Web farm, the application path of the Web site (for example, \LM\W3SVC\2) in the Microsoft Internet Information Services (IIS) metabase must be the same ...
|
| Form field place holders in strings | 15 Jun 2008 12:30 GMT | 1 |
If I have the following text in a dataset table column: "This agreement establishes that {BandName} will play on {EventDate} between {StartTime} and {EndTime}..." How would I then take the field names {BandName}, {StartTime}, {EndTime} and {EventDate}, match them up with actual ...
|
| News Management System | 15 Jun 2008 12:17 GMT | 4 |
I want to create a news mangement system in my web site using c# as a frontend and sql server 2005 as a back end. The news system should be able to allow me adding and editing my news that would be stored in the site databse and it should be displayed for users automatically on ...
|
| A question on the HTML verbs GET and POST | 15 Jun 2008 12:08 GMT | 4 |
Dear people, I am studying for 70-528 and in the self paced training kit written by Glenn Johnson at chapter one I find a list of HTML verbs and their description. If possible I would like to submit a posting here to clearify a few things I do
|
| last page shown on re-login using membership | 15 Jun 2008 11:20 GMT | 1 |
I am using asp.net membership. The problem is when user logs off and re-logs back in he/she goes to the last page they were viewing before log off instead of starting from the first page whose url is used to access the site. How can I make the membership system forget the last ...
|