Click here to Skip to main content
15,900,258 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
Anand Desai12-Oct-08 19:32
Anand Desai12-Oct-08 19:32 
GeneralRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
amit sahu2012-Oct-08 19:42
amit sahu2012-Oct-08 19:42 
GeneralRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
Guffa12-Oct-08 23:36
Guffa12-Oct-08 23:36 
AnswerRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
nyeboy12-Oct-08 18:53
nyeboy12-Oct-08 18:53 
GeneralRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
amit sahu2012-Oct-08 19:00
amit sahu2012-Oct-08 19:00 
GeneralRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
Guffa12-Oct-08 23:30
Guffa12-Oct-08 23:30 
GeneralRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
nyeboy14-Oct-08 17:47
nyeboy14-Oct-08 17:47 
QuestionHow to Rewrite URLs???? Pin
Anand Desai12-Oct-08 18:24
Anand Desai12-Oct-08 18:24 
Hi coders,

I am using .NET 2008 version. I am currently facing problem with urls. i dont want to show my URL like '.....com/redirect.aspx?ser=..' but instead of same i want to show the fix url like '.....com/'.

I have written like following:
<itemtemplate>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr> <td width="100%" class="buttons4" style="padding-left: 20px;"> <asp:hyperlink runat="server" navigateurl="<%# String.Concat("ServiceRedirect.aspx?serid=",DataBinder.Eval(Container.DataItem,"nServiceID")) %>"><%# DataBinder.Eval(Container.DataItem, "cServiceName")%></asp:hyperlink> </td> </tr>
</table>
</itemtemplate>

I dont want to show "ServiceRedirect.aspx?serid=.." as my URL.
I know this can be done by setting 'RewriteRule' in HTACCESS file. Can anyone please tell me how to set 'RewriteRule' in .NET????? Or please suggest me any other way to do it.

Thanks in advance for any help.

Anand Desai
Developer
Atharva Infotech
AnswerRe: How to Rewrite URLs???? Pin
nyeboy12-Oct-08 18:57
nyeboy12-Oct-08 18:57 
AnswerRe: How to Rewrite URLs???? Pin
whatUrunning.com12-Oct-08 22:18
whatUrunning.com12-Oct-08 22:18 
QuestionHow to add watermark to videos using asp.net Pin
shanthi040712-Oct-08 18:17
shanthi040712-Oct-08 18:17 
QuestionValidating URL without www Pin
meeram39512-Oct-08 17:56
meeram39512-Oct-08 17:56 
Questionget values on 3 Form Pin
tungcan5diop12-Oct-08 16:03
tungcan5diop12-Oct-08 16:03 
AnswerRe: get values on 3 Form Pin
Abhijit Jana12-Oct-08 17:19
professionalAbhijit Jana12-Oct-08 17:19 
GeneralRe: get values on 3 Form Pin
nyeboy12-Oct-08 19:04
nyeboy12-Oct-08 19:04 
AnswerRe: get values on 3 Form Pin
gautamamit812-Oct-08 20:47
gautamamit812-Oct-08 20:47 
QuestionHow to set a server parameter from client Pin
shovaly12-Oct-08 5:32
shovaly12-Oct-08 5:32 
AnswerRe: How to set a server parameter from client Pin
Guffa12-Oct-08 14:25
Guffa12-Oct-08 14:25 
GeneralRe: How to set a server parameter from client Pin
shovaly12-Oct-08 22:40
shovaly12-Oct-08 22:40 
QuestionPleas help me Pin
Narendra Babu O12-Oct-08 5:26
Narendra Babu O12-Oct-08 5:26 
AnswerRe: Pleas help me Pin
Abhijit Jana12-Oct-08 17:26
professionalAbhijit Jana12-Oct-08 17:26 
QuestionCreate User ID on server Pin
Deepakharsora11-Oct-08 21:45
Deepakharsora11-Oct-08 21:45 
QuestionOverwrite sitemap node Pin
TheEagle11-Oct-08 18:45
TheEagle11-Oct-08 18:45 
AnswerRe: Overwrite sitemap node Pin
nyeboy12-Oct-08 19:12
nyeboy12-Oct-08 19:12 
GeneralRe: Overwrite sitemap node Pin
TheEagle13-Oct-08 21:37
TheEagle13-Oct-08 21:37 

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.