| Thread | Last Post | Replies |
|
| Custom web control string | 10 May 2007 22:25 GMT | 2 |
I am creating a custom web control where one of its properties is a generic list: <Bindable(True), Category("Format"), DefaultValue(""), Localizable(True)> Property Features() As Generic.List(Of Feature)
|
| Virtual Directories under Default Web Site no longer working | 10 May 2007 22:08 GMT | 5 |
I have a small application that initially loads two .net dlls and the app can run with .NET 1.1 or .NET 2.0. On 32-bit machines I am able to run these apps as a virtual directory under the Default Web Site. On 64-bit machines I get an error loading the dlls: "Compiler Error ...
|
| page cannot be refreshed without resending the informayion | 10 May 2007 21:41 GMT | 1 |
I have aspx page that has a html link on it( <a href="javascript:window.open('xxx.aspx')";..) When I click this link If should open new window usng javascript, But it gives me a message
|
| Cannot modify cookies after HTTP headers have been sent | 10 May 2007 21:32 GMT | 5 |
I am going crazy. We get a hundred or so of these errors each day and while the fix would seem obvious, the error does not include a line number! --------------------
|
| C# DLL - Used in VB Project - Certificate Store gathering certs for use in httpwebrequest | 10 May 2007 21:28 GMT | 1 |
I'm currently using a C# class library which is also converted quickly to a console app by adding a MAIN and adjusting the building configuration. I'm using this page as a reference to the code. http://support.microsoft.com/kb/895971 .
|
| Validation of viewstate MAC failed. | 10 May 2007 21:07 GMT | 6 |
We have been receiving 100s of this error: ---------- Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies
|
| String | 10 May 2007 20:08 GMT | 2 |
I have the following string: MyString = "Posted by $Author$ @ $DateTime${HH:mm}" I want to create two strings out of the one before: a = "Posted by $Author$ @ $DateTime$" ... everything outside {}
|
| Running Executable Files Over a Network | 10 May 2007 20:03 GMT | 2 |
I'm creating a website that is required to run an executable file over a network. I'm currently using the System.Diagnostics namespace with code similar to this: Process p = new Process();
|
| Tool to capture and "replay" IIS/ASP.NET traffic? | 10 May 2007 20:00 GMT | 2 |
Can anyone suggest a tool (if one exists) to capture IIS traffic and be able to "replay" that traffic? We are in the process of moving from sql2k to sql2005. What I would like to do is take a snapshot of the sql2k db, start iis logging, and let the prod
|
| Generic List | 10 May 2007 19:59 GMT | 1 |
I have a generic list of a class where one of the properties is PubDate (DateTime type). I am looping through all the items in the generic list: For Each item As MyClass In Items
|
| Format | 10 May 2007 19:52 GMT | 1 |
I need to display a few controls in the following way: Hyperlink | Link Button | Label | Image Button Without using tables, what is the best way to do this? Can I use some kind of list?
|
| getting info to a UserControl? | 10 May 2007 18:58 GMT | 1 |
I'm having trouble getting information passed to a UserControl that I wrote. Within the control is an ObjectDataSource that populates a GridView on the control. The Select method for the ObjectDataSource gets invoked
|
| Get around digest mode? | 10 May 2007 18:18 GMT | 1 |
Any way to get individual emails sent to me from this group? Digest mode, I end up just ignoring 90% of the emails.
|
| SqlCommand UPDATE problem... | 10 May 2007 17:42 GMT | 6 |
I have two pages that are very similar. One is working, one is not. Here is the code for both: Page 1 (Working): protected void btn_update_Click(object sender, EventArgs e)
|
| Controlling different HTML forms with 1 button within vb.net | 10 May 2007 17:41 GMT | 1 |
Hello i need help with forms within vb.net. I need to control multiple forms with one button. Can you please help on how to do that. Regards
|