Ask a Question related to ASP.NET General, Design and Development.
-
Karl Seguin #1
Re: Server couldnt notice object that i appended (ClientSide) ...
even if you are using an dropdownlist webcontrol, you'll only have access to
a dynamically added item if it's selected via the Request.Form().
Karl
"Ozz" <oguz.karadenizli@isbank.com.tr> wrote in message
news:OWI6$UrUDHA.2452@TK2MSFTNGP09.phx.gbl...control..> have a ListBox server side control i want to add new Item to this> For this i wrote this code:
>
> var oOption=document.createElement("OPTION");
> oOption.value="Test"
> oOption.innerText="Test" Form1.ListBox1.options.appendChild(oOption);
>
> And item(<option>) apended to ListBox(<select>) on client side..
> But i couldnt get this item on server side...
>
> What was my fault?
>
>
Karl Seguin Guest
-
remote object to singleton object(server side)
how can I use a RemoteObject when the remote object in the server side is a singleton (this means that there is no public constructor in the remote... -
troubleshoot : couldnt create folder on USB mass storage disk driver under Win2003 std
I'm using IRiver iFP-395, a standard UMS USB disk diver. But now I couldnt create folder on USB mass storage disk driver under Win2003 std. ... -
url appended to
I have to work with a url that has a value appended after a question mark. Usually, this is set forth as http://.....?variable=value but in this... -
domainname not appended
Hi, on my AIX 4.3.3 (ML10) Box the domainname from /etc/resolv.conf will not be appended. If i run "telnet computer" aix says unknown host, if i... -
X Server fails to notice loaded agpgart module
Hi. The following message appears in my XFree86 logs... (WW) R128(0): AGP not available (WW) R128(0): AGP failed to initialize -- falling... -
Ozz #2
Re: Server couldnt notice object that i appended (ClientSide) ...
or can i use .Net component for this requirement...
I don't want to make convertion functions "information to string" and
"string to information"
only i want to extend .Net components that perceive client side operation ..
It must say " my listbox is 3 elements now..Someone add child on clientside
by jscript " :)
"Ozz" <oguz.karadenizli@isbank.com.tr> wrote in message
news:eTck9jPVDHA.2368@TK2MSFTNGP09.phx.gbl...i> Yes ..I haven't used ordinary asp method until now ..
> I usually use xml spesific methodology (xmlhttp,xslt,xsd,...)...
> Because of this i dont have any ideas for ASP tricks ...
> I try to use request.form but I recognized that if my listbox have 4 lineline> couldnt reach it by Request.Form["myListBox"] but if I it has only oneby> i can reach it by Request.Form ...
> Similarly I couldnt reach Tables but i can reach (<input> ) (hidden or
> visible )...
> And i thought "if my form element have value attributes i can access itmake> request.form...
>
> But i have problem for my application .. my information is not string ..
> what must i do ...
> must i convert my information to string (hidden input) ?(I saw someoneaccess> this) ...Else..?
>
> "Karl Seguin" <kseguin##crea.ca> wrote in message
> news:%230OiZZrUDHA.2224@TK2MSFTNGP10.phx.gbl...> > even if you are using an dropdownlist webcontrol, you'll only have> to>> > a dynamically added item if it's selected via the Request.Form().
> >
> > Karl
> >
> > "Ozz" <oguz.karadenizli@isbank.com.tr> wrote in message
> > news:OWI6$UrUDHA.2452@TK2MSFTNGP09.phx.gbl...> > control..> > > have a ListBox server side control i want to add new Item to this> >> > > For this i wrote this code:
> > >
> > > var oOption=document.createElement("OPTION");
> > > oOption.value="Test"
> > > oOption.innerText="Test" Form1.ListBox1.options.appendChild(oOption);
> > >
> > > And item(<option>) apended to ListBox(<select>) on client side..
> > > But i couldnt get this item on server side...
> > >
> > > What was my fault?
> > >
> > >
> >
>
Ozz Guest



Reply With Quote

