473,769 Members | 1,640 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

In 1 form..have 2 "DIV".."DIV " one is for SEARCH.."DIV" two is for result searching

7 New Member
In 1 form..have 2 "DIV"..

"DIV" one is for SEARCH..
"DIV" two is for showing the RESULT from Database of "DIV" one Button..

Everything in one page..

Anyone can help me please..
Aug 24 '07 #1
4 1372
dip_developer
648 Recognized Expert Contributor
In 1 form..have 2 "DIV"..

"DIV" one is for SEARCH..
"DIV" two is for showing the RESULT from Database of "DIV" one Button..

Everything in one page..

Anyone can help me please..
have you tried any code...or do you want us to code for you...???
....please try something...... ...you are hoped to do so...as you know it is not the place to get the full coding and moreover it is utterly impossible I think......so please......
...we are always here to help you..........
Aug 24 '07 #2
JamieHowarth0
533 Recognized Expert Contributor
have you tried any code...or do you want us to code for you...???
....please try something...... ...you are hoped to do so...as you know it is not the place to get the full coding and moreover it is utterly impossible I think......so please......
...we are always here to help you..........
Not impossibe, but at least half a day's work and if you're not prepared to attempt any coding yourself, then be prepared to pay for someone else to. PM me if you are after someone to do the entire thing for you and we'll discuss rates.
Aug 24 '07 #3
dip_developer
648 Recognized Expert Contributor
Not impossibe, but at least half a day's work and if you're not prepared to attempt any coding yourself, then be prepared to pay for someone else to. PM me if you are after someone to do the entire thing for you and we'll discuss rates.
i have not written that the work is impossible....r ather it is work of just 15 minutes....not half a day's work .....
but all these coding is not possible to provide here......code snipetts can be given......that s the thing i have told .........
Aug 24 '07 #4
rempit
7 New Member
I trying this..

HTML

<p id="Layer1" align="center">

<asp:TextBox ID="txtSearch" runat="server"> </asp:TextBox>
<input type="BUTTON" value="SEARCH" onclick="move() " id="btn1" />

</p>
<p id="Layer2" align="center" >

<asp:Label ID="lblList" runat="server" ></asp:Label>

</p>

CSS
All the position is just random.

#Table1 {
background-color: green;
position: absolute;
height:500px;
width:200px;
left:735px;
top:100px;
}

#Table2 {
background-color: blue;
position: absolute;
height:500px;
width:200px;
left:800px;
top:100px;
display:none;
}

JavaScript

var x=640;
var y=850;

function move()
{
var A = document.getEle mentById("Layer 1");
var B = document.getEle mentById("layer 2");
document.getEle mentById('Layer 2').style.displ ay = "inline";

A.style.left=x;
B.style.left=y;

}

All this thing is actually the way tht I want the page work.
However..I don't know how to Display the DATA tp LAYER2 tht calling from database.
How to calling the database without refreshing.

The operation is :
1. User need the type at the TextBox wht they need.
2. Press the Button.
3. Layer2 come out behind the Layer1 with the DATA.

I'm using ASP.NET, VB..Not C#..
Aug 24 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
4194
by: Michael Brennan-White | last post by:
If I submit my for using a get action the resulting page loads . If I use a post action I get an error page saying "The page cannot be found". I am calling the originating page!!! This happens in IE as well as FireFox. This code has been tested on a Win2003 server, IIS6, PHP 5.0.3, mySQL 4.1.8 and it works fine. The problem server is a Win2k server, IIS5, PHP 5.0.4, mySQL 4.1.11.
4
53980
by: Kanuf | last post by:
On a page I am designing, I'm trying to create a "div rollover". Basically, I want a div's contents to change (or a new div to replace the old one) via hover. I have tried this, but it doesn't seem to work. TEXT and IMAGE
5
5875
by: Thomas Hoheneder | last post by:
Hello, I have a web page that contains the following things. 1) Lots of text, so that the page is longer/higher than one browser screen. 2) Within that text there is an input text field. 3) On some place after there, there is a select tag. 4) I have the following div tag absolutely positioned on the page, somewhere between all the text. <div id="fixeddiv" style="position:absolute;left:0px;top:50px;width:300px;height:100px;border:s
0
1351
by: Mel | last post by:
i have about 100 topics, when the user clicks on a topic, i would like to display the content in a DIV section below the topic, using "visible" function. so far NOT BAD, i am doing it. however, i do not wish to load the content of 100 or more topics, since it can take a lot of time. QUESTION:-
1
1456
by: avihaimar | last post by:
hello i have the code below: <html> <body> <table> <div id="div1" style="display :none"> <tr> <td> uuu </td>
1
5329
by: john | last post by:
Hi to All, I am new to html authoring, so sorry if my terminology is not correct or exact. I would like to position a footer div to the bottom of the browser window. As I research in the web shows this could be done a containing element with "min-height: 100%;" and an absolute positioned element (div) inside, aligned to bottom ("position: absolute; bottom:0px")
0
943
by: Monisha | last post by:
In my project have sub menu . When I click the sub menu option ,it displayed everything. In Main page have two drop down lists. When I was moving to upward the sub Menu, two drop down lists will display in the title bar of the SubMenu . The title bar contains the title and Close(hyperlink) .The title bar is div control. Is it possible to hide the drop down lists when I moving that place ?. The drop down lists are dynamically created.
1
3986
by: pbd22 | last post by:
Hi all. I am using styles to lock down the GUI until the user enters some info in a CSS/DIV pop box. If the user does now scroll before he clicks, the pop box is centered and the background color spans the entire page. But, if he scrolls first, say, to the middle of the page, then when the click happens you only see the bottom of
0
9589
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
9994
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9863
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8870
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7408
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5298
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3958
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.