Click here to Skip to main content
15,899,679 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionConverting world coordinates to screen coordinates Pin
Mark0610-Sep-05 13:17
Mark0610-Sep-05 13:17 
QuestionTooltip Pin
ecentinela10-Sep-05 11:21
ecentinela10-Sep-05 11:21 
AnswerRe: Tooltip Pin
Briga11-Sep-05 22:32
Briga11-Sep-05 22:32 
GeneralRe: Tooltip Pin
ecentinela12-Sep-05 0:29
ecentinela12-Sep-05 0:29 
GeneralRe: Tooltip Pin
Dave Kreskowiak12-Sep-05 4:45
mveDave Kreskowiak12-Sep-05 4:45 
GeneralRe: Tooltip Pin
ecentinela12-Sep-05 6:00
ecentinela12-Sep-05 6:00 
GeneralRe: Tooltip Pin
Dave Kreskowiak12-Sep-05 6:25
mveDave Kreskowiak12-Sep-05 6:25 
QuestionForms within an ASPX form Pin
asalyon10-Sep-05 7:52
asalyon10-Sep-05 7:52 
I am in the process of moving my pages from asp to aspx and I ran into a snag. I have an order form that I use to place items into a Yahoo shopping cart. To do this, I have 2 forms on the old asp page each having an item. When I moved this code over to the aspx page, I found that the first form just posts back to the aspx page but the second works fine. More over, when I put a blank form before the two original forms they both work fine. It seems only the first form does not work. This is a workaround for the problem but I would like to know what is going on. Please let me know!

Regards:


For example:

<body>
<form
id="Form2"
method="post"
runat="server"
>

--- This Form Posts Back to the aspx page
<form
method=post
Id=frm02
Action="http://order.store.yahoo.com/cgi-bin/wg-order?mysite"
>
<input
Name=vwcatalog
Type="hidden"
Value=mysite
>
<input
Name=vwitem
Type="hidden"
Value=item1
>
<input
Name=vwquantity
Type="hidden"
Value=0
>
<input
Class="submitbutton"
Value="submit"
Type="image"
src="http://mysite.org/images/CmdButton-AddMeToThisEvent-2F8DBE.gif"
id="btn1"
width="190"
>
</form>



----This form works fine ---
<form
method=post
Id=frm03
Action="http://order.store.yahoo.com/cgi-bin/wg-order?mysite"
>
<input
Name=vwcatalog
Type="hidden"
Value=mysite
>
<input
Name=vwitem
Type="hidden"
Value=item2
>
<input
Name=vwquantity
Type="hidden"
Value=0
>
<input
Class="submitbutton"
Value="submit"
Type="image"
src="http://mysite.org/images/CmdButton-AddMeToThisEvent-2F8DBE.gif"
id="btn2"
width="190"
>
</form>


</form>
</body>


Steve
AnswerRe: Forms within an ASPX form Pin
Christian Graus11-Sep-05 12:48
protectorChristian Graus11-Sep-05 12:48 
GeneralRe: Forms within an ASPX form Pin
asalyon12-Sep-05 12:17
asalyon12-Sep-05 12:17 
GeneralRe: Forms within an ASPX form Pin
Christian Graus12-Sep-05 12:30
protectorChristian Graus12-Sep-05 12:30 
QuestionMove mouse with code Pin
ecentinela10-Sep-05 6:16
ecentinela10-Sep-05 6:16 
AnswerRe: Move mouse with code Pin
MohammadAmiry11-Sep-05 6:23
MohammadAmiry11-Sep-05 6:23 
General[Msg Deleted] Pin
ecentinela11-Sep-05 7:14
ecentinela11-Sep-05 7:14 
GeneralRe: [Msg Deleted] Pin
rudy.net11-Sep-05 17:13
rudy.net11-Sep-05 17:13 
QuestionHow to embed a thumbnail into an image file? Pin
Kramer_198210-Sep-05 4:37
Kramer_198210-Sep-05 4:37 
AnswerRe: How to embed a thumbnail into an image file? Pin
Dave Kreskowiak10-Sep-05 9:11
mveDave Kreskowiak10-Sep-05 9:11 
GeneralRe: How to embed a thumbnail into an image file? Pin
Kramer_198210-Sep-05 9:40
Kramer_198210-Sep-05 9:40 
GeneralRe: How to embed a thumbnail into an image file? Pin
Dave Kreskowiak10-Sep-05 14:22
mveDave Kreskowiak10-Sep-05 14:22 
QuestionInstantiate an object to be able to pass it through a dialog call. Pin
macupryk10-Sep-05 0:40
macupryk10-Sep-05 0:40 
QuestionARRAYS FOR ASSIGNMENT Pin
DJSMA9-Sep-05 23:25
DJSMA9-Sep-05 23:25 
AnswerRe: ARRAYS FOR ASSIGNMENT Pin
Colin Angus Mackay10-Sep-05 1:53
Colin Angus Mackay10-Sep-05 1:53 
Questionany thing for dynamic reporting Pin
Rizwan Bashir9-Sep-05 23:22
Rizwan Bashir9-Sep-05 23:22 
QuestionData Adapter.Fill Pin
Adnan Yousuf9-Sep-05 19:52
Adnan Yousuf9-Sep-05 19:52 
AnswerRe: Data Adapter.Fill Pin
SylverFyre10-Sep-05 3:56
SylverFyre10-Sep-05 3:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.