动态站点地图 [英] Dynamic Sitemap

查看:74
本文介绍了动态站点地图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我遇到了如何制作动态站点地图的问题
我已遵循本文中的所有准则,但我不能这样做
我做了存储过程,将查询字符串的值显示为.

I had Problem How I can Make Dynamic Site Map
I Followed All Guidelines In This article but I cannot do
i made stored procedure that display value from query string as.

SET QUOTED_IDENTIFIER ON 
GO
SET ANSI_NULLS ON 
GO

ALTER    Proc Navcategory
(
@Category_Id  Int 
)
As
Select Distinct   Categories.Category,Categories.Category_Id
 From Categories
Where Category_Id=@Category_Id

GO
SET QUOTED_IDENTIFIER OFF 
GO
SET ANSI_NULLS ON 
GO



所以我想让网站地图显示从查询中检索到的值


Home<4door.....>



so i want site map display the value which retrieved from query
as

Home<4door.....>

推荐答案

您指的是哪一篇文章?这是CodeProject上的文章吗?如果是,则在文章底部的论坛中发布消息.

无论如何,您还可以检查 [
Which article are you referring to? Is it an article at CodeProject? If yes then post a message in the forum at the bottom of article.

Anyway you can also check this[^] article.

-Saurabh


这篇关于动态站点地图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆