submit form inside an automatically created ASP form
-
hello, i need to create a form which will submit the content to an outer file like xxform.asp the problem is that if i try to do it the form won't work. it will not submit itself to the file. thats because it is nested inside a different form and/or is declared as runat=server is there a way to make this happen? will IFRAME work ? i need the aspx functionability as well because i want to read info from a database and put it as part of the posted form , thats why i cant get rid of the outer form. thanks in advance avi
-
hello, i need to create a form which will submit the content to an outer file like xxform.asp the problem is that if i try to do it the form won't work. it will not submit itself to the file. thats because it is nested inside a different form and/or is declared as runat=server is there a way to make this happen? will IFRAME work ? i need the aspx functionability as well because i want to read info from a database and put it as part of the posted form , thats why i cant get rid of the outer form. thanks in advance avi
This is the ASP.NET forum, this is an asp question . Try the web dev forum. Or better yet, don't use ASP, it sucks.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
This is the ASP.NET forum, this is an asp question . Try the web dev forum. Or better yet, don't use ASP, it sucks.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
well my friend this is an ASP.NET question because i am using an ASP.NET page and from it i need to submit a form to other page. but since ASP.NET creates its own form for its purposes i cant build my inner form for the submit purpose. any suggestions? i heared AJAX can solve this but i am not familiar with it tnx, avi