Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / May 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Custom web control string10 May 2007 22:25 GMT2
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 working10 May 2007 22:08 GMT5
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 informayion10 May 2007 21:41 GMT1
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 sent10 May 2007 21:32 GMT5
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 httpwebrequest10 May 2007 21:28 GMT1
           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 GMT6
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
String10 May 2007 20:08 GMT2
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 Network10 May 2007 20:03 GMT2
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 GMT2
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 List10 May 2007 19:59 GMT1
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
Format10 May 2007 19:52 GMT1
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 GMT1
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 GMT1
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 GMT6
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.net10 May 2007 17:41 GMT1
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.