Problem with datagrid link
-
am having the problem when retreving data from database. i hav a value in database "page'3.aspx". single quotes is there. i retrieve it and displays it in a datagrid as a link.The link displays like page'3.asp but the problem is with link doesnt have that single quotes. that is when i click that link it goes to page3.appx How can i solve this problem.please help me Sarith -- modified at 3:24 Thursday 9th August, 2007
-
am having the problem when retreving data from database. i hav a value in database "page'3.aspx". single quotes is there. i retrieve it and displays it in a datagrid as a link.The link displays like page'3.asp but the problem is with link doesnt have that single quotes. that is when i click that link it goes to page3.appx How can i solve this problem.please help me Sarith -- modified at 3:24 Thursday 9th August, 2007
whats the purpose of putting a single quote? (page'3.aspx) and storing it on your database? i mean why would you something like that?
-
am having the problem when retreving data from database. i hav a value in database "page'3.aspx". single quotes is there. i retrieve it and displays it in a datagrid as a link.The link displays like page'3.asp but the problem is with link doesnt have that single quotes. that is when i click that link it goes to page3.appx How can i solve this problem.please help me Sarith -- modified at 3:24 Thursday 9th August, 2007
sarithka wrote:
The link displays like page'3.asp
It's not displaying like page'3.aspx ?
sarithka wrote:
page3.appx
:confused: APPX ? Explain your problem clearly.
-
sarithka wrote:
The link displays like page'3.asp
It's not displaying like page'3.aspx ?
sarithka wrote:
page3.appx
:confused: APPX ? Explain your problem clearly.
yea its displaying like this "page'3.aspx" but the problem is actually the link holds only page3.aspx.. u got my prblem?? means its displaying like this page'3.aspx but when i click to that link it redirect to page3.aspx sarith
-
yea its displaying like this "page'3.aspx" but the problem is actually the link holds only page3.aspx.. u got my prblem?? means its displaying like this page'3.aspx but when i click to that link it redirect to page3.aspx sarith
sarith.ka wrote:
means its displaying like this page'3.aspx but when i click to that link it redirect to page3.aspx
Goto viewsource and check what is the link. You can check in the status bar also when mouse points over the link. Check there it is coming like page'3.aspx
-
sarith.ka wrote:
means its displaying like this page'3.aspx but when i click to that link it redirect to page3.aspx
Goto viewsource and check what is the link. You can check in the status bar also when mouse points over the link. Check there it is coming like page'3.aspx
no its comning like page3.aspx. the same thing i bind with gridview there it comes like page'3.aspx what will i do pls help me thanks for ur response
Sarith...