473,396 Members | 1,833 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

javascript in asp.net

Hi there
how can i call the function "Business" from the following web control

<asp:radiobutton id="optBussiness" runat="server"
GroupName="Address"></asp:radiobutton>
Here is the javascript
----------------------

function loadIntoElement (id, text)
{
if (document.getElementById)
{
var el = document.getElementById(id);
while (el.hasChildNodes())
el.removeChild(el.lastChild);
el.innerHTML = text;
}
}
function Business()
{
loadIntoElement('BusinessName', 'Business Name: <input
name="txtBusinessName" value="<%= BusinessName %>" size="20"
maxlength=20 value="" class="textbox">');
}

Many Thanks
Niju

Nov 19 '05 #1
5 2014
The JavaScript event is onClick and the whole statement will be something
like optBusiness.Attribute.Add("onClick","Business( );"); noting I don't
remember if using the semicolon to delineate the JavaScript function call
will throw an exception.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"niju" <di**************@gmail.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
Hi there
how can i call the function "Business" from the following web control

<asp:radiobutton id="optBussiness" runat="server"
GroupName="Address"></asp:radiobutton>
Here is the javascript
----------------------

function loadIntoElement (id, text)
{
if (document.getElementById)
{
var el = document.getElementById(id);
while (el.hasChildNodes())
el.removeChild(el.lastChild);
el.innerHTML = text;
}
}
function Business()
{
loadIntoElement('BusinessName', 'Business Name: <input
name="txtBusinessName" value="<%= BusinessName %>" size="20"
maxlength=20 value="" class="textbox">');
}

Many Thanks
Niju

Nov 19 '05 #2
Try this server side code to wire things up:

optBussiness.Attributes.Add("onClick", "Business();")

Here's more info:
http://SteveOrr.net/articles/ClientSideSuite.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"niju" <di**************@gmail.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
Hi there
how can i call the function "Business" from the following web control

<asp:radiobutton id="optBussiness" runat="server"
GroupName="Address"></asp:radiobutton>
Here is the javascript
----------------------

function loadIntoElement (id, text)
{
if (document.getElementById)
{
var el = document.getElementById(id);
while (el.hasChildNodes())
el.removeChild(el.lastChild);
el.innerHTML = text;
}
}
function Business()
{
loadIntoElement('BusinessName', 'Business Name: <input
name="txtBusinessName" value="<%= BusinessName %>" size="20"
maxlength=20 value="" class="textbox">');
}

Many Thanks
Niju

Nov 19 '05 #3
Thanks Guys that helped

Nov 19 '05 #4
HI there
I again hit the wall. How can i retrive the value of
<input name="txtBusinessName" value="<%= BusinessName %>" size="20"
maxlength=20 value="" class="textbox">');

from code behind page?

Cheers

Niju

Nov 19 '05 #5
Request.Form("txtBusinessName")

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Paranoia is just a state of mind.

"niju" <di**************@gmail.com> wrote in message
news:11*********************@g44g2000cwa.googlegro ups.com...
HI there
I again hit the wall. How can i retrive the value of
<input name="txtBusinessName" value="<%= BusinessName %>" size="20"
maxlength=20 value="" class="textbox">');

from code behind page?

Cheers

Niju

Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
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...
0
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,...

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.