| Thread | Last Post | Replies |
|
| Gridview HyperlinkField question | 20 Nov 2007 18:45 GMT | 2 |
I have a hyperlink field in my gridview that redirects to a new page. I would like to set a session variable to a value from the grid row where the hyperlink was clicked before the redirection occurs. Is this possible? Can anyone offer any suggestions?
|
| Radiobuttons in Datagrid Template Columns in 1.1 | 20 Nov 2007 18:01 GMT | 1 |
I have three datagrid template columns each with a radiobutton assigned to the same group. If I determine that the third and only third radiobutton should be selected, I'll select it in ItemDataBound and then disable all three. However, when I loop through the datagrid
|
| batch publishing web applications | 20 Nov 2007 17:54 GMT | 1 |
Is there any way to make a project or something like that in vs2005 that will compile all the projects in a solution and then publish them in a certain order to a certain place? Kind of like a batch publish...
|
| Troubleshooting ASP.Net memory usage issues? | 20 Nov 2007 17:53 GMT | 10 |
I'm responsible for a pair of IIS 6 webservers that run our production ASP.Net application. We push code on a monthly basis, and about two weeks after our October code push, we started to run into occasional webserver errors.
|
| Permissions to call LogonUser | 20 Nov 2007 17:27 GMT | 1 |
I have been troubleshooting writing a log file to a fileshare on another machine.... and I can't seem to find my way past the "Double Hop" issue. I seem have narrowed it down to a failure of the LogonUser call. On Windows 2000 with IIS 5 and ASP.NET 2.0 the
|
| Which protocols are used when connecting using SQLClient if none are specified? | 20 Nov 2007 15:52 GMT | 6 |
<add name="ConnectionString" connectionString="Data Source=xyz;Initial Catalog=xyz;Persist Security Info=True;User ID=xyz;Password=xyz" providerName="System.Data.SqlClient"/>
|
| Web.config not well-formed? | 20 Nov 2007 15:33 GMT | 3 |
I took a look at the global web.config file in the 2.0 Framework folder and opened it within VS 2005. Upon opening it, the IDE shows many validation errors, most of which have to do with some attributes having a value of "true", when the schema calls for "True" or vice versa.
|
| Retrieving values from dynamically added controls | 20 Nov 2007 15:23 GMT | 7 |
I have a custom control that I wrote (I inherit from System.Web.UI.WebControls.CompositeControl). I dynamically add this control to my Page, but I was told that dynamically added controls do not survive postback. This seems to be true. However, this seems to make dynamically
|
| HttpHandler for site | 20 Nov 2007 15:21 GMT | 1 |
ok. I have web site and create handler for all pages. <httpHandlers> <add type="LoadHandler" verb="*" path="*" /> </httpHandlers>
|
| How to delete IIS metabase? | 20 Nov 2007 15:02 GMT | 2 |
I am having bizarre problems with IIS 6.0 an ASP.NET 2.0 on the Win 2003 Server in our (closed internal) development network. Following some of the suggestions I have seen here, I have removed IIS 6.0 from the server as well as all versions of ASP.NET. I would also like to remove ...
|
| Viewstate Encryption | 20 Nov 2007 09:46 GMT | 4 |
I'm having a problem with viewstate encryption on one of my websites. To encrypt the viewstate, I'm using the following lines in my web.Config file: <pages theme="Default" viewStateEncryptionMode="Always" enableViewStateMac="true"></pages>
|
| ASP to ASP.NET Error 80070005 (JScript.NET) | 20 Nov 2007 08:02 GMT | 1 |
Hello. I have a ASP webpage that I'm converting to ASP.NET. The ASP is writen with <%@ Language=JScript %>. I'm having a problem with the 'var oTestObject = Server.CreateObject("Test.class");' The page just shows up as pure
|
| iPhonePlaza.net | 20 Nov 2007 05:58 GMT | 2 |
Check out the new iPhone portal site I made with ASP.NET! http://iPhonePlaza.net Is it hot or not?
|
| Css Friendly Adapter, Disable for IE6 | 20 Nov 2007 02:50 GMT | 1 |
Is there any way I can disble css friendly adapters for IE6 but keep them enabled for IE7? i edited the ".browser" file and set <browser refID="IE6to9">, this is for both IE6 and IE7, i want an option for only IE6.
|
| Double Hop Network Issue | 20 Nov 2007 02:47 GMT | 2 |
Still working on trying to solve this issue. I have an ASP.NET aspx page that needs to copy a file to a fileshare on another server. As a simple test I have been trying to do the following: string fullPath = @"\\someserver\someshare\log.txt";
|