| Thread | Last Post | Replies |
|
| ASP.NET Mix Authentication? | 18 Mar 2008 08:57 GMT | 1 |
I have an ASP.NET 3.5 site. I want to steup a Forms Authentication page, but if the browser is an IE Intranet browser I want the credentials to automatically post and authenticate. How can I do that? Thanks.
|
| Bold Text In Datgrid Row If strResult="Purchased" | 18 Mar 2008 02:53 GMT | 7 |
What code would I need to add below to make the text in datagrid rows bold when the value of one of the fields, "strResult" equals "Purchased"? Function bolPopulateDataGrid() as Boolean Dim oConn As OleDbConnection
|
| 'AspCompat' attribute not allowed | 18 Mar 2008 02:37 GMT | 5 |
I'm trying to move a asp.net website to a new site hosted by Godaddy.com. When I try to browse and aspx page with ADO in it, I get: Parser Error Message: The current trust level does not allow use of the 'AspCompat' attribute
|
| Convert "Nothing" to an empty string? | 17 Mar 2008 23:56 GMT | 7 |
Using XML serializer, if an XML field is missing, then the value in the object is Nothing. Is there a slick way of converting a "Nothing" to an empty string without doing is
|
| Prevent GridView from Scrolling to top?? | 17 Mar 2008 23:31 GMT | 2 |
I have this page containing a gridview working well with AJAX. However I have a GridView in a scrollable Div. If the user has the gird scrolled down halfway and makes an update to a row, the grid scrolls back up when I do a databind. How can I keep it in place to preserve the ...
|
| Strongly Typed Collections | 17 Mar 2008 22:51 GMT | 1 |
I'm writing a web service that I want to return a strongly typed collection. If I inherit System.collections.generic.list(of T) it returns an ArrayOfT. If I inherit CollectionsBase, it also returns an ArrayOf. I want the root xml element to just be of the class itself (if that ...
|
| Enum | 17 Mar 2008 21:43 GMT | 1 |
I have a class property of type enum. The enum name is TemplateType: Private _Type As TemplateType < _ Bindable(True), _
|
| Hosting controls in a custom server control | 17 Mar 2008 20:49 GMT | 5 |
I am trying to create a custom server control that contains several dropdownlists. The control looks like this: Dim pnlHeader As New Panel Protected Overrides Sub RenderContents(ByVal writer as HtmlTextWriter)
|
| Extending DataPager | 17 Mar 2008 20:49 GMT | 1 |
I am trying to extend DataPager control to have predefined template fields. Public Class WebPager Inherits DataPager
|
| Please explain ApplicationID of aspnetdb | 17 Mar 2008 19:34 GMT | 2 |
Could someone please explain the relationship between ApplicationID and a Web site? For example, what and when generates application ID? Any pointers to on-line docs would also be appreciated. Thanks,
|
| The name 'Container' does not exist in the current context | 17 Mar 2008 18:57 GMT | 2 |
I have an ASP:Repeater which shows Title, DateCreated, State In addition I want two extra columns in my table 01: Modify (this works) 02: Publish or Withdraw depending on Item.CanPublish or Item.CanWithdraw
|
| How to trap "Input String is not in Correct format" Exceptions while Databinding Gridview? | 17 Mar 2008 18:55 GMT | 1 |
I am getting this exception while binding data to Gridview. I have a control parameter that accepts a integer value from a TextBox. If i provide a invalid value, i get that exception. But can't handle it anywhere. I tried the ObjectDataSource's Selecting method handler, but ...
|
| Breakpoint in jscript not being hit | 17 Mar 2008 18:22 GMT | 2 |
In the past I've used the "debugger;" statement with great effect to debug client-side JScipt. Since I moved to Vista I've been having problems. The project is VS2003 so I've got a dual-boot XP, which I'm currently running.
|
| Stack Overflow Error when clicking on MasterPage link. | 17 Mar 2008 17:04 GMT | 1 |
I have a menu in the masterpage. It all works great until I click on the link that transfers to the page that I am on. When I do this it causes a stack overflow error. I can see why it is doing this but I am not sure what to do to fix it. Any Help would be appreciated.
|
| ASP.NET 2.0 aspx Page | 17 Mar 2008 16:54 GMT | 6 |
I am working on asp.net 2. 0 Application using MS Visual Studio 2005. When I am trying to debug the code on the server (my server name is esealvm087), it's redirecting to http://localhost:2908/attachmenthandler instead of http://esealvm087/attachmenthandler.
|