Hi there,
I need to write a query that will get me the earliest date for the given conditions.
select i.session_date
from information_session i
where i.session_date = (select min(session_date)from information_session ,
case_applicant_info_sess
where...
Hi,
I am writing a script - an applicant attends courses. The applicants may attend the sessions more than once. But I am only interested in finding out whether they have attended it at least once.
select
cat.session1_attended_ind
from case_applicant_training cat
where case_id=94
and...
Hi There,
I have a report that is too long (wide) and cannot be printed in ordinary paper. How do I change the orientation so that the report prints on bigger paper as a portrait?
Please help and explain in detail since I am new.
Thanks
Jino
Hi,
I need to add labels to a form dynamically. The number of labels to be added is driven by a variable stored in session. The labels should have text like "Label 1", Label 2", "Label 3" and so forth. I am trying to create these controls in the page_load event. But it throws an unhandled...
Hi there,
I am completely new to Oracle technology. One of my colleagues suggested that I use Oracle lite for my web application. I downloaded and installed the software on my machine. But I cannot find any sample databases on any of the folders. How do I create a new database? Can i use SQL...
Hi,
I am hosting an ASP.NET application as part of a website. The website is maintained by a third party. My application has to fit into these web pages - by keeping the structure(left menu, right menu and images on top) of the pages similar.
There are some banners that run across the top of...
Hi There,
I have a web application that has four pages Introduction, Page1, Page2 and Page3. I want the user to navigate these pages in that order only. I want to restrict the user from typing the URL for Page1, Page2 or Page3 and accessing it from there. They should be able to access Page2...
Hi ,
I am trying to add an user control to my aspx page programmatically. I need to add multiple instances of my user control , so I have to do it dynamically. While doing this I am getting an error that the buttons in my user control should be inside a <form> tag. If I add my buttons inside a...
Hi There,
I have looked at various sites to solve my problem. The button click event of my user control does not fire. I have created a user control and dropped it into a web form.
I have added the user control as a member variable to the parent control. It is the wiring of the events that I...
Hi there,
I am trying out a few examples from net on using the user controls. The example that I have is in C#, but I am developing in VB.NET. Can someone help me interpret the following code into VB?
<style>
Body {MARGIN: 0px 0px 0px 0px;}
.WebUserControl2 { BORDER: solid 1px...
Hi,
I am developing a web application in ASP.NET. The web app will be part of an already existing website. So, I am building the webforms to the specifications of the current pages.
The webpages may change and have an entirely new look and structure in the future. The underlying...
Hi,
I am testing the session time out for my application. I put a breakpoint in the Session_End method to find out if the timeout expires. It does expire after the specified time (set to 2 minutes in the Web.Config file), but I am not able to redirect the user to another page using...
Hi There,
I am developing a ASP.NET web application which will be part of a website which already exists. I have to create new pages that look similar to the existing pages and the central part of the page will have the web forms.
Can anyone give me ideas and directions on how to get this...
Hi there,
I have Visual Studio.Net installed with a proper license. Do I need a separate license for installing ASP.NET?
Is it necessary to have VS.NET installed in order to get ASP.NET installed?
Any help in this regard is appreciated.
Thanks much
Jino
Hi,
I am very new to development in ASP.NET especially using session variables. I need to collect some information from clients through two ASPX pages. I will be using this information to calculate the amount for the last page. Can I store the data entered by the client in session variables? I...
Hi there,
I am trying to publish a wordperfect document with text and text boxes (form) to a PDF file. I am successful and I dont get any errors. But the boxes in the PDF file (when opened in Adobe Reader)have only lines in top and bottom. No lines to cover the box on the left and right. When I...
Hi,
I am wondering whether we can figure out which language the web page was developed in by looking at the URL? What other parameters (view source??) give out information in this regard?
http://www.mypagemy.com/mypage.nsf/Menu?OpenFrameSet (fictitious URL I created)
What can you say about...
Hi,
I am wondering whether we can figure out which language the web page was developed in by looking at the URL? What other parameters (view source??) give out information in this regard?
http://www.mypagemy.com/mypage.nsf/Menu?OpenFrameSet (fictitious URL I created)
What can you say about...
Hi,
I want to create a web form that will be hosted in the local intranet. The user will navigate through 3 pages of the web form and click 'submit'. The form should do some calculations based on the data entered by the user and give feedback.
What are the technologies that I will have to...
Hi,
I have an inline User defined function. It goes like this:
CREATE FUNCTION LookUpCodeDesc (@LookupType varchar(50), @LLookupCode varchar(50))
RETURNS TABLE
AS
RETURN (Select LookUpDesc AS Name
from LookUp
Where LookupType = @LookupType
And LookupCode = @LLookupCode)
Can I invoke...
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.