Thanks for the quick reply.
What I am trying to do is have a pop up message 'Record Added" in my button click event.
Currently in my code, I am showing that message in Label. I was asked to put that message as a pop up and I was wondering how to do that.
My current code is:
Protected Sub...
I want to add java script function.
The following code works - if I put that on page load event.
If I put the same code in Button_click event - the message does not pop up.
Page.ClientScript.RegisterClientScriptBlock(Me.GetType(), "myAlert", "alert('Record added');", True)
If this helps, I...
I am getting ' Missing parameter value' error.
I will appreciate any guidance / help to fix this error.
My code:
Private Sub setParameters()
' Create report instance. This is the class added to your project
' when you added the report to the project
Dim report As New...
By declaring two variable as s_date(sysdate-70) and e_date (sysdate-120) and then checking
s_date >= oh.latest_ship_date
and e_date <= oh.latest_ship_date
When I compiled above codes, It compiled and did not get any warnings.
I appreciate your help and this approach will be more efficient...
Thanks for answering my query. I was out of office for the past 2 days.
I tried with the above suggested query but I stll get the same warning when I compile the body.
I am using sql developer 11.1.1.54.40.
My package works fine but I was just wondering, if I can avoid warnings.
thanks, Nelco
I am getting warnings when I am compiling my package: Warning(70,17): PLW-07204: conversion away from column type may result in sub-optimal query plan.
The errors are on these lines:
sysdate >= (oh.latest_ship_date+70)
and sysdate <= (oh.latest_ship_date+120)
How can I fix these?.
Thanks in...
Thanks for the response and guidance. I appreciate. I came out with creating panels and I am displaying the panels on selectedIndexChanged. Looks like this works.
Protected Sub SampleDropDownList_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles...
I have a drop down box with none, name, email,phone.
If the user clicks Email, it should show label enter email and text box to enter email with validator.
Same thing with Phone or name.
I have never done this in ASP.net. Any suggestions will be appreciated.
The user wants person who complains should have an identity number as this will be an anonymous form.
I told them that I can show the number in Thank you page but user wants us to show number as soon as the form opens.
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.