Click here to Skip to main content
15,894,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi EveryOne,
I have to use the Post method to hit the string wuth URL

form1.Attributes.Add("action", "https://www.telprocess.co.in/Payment/Request.jsp");
form1.Attributes.Add("method", "post");

This working fine , the page without master page.
But the page who have the master page , i face issue, because of master page web form does not have the form tag attribute.
Any body tell me,whats attribute are use for the fullfill the "form" tage attribute in masterpage web form.

Thanks in advanced.
regards,
Ravi Sharma
Posted

1 solution

Hi Ravi
I think this can solve your problem...

[Update]
this.Master.Attributes.Add 

[/Update]
 
Share this answer
 
v2
Comments
Ravi Sharma 2 4-Aug-11 2:36am    
Its not working sir.Its not accept 2 argument.
Suresh Suthar 4-Aug-11 2:40am    
I have update the answer. Plz use Attributes.Add instead of Attributes.AddAttribute....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900