| Thread | Last Post | Replies |
|
| jQuery? | 02 Jun 2008 12:52 GMT | 1 |
http://jquery.com/ Is it good? Do you know? Any alternatives? Any suggestions? Thanks!
|
| allowDefinition=MachineToApplication and errors switching to VS2008 Express | 02 Jun 2008 12:46 GMT | 5 |
We have a project working well today and it's developed on VS2005. Since we're planing to switch to VS2008 in a soon future, i've been trying to move the project to VS2008 Express (Web Developer).
|
| Passing values to sql datasource | 02 Jun 2008 12:43 GMT | 2 |
I am trying to pass the asp.net membership username to the sqldatasource of a gridview as below; <asp:SqlDataSource ID="EventsSqlDataSource" runat="server" ConnectionString="<%$ ConnectionStrings:MyConnStr %>" SelectCommand="SELECT
|
| Button event not firing | 02 Jun 2008 12:24 GMT | 3 |
I have a Web User Control that parses an XML file and renders a Form based on the XML. The problem is that I create a button on the bottom of the form that will fire off a subscribeable event, but somehow the button never seem
|
| Relative url returned in hyperlink field | 02 Jun 2008 11:49 GMT | 4 |
In a bound grid view I have the following hyperlink field; <asp:HyperLinkField DataNavigateUrlFields="FldDirections" DataNavigateUrlFormatString="{0}"
|
| Hyperlink field in grid view | 02 Jun 2008 11:44 GMT | 1 |
I have a grid view bound to an SqlDataSource. One of the fields in grid view is a hyperlink field. How can I set the hyperlink field's navigationurl to the value of a field coming form the underlying SqlDataSource? Thanks
|
| silverlight | 02 Jun 2008 11:09 GMT | 2 |
Is there a news group with a focus on silverlight possibly used in conjunction with asp.net netnatter
|
| Access control on a page from inside an external class | 02 Jun 2008 11:08 GMT | 7 |
I have a class I am creating for data access. I need to access controls from inside the class that are on a particular page. How do I do this? or is creating an instance of the page class and using FindControl the only way to do it?
|
| GridView | 02 Jun 2008 10:53 GMT | 17 |
Consider a gridview that's being bound to a ObjectDataSource that uses an adapter to handle data access logic. 1. How am I supposed to have a RowIndex column *without* modifying the Entity class?
|
| POLL: Who is using VS2008 SP1? | 02 Jun 2008 09:54 GMT | 3 |
Brief poll: Who is using SP1 beta of VS2008? If so, is it worth taking the leap and installing it? Thanks!
|
| Error approving membership user | 02 Jun 2008 08:05 GMT | 2 |
I am trying to approve a user as below; Dim User As MembershipUser User = Membership.GetUser("MyUsername") User.IsApproved = False
|
| Cache-control and Expires headers | 02 Jun 2008 08:02 GMT | 6 |
In my application, I'm using a wildcard mapping so that all requests go via ASP.NET. Then I'm using an HttpModule to look at all the requests and do some URL rewriting. Some of the requests then also pass thru custom HttpHandlers, based on extension.
|
| Authorization Confusion | 02 Jun 2008 05:45 GMT | 3 |
I have a subfolder on my Website that contains images. It also contains the web.config file shown below. When I access the site, I get the Login page as expected. But if I type in the URL of an image in the folder that contains images, the image is
|
| ht write from remote in memory to local file | 01 Jun 2008 18:20 GMT | 2 |
I am trying to save email attachments, that are in memory on a remote computer, to a file on my local computer. .txt attachments are strings, everything else is byte[]. Thank you for any help.
|
| Opening connection to db | 01 Jun 2008 18:18 GMT | 2 |
I have the following connection info in my web.config file; <connectionStrings> <add providerName="System.Data.SqlClient" connectionString="Data
|