how can i remove perticular value from query string for e.g Default.aspx?name="my name is abc"
i want to remove 'abc' from above query string .
how can i do that??
i just want to show 'my name is' as a output
how can i remove perticular value from query string for e.g Default.aspx?name="my name is abc"
i want to remove 'abc' from above query string .
how can i do that??
i just want to show 'my name is' as a output