I am creating a procedure in a package that calls a procedure in a package and sends out a cursor. The cursor coming out is a join of many tables. I need to then loop thru the cursor, however when I try to declare a variable to the cursor%rowtype I get that the cursor is not defined yet. Is...
Hi all,
any idea why this code wouldn't continue to postback after it runs the javascript?
submit.Attributes.Add("onclick", "this.disabled=true;this.value='Please wait...';return true;");
Thanks!
Are you running Msvsmon.exe on your dev server first? After that you must open your browser to your website page on your dev server. Then you should see the process in the Attach to process box.
Here is a good link:
http://support.microsoft.com/kb/910448
Can I do something like this within my query?
if h.notes = "Issue" then
left outer join ISSUES i on h.record_id = i.id
else
left outer join ISSUES2 i on h.record_id = i.id
end;
thanks.
the unique id's are different'. Also, I do have a validationgroup set on the submit button. But all the validators and validationgroups have the same name on each usercontrol (they are set in the html). Could that be the problem? What is the best way to fix that?
I have a regularexpressionvalidator attached to a textbox in a usercontrol. I add the usercontrol dynamically to my page. It works fine.
However, if I add the usercontrol multiple times to my page (so let's say my page has the usercontrol on it 4 times) then when the regularexpressionvalidator...
I have some code like below:
P_USERSTableAdapter adapter = new P_USERSTableAdapter();
adapter.Connection.ConnectionString = p_connectionString;
P_USERSDataTable table = adapter.FINDBYLOGINID(p_loginId);
There are 2 items in this tableadapter commandcollection. The regular...
I've seen stuff like this in javascript.
<script language="javascript" type="text/javascript">
//this is a workaround to remove everything from the querystring
document.forms[0].action = "yourpage.aspx";
</script>
You can still retrieve the querystring in your code.
Thanks. I figured out that I only needed to do that in the main application and not all the sub applications. but that did work.
I don't work with you anymore and you're still helping me :)
I would like to change this value in my code however its a read only property. Is there a way to dynamically set this value? I need it to point to different places depending on where the user is.
Thanks!
I have a Belkin router and every once in a while it seems to drop the connection and i can't get on the internet. However, I can still get to https sites (secured sites) just not regular http sites. If I restart the router everything starts working properly again. Does anyone know why this would...
Try this in the page_load to see if it opens. it worked for me:
Page.RegisterStartupScript("Window", "<script language=\"javascript\">window.open('UpdateBudgetConfirm.aspx?UBID=" + strSAID + "','','width=500,height=320,left=200,top=200');</script>")
I'm writing a procedure in a package. This procedure takes 3 in parameters:
appno number
userno number
action varchar2
I need to select rows from a table based on these 3 parameters however if the parameter is passed in null I don't want it in my where clause.
I thought of doing something like...
I'm going to use the table variable for now, but I have someone looking at my query to decide whether I can do it without the cursor.
Thanks for all your help!
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.