



Merry Christmas to all, here I leave a Twisted Sister
videito
the year q q hope is to revive my blog q q truth was weak this year, ...
good, happy holidays
Hello
After months of idleness leave a small example of how to start a popup from the server, well the trick is not very complex rather super easy but it will be very useful & # 160, someone that's for sure, I will place two ways to do it by placing the jscript popup trigger and the other using the registration form for q scripts run at startup de la pagina web
Con jscript en el botón q levanta el popup
Dim s As String
s =
"popUp=window.open('webform2.aspx?" & _I . Button1.OnClientClick =" javascript: " & s
Me.textbox1.text = Request.QueryString ( "Id" )
This example can something interesting is that if you write something in the textbox and call the popup, will not be transferred what they wrote, but if it will tighten again now if the text is transferred first to the second webform, this is because q script that raises the popup is "loaded" with the textbox in a subsequent postback, ie when you press the button for the first time are calling the form according to Previous state of the textbox, that the execution order makes first run the script jscript on the client and the postback occurs then you just load the contents of the textbox in the call to WebForm2. This detail is very important because if not handled well q will occur in this example, a lag of a postback in data passed to the second webform. To fix this do the following, place the textbox's AutoPostBack to true and ready, to leave the textbox with a postback will occur tab and jscript loaded correctly, then push the button and ready and works well.
Using the OnLoad event of the page when
Let's add a new WebForm to the project and will do almost the same as in the other, but use the click event of server-side button
Dim s As String s =
"window.open ( 'webform2.aspx? " & _
Dim ss As String =" \u0026lt;script language = "" jscript "> & s & "</script>"
Dim Pop As ClientScriptManager = Page.ClientScript
Eso es todo, ahora ejecuten este nuevo webform carguen algo en el tetbox y opriman el botón, esta vez todo funciona perfectamente sin necesidad de colocar the AutoPostBack in the textbox, this is a very simple example, but serves to give a look at the popups, When they are using AJAX line: Pop.RegisterStartupScript ( I . GetType (), "OnLoad" , ss) should change it:
ScriptManager.RegisterStartupScript (
I , I . GetType, "OnLoad" , sScript, True )well that's all I hope it helps someone
salu2 Sergio
Hello
still do not know if anyone has or uses or has used "IIS applications" that were a type of ASP development project in Visual Studio 6, in those times we worked with Windows 98 and the IIS was in its infancy. Well "now" after a long time I had to review that aplicacióny obviously no longer use Windows 98, now I'm still using XP, and q is a bit old but .. still not change. Well the question
is that if they work with this type of project in the IIS 6 and XP will need a little trick to set the execution of these projects from VS 6 environment in debug mode & # 243, n.
When running the IIS application from the development environment, the error will
Server object, ASP 0178 (0x800A0005) The call to Server.CreateObject failed while checking permissions. Access is denied to this object
And this is because the user IUSR_ \u0026lt;machinename> not have permission to access VB6.exe is the DCOM server, as there is no DCOM entry for VB6.exe Windows 2000, XP and above, default permissions are applied, which are only allowed access to the SYSTEM user and throwing the process, which is not the same user trying to access the DCOM server. Therefore, to gain access is to create a DCOM entry for vb6 and then give permission, the exact process I describe below are the
Creating DCOM entry for "VB ASP Debugging"
REGEDIT4 [HKEY_CLASSES_ROOT \\ CLSID \\ {70F214BA-94E2-8F30-32CB4A905E4D 4bdf "}]
@ =" VB ASP Debugging "
[HKEY_CLASSES_ROOT \\ CLSID \\ {70F214BA-94E2-4bdf-8F30-32CB4A905E4D} \\ LocalServer32]
@ = "VB6.exe"
[HKEY_CLASSES_ROOT \\ AppID \\ VB6.exe]
"AppID" = "{70F214BA- 4bdf-8F30-94E2-32CB4A905E4D} "
permissions in XP Demos
know it's not a hot topic to be treated but as certainly occurred to me someone else can happen you need to modify and debug an application No ASP former type "IIS Aplicattion."
you soon
Sergio
hello
This is the first post I get high with a topic that is not programming but I think it is worth q vary, a few months ago launched metallica Death Magnetic, the truth was not very excited to buy it, but since metallica is one of my bands favoritas lo hice por puro lealtad jeje, la verdad que al comienzo me parecio bueno, pero no tanto, de hecho mejor q el St Anger que es un disco malisimo (cualquier cosa es mejor ), con un par de temas que se salvan, la cosa es que cada vez que escuchaba el disco , descubria nuevos sonidos, riffs, acordes, armonías que parecen no terminar de aparecer, es un disco espectacular!!!! parece que gracias a la salida de bob rock como productor y con la ayuda de Rick Rubin, se han vuelto a encontrar en su sonido, ahora metallica está en el camino de recuperar lo que todos los fans esperábamos desde el 90!!!, buen trash metal!!! , bueno al fin llegó después de 20 años, asi que vayan a comprar ese disco que está excellent, 1000 times better than I expected, correctly changed the font to its old format, and retook the colors of white and black like the .. q and justice, as if to say we will restart from where we got lost lol
criticismq all they do to record is that it seemed that tends to reissue sounds of old records, as well for me that is no sin, but it is what everyone wanted! Criticism is rare to see a metallica always criticized for their records change much from one another, now give that this tends to return to the roots jejeje who understands people??
The first track starts slow with the beating of a heart and soon begins to take hold very good riffs from the beginning take care and do not lose it for nothing, but q lasts 7 minutes, for me this is one of the best tracks on the album and without doubt one the best of metallica. Another issue that is one of my favorites of the album is Broken, beat and scarred, for me and has a lot of justice, is excellent, then q say that the song seems to fade to black, The Day That neveer eat, the truth I was more like One for the way in which gained momentum beginning and ending in madness trashera of solos, a Temon! All nightmare long then it appears that while q is an intro to me is not very striking, one minute after continuous change and excellent line. Unforgiven III is very good, better than the II for me, but does not surpass the first. Eventually encouraged to try again when an instrument that is very good, except for a couple of chords that I personally do not really like is a really good theme and is called Suicide & Redemption, the last song My Apocalypse brings all the memories of Damage Inc, the speed and strength, an excellent track to close the record, my least favorite song is Cynade, really do not like the chorus at all, but the intro, the solos are excellent , just put the stops on the chorus.
good as is, buy this disc will regret
http://www.hipersonica.com/2008/10/01-metallica-death-magnetic
http://es.wordpress.com/tag/death-magnetic/
chau