开发者

Two form tags in asp.net page causes issues

开发者 https://www.devze.com 2023-03-21 13:53 出处:网络
I have a search box which performs a search on any given keyword. It was working fine until another programmer added two form tags to the page which causes the url to load additional details while pas

I have a search box which performs a search on any given keyword. It was working fine until another programmer added two form tags to the page which causes the url to load additional details while passing query string. When I comment any one开发者_开发百科 of the tag, the query string is passed correctly. Can you please help with your valuable input?


There should be one Form tag in the page. Please check below link:

http://msdn.microsoft.com/hi-in/magazine/cc163736%28en-us%29.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消