Hello and thanks for your input<br><br>I've written a sp like this <br><br>create proc sp_myproc (@value1 int,@value2 int)<br>as<br><br>INSERT titles (value1,value2)<br>VALUES (@value1,@value2)<br><br>-- followed by<br><br>SELECT * FROM titles<br>return<br><br><br>/* I would like to return the...
Thanks for considering this<br>
<br>
I need to set the value of a pull down from another page.<br>
<br>
I would like to use something like this:<br>
<br>
href="/newPage.asp?value=2"<br>
'global var in newPage<br>
m_value = Request.QueryString("value")<br>
<br>
'pull down id =...
Hello and thanks in advance for considering my question<br>
<br>
I would like to display a splash screen that displays when my program starts, just the like the one seen when starting the VC++ IDE. <br>
<br>
Any advice or example on this is greatly appreciated.<br>
<br>
Best Regards,<br>
<br>
Andre
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.