|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
ASP.NET web forms
Hi. I am using web controls in my page. But my web forms messes up with my url-rewriting when I submit it, I have url like mypage/find and when I submit the form and process it gives me back url like mypage/find.aspx. How can I avoid this when using web controls?
|
|
#2
|
|||
|
|||
|
I think you can avoid this by manually defining the action parameter in the <form> tag. (HTML tab of the web form)
Hope this helps
__________________
- Rogier Doekes |
|
#3
|
|||
|
|||
|
hi...i think...
hello there...
i think u need to specify Response.Redirect("Filename.aspx") or if u need to embed its for example Customer id....u better use this one....Response.Redirect("Filename.aspx?Customerid="+System.Web.HttpUtility.UrlEncode(CustomerId)); i hope it work... Good Luck!!! |
|
#4
|
|||
|
|||
|
Dreamer - yes mate even thou the two previous posters dont have a clue what you're on about - I do
![]() I am having the exact same problem... all pages are rewritten through to 'default.aspx' so as a result all form actions are now 'default.aspx' ... great (((Please tell me you found a solution to this... otherwise I'll have to remove all the URL rewriting and go back to the old method of semi-blank aspx pages... (( |
![]() |
| Viewing: Dev Articles Community Forums > Programming > .NET Development > ASP.NET web forms |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|