hi iam getting date as like '1/01/2010' from a dateofarrival(name of text box id) .......
i want to replace the ' from '1/01'2010'.,
iam interested to show as like 1/01/2010.........
plsa help me,,,,,,,,,,
here iam using asp.net with vb.net ........
here my coding is.....
Response.Redirect("check availability.aspx?ardate='" & dateofarrival.Text & "' ")
Dim ardate
ardate = Request.QueryString("ardate")
arrivaldate.Text = ardate
pls help me urgent...........