web 2.0

MS Web Application Stress Tool – Localhost not working

I looked every where for this on Google and could not come up with the answer.  You have to add a “.” at the end of localhost for the script to record.  I just happen to try it because I installed fiddler and it said to do it.  Insane!!

 

Here was my last Google search  when I came up with the idea to try it:  web application stress tool configure for logins post

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

.Net | Microsoft | Tips and Tricks

So you need a Asp.Net Grid to have scrollbars?

Check out the simplest implementation that I can find.  It worked on the first try.  I only used the headers because that is all I needed.  Thanks to fenglinzh.

http://www.codeproject.com/KB/aspnet/Gridview_Fixed_Header.aspx

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Post Build Event that copies an assembly to another directory.

xcopy "$(TargetDir)*.*" "C:……..\$(ConfigurationName)\" /r/y

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Thought Paper: Treatment to for prayer partner.

I know that there is only one power this is everything right now. I know that power as God. God is that perfect expression of life unfolding and peace.

I am of that one power, that perfect expression of peace and life. I know this Truth is for my prayer partner equally. We are both the Truth of God expressed.

In this moment our lives are unfolding perfectly. We experience perfect balance, health, abundance, and peace in our lives. We are expressing all the qualities of God perfectly in every moment.

I am grateful that I know this as my Truth. I give all my thanks to God knowing it comes back to me as give.

I release my word into the Law knowing it is so, Amen.

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Religious Science | Science of Mind

Thought Paper: Treatment to prepare myself, mentally and emotionally to have great rapport with a client.

I know that the divine power, that is god, is ever present in the moment. I know that that power is in all things at all times.

I am of that power, greatness, and wholeness of Spirit that flows through all things, all people. The One Spirit is me as me, for me and is my client for my client.

Knowing this I know that my client has no condition, mentally or emotionally rooted in cause, but only in effect. I know that my client is a reflection of me, and we are complete.

I am grateful to have the knowledge of the One Spirit moving through me to provide the perfect rapport that exists between my client and myself.

I release my word in to the Law knowing it is complete, perfect, already present and manifested. Amen.

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Religious Science | Science of Mind

Cookies, what I forgot and how I fixed it.

I don't do much with cookies and kept making a goof.  YOU MUST ALWAYS SET THE EXPIRY AFTER YOU SET THE VALUE.

I found this article which led me to the answer here.

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

.Net

Find text in stored procedures

Here is a simple SQL query that will look in your stored procedures and return any that finds “yourtext”.

SELECT ROUTINE_NAME, ROUTINE_DEFINITION
    FROM INFORMATION_SCHEMA.ROUTINES
    WHERE ROUTINE_DEFINITION LIKE '%yourtext%'
    AND ROUTINE_TYPE='PROCEDURE'

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

.Net

Rumor about Themes in Asp.Net going away.

I heard a rumor, from a colleague, that at an MVC conference they attended some managers were saying that themes were not going to be supported in Asp.Net/MVC.  I just couldn't believe it.  I asked Scott Hanselman about it and he said that they are going to be supported in VS2010.  I hope this helps someone.  I spent time trying to even find the rumor and couldn't. 

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: