RushiShroff
Programmer
For the last 3 years I have been programming ASP,
never had such problem.
Generates this
<a href="SubCat_Update.asp?SubCat_Desc=Timepieces&Temp_Id=1"><%=rsSubCat_Mast("Sub_category"
%></a><%=rsSubCat_Mast("Sub_Cat_Code"
%></small><input type=checkbox value="<%=rsSubCat_Mast("Sub_Cat_Code"
%>" name=CheckToDel>
But when i click the link..
It will take me to the
[b [/b]
page which doesnt exist ..!!
Even when I paste the URL to the address bar it takes me to the same page..!!
I am amazeD!
ANY SOLUTIONS !! Rushi Shroff Rushi@emqube.com
"Life is beautiful."
never had such problem.
Code:
<a href="SubCat_Update.asp?SubCat_Desc=Timepieces&Temp_Id=<%=rsSubCat_Mast("Temp_Id")%>"><%=rsSubCat_Mast("Sub_category")%></a><%=rsSubCat_Mast("Sub_Cat_Code")%><input type=checkbox value="<%=rsSubCat_Mast("Sub_Cat_Code")%>" name=CheckToDel>
Generates this
<a href="SubCat_Update.asp?SubCat_Desc=Timepieces&Temp_Id=1"><%=rsSubCat_Mast("Sub_category"
But when i click the link..
It will take me to the
[b [/b]
page which doesnt exist ..!!
Even when I paste the URL to the address bar it takes me to the same page..!!
I am amazeD!
ANY SOLUTIONS !! Rushi Shroff Rushi@emqube.com
"Life is beautiful."