Ask a Question related to ASP.NET General, Design and Development.
-
S. Justin Gengo #1
Re: Form submit
Mira,
If you move from one page to another then the objects which were on the
first page wouldn't be accessible from the second. Is this what you are
doing?
Justin
"Mira Vizjak" <mira.vizjak1@guest.arnes.si> wrote in message
news:bev54v$lbh$1@planja.arnes.si...this> Hi
> I'm totally confused. I have a simple textbox and linkbutton on my page.
> When I press the link button I would like to get the text property of
> textbox:
> Private Sub link1_Click(ByVal sender As System.Object, ByVal e As
> System.EventArgs) Handles link1.Click
> If Page.IsValid Then
> Dim something as string = Page.Request.Params.Item("TextBox1")
> 'works fine
> Dim somethingelse as string = textbox1.text 'doesn't work onsubmiting> page, but when used on another page works OK
> End If
> End Sub
>
> On both pages all properties are same (enableviewstate,...), but get
> different results. What's happening? Is there a simple tutorial on> forms and this stuff? Thanks for your help!
>
> Jure
>
>
>
S. Justin Gengo Guest
-
Submit PDF Form
I've created my first PDF Form in Acrobat 7.0 Professional, with a "submit-form" button. Now, I want the filled-out form to be sent as an attachment... -
Form does not submit in Mac
Hi all, I am using the submitForm() on my submit button. I have set the URL to "/Save.aspx" which will get the submitted information and doing... -
Need Help With Submit Form
I have DW 3 and designing my own site. I would like my customer to be able to fill out a form. I know how to create a form, I don't know how to get... -
Form Field/ Form Submit Problems (probably an easy answer...)
Hey Everyone.. I have a form that has approximately 7 text fields and 1 checkbox. Generally when this form is submitted(to itself BTW) it works... -
ASP Form Doesn't Always Submit
Hello everyone, I am pretty much newbie to ASP so please bear with me as I explain my problem. I currently have a main form which displays data... -
Mira Vizjak #2
Re: Form submit
No, I don't move to another page. The linkbutton control doesn't even have
the navigateurl property.
Mira Vizjak Guest
-
S. Justin Gengo #3
Re: Form submit
Mira,
I'm afraid that I'm also at a loss. It should be working. I have had some
files messed up myself and certain objects have stopped working with no
known cause. In these cases I've usually copied and pasted the code from the
..aspx file and the code behind for the page to notepad, deleted the entire
file, and then recreated it.
That might be your only hope, because your code should be working.
--
S. Justin Gengo
Web Developer / Programmer
Free Code Library At:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"Mira Vizjak" <mira.vizjak1@guest.arnes.si> wrote in message
news:bev6o4$mn9$1@planja.arnes.si...> No, I don't move to another page. The linkbutton control doesn't even have
> the navigateurl property.
>
>
S. Justin Gengo Guest
-
Joshuamj7 webforumsuser@macromedia.com #4
Form submit
I am new to Flash and need some help. I have two input fields and a submit button. I have the submit button using the getURL(); command and I am able to pull up my target. The problem is I can't get the information from my input fields to submit to my target. In HTML I would just create a form and submit, I would like to do the same with my SWF. Any help would be appreciated.
Joshuamj7 webforumsuser@macromedia.com Guest



Reply With Quote

