I have an ASP.Net application that calls various stored procedures. I have not yet figured out how to access an error that is raised in the stored procedure from the calling application. Any help is appreciated!!!
Thanks!
I need help embedding javascript into my aspx page. i have two text boxes and when i am typing in textbox1 on the OnKeyDown event captures what is in it and sets textbox2 to that value, all client side. How in the heck do i do this??? I have been reading and reading and can not find anything...
I have a custom user control that has some text fields on it and this control is placed on another web form. One of the text fields on the user control needs to update another text field on the user control as they type. How do I do this? I have done this in classic ASP but can not seem to...
I have a database that is used by an application where multiple people are writing to the database. I have one table that stores the next available part number, a sequential number. I need to write a stored procedure that gets that number, increments by one, then writes that new number back to...
I have a web form with a button on it. I have a table with one row already pre-defined. What i want to happen is the user clicks the button to append another row onto the table, in essence have the ability to append as many rows as they would like. I can get it to create one row but after...
I have a website and i would like to write a program that i can schedule to run every so often that will check to see if my website is up and running and if it is not then have the program either email me or page me. First question is can this be done and if so how would i go about writing...
I have a table where one of the columns is of 'text' data type. How do i insert a row into this table using the INSERT command? Also, how would you write a stored procedure to do this?
thanks in advance
todd
I have in my global.asa file a function that fires off when someones session ends. It was working but has now quit working. I dont see anything wrong with the function. Is there something that i dont know about the global.asa file such as it being inconsistent? any ideas?? please help...
Here's the situation:
I have a datagrid with the first column being a hyperlinkcolumn. I want to put some client-side scripting on this column, specifically a OnMouseOver event. Here is the code for the datagrid:
<form id="editDataGrid" runat="server">
<ASP:DATAGRID...
I want to popup a window with a message while the rest of my asp page processes and then at the end of the code close the popup window that i opened up. Can I do this and if so how ????
Hopefully this is an easy question. I have some asp code that fires off and in it one of the things it does is this:
varText = varText & varMoreText
Application.Lock
Application("stuff") = varText
Application.Unlock
My question is this: if user 1 fires off and locks the variable...
I'm not getting any responses on the ASP forum so i wanted to see if anybody here could help me.
I need to be able to determine if a certain popup window is still open, can that be done and if so how!!???? Here is my code that opens the popup window:
<!--#include...
I need to be able to determine if a certain popup window is still open, can that be done and if so how!!???? Here is my code that opens the popup window:
<!--#include file="includes\GlobalIncludes.asp"-->
<html>
<head>
<meta http-equiv="Content-Type"...
I want to disable a button when this page loads and i cant seem to get it to work. Here is my code of the button:
<input name="PublicPics" type="button" class="homebutton" value="Public Photos"...
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.