| Thread | Last Post | Replies |
|
| NUnit web.config ASP.NET? | 21 Dec 2007 00:27 GMT | 1 |
When running NUnit tests against my ASP.NET application I want the values in the web.config to be loaded, otherwise connectionstrings and other configurations won't be availible and the tests will fail.
|
| iframe help please | 21 Dec 2007 00:25 GMT | 1 |
hey all, is there a way to control what part of the src page that the iframe is on? thanks, rodchar
|
| Network Solutions opinion? | 20 Dec 2007 22:09 GMT | 7 |
I am an asp.net developer and I respect all of your opinions in this newsgroup. Any opinions on how good Network Solutions is (support, hosting, speed, reliability, etc...)?
|
| aspx files keep rendering source code? | 20 Dec 2007 22:07 GMT | 2 |
I'm working with a client on a project. Whenever I update the files on their server, inevitably, 2 or 3 of the dozen or so ASPX files I upload won't render in the browser...they return what appears to be source code. The 'fix' is to just re-upload said files and it's back to ...
|
| WebRequest Resume Download | 20 Dec 2007 21:55 GMT | 1 |
How do you know the server supports resume download or not, if supported send a request to resume? http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas discount
|
| Any free ASP.Net tab controls (or other free web controls)? | 20 Dec 2007 21:49 GMT | 4 |
Does anyone know of any free ASP.Net tab controls for a free site that I'd like to put up? For that matter, any free web controls at all would be welcomed. Thanks!
|
| Get server errordescrition | 20 Dec 2007 20:10 GMT | 5 |
sorry for my dumb question: I use the following code: Dim request As WebRequest = HttpWebRequest.Create("http://" & ip & _
|
| Problem with Hyperlink in GridView | 20 Dec 2007 20:02 GMT | 2 |
When I insert the complete querystring into the NavigateUrl tag this hyperlink works fine within the GridView. <asp:HyperLinkField HeaderText=" Details" NavigateUrl="~/Admindetail.aspx?ku_id=1" Text="Details"
|
| REGEX question | 20 Dec 2007 19:53 GMT | 3 |
Can someone help me write a regex that will accept number but NO COMMAS. Yes to 123456.78 No to
|
| Error when try to encrypt connectionstring using aspnet_regiis -pe | 20 Dec 2007 19:23 GMT | 2 |
I followed this article, http://msdn2.microsoft.com/en-us/library/zhhddkxy.aspx My command is: aspnet_regiis -pe "connectionStrings" -app "/myWebSiteName" -site
|
| MasterPage and ContentPlaceHolder Path | 20 Dec 2007 19:18 GMT | 1 |
I have a master page and a ContentPlaceHolder page in a typical master page imlpmentation. Does anyone know the property or method that I can use to retrieve the file path/location of the ContentPlaceHolder page?
|
| Tab key inside div | 20 Dec 2007 19:01 GMT | 5 |
hey all, is it possible to simulate the Tab key inside a Div element? thanks, rodchar
|
| ImageHandler question | 20 Dec 2007 19:01 GMT | 2 |
I have a Generic Handler file that I use to display images stored in a database (SQL 2005, stored as varbinary fields). I pulled most of the code from the web, and it works great. I have recently added functionality to change the photo via selections from a
|
| MasterType VirtualPath | 20 Dec 2007 17:54 GMT | 2 |
are there any performance considerations to take into account when referencing variables in the master page by using "MasterType VirtualPath"? I'm trying to add a crumb trail to a site, and have modified the master page to house it. I could use findcontrol, but it
|
| Session timeout | 20 Dec 2007 17:48 GMT | 9 |
I put <sessionState cookieless="false" timeout="6000"/> in <system.web>
|