如何在C#中使用Jquery标记 [英] How Do I Take A Jquery Tag In C#

查看:79
本文介绍了如何在C#中使用Jquery标记的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

i我的网页应用程序中的我的标签博客有问题

i想要像

[ ^ ]



i为搜索我的标签写了一个存储过程但是idont知道我如何结合jquery和c#在一起

任何人帮我吗?

hi everyone
i have a problem with my tags blog in my web application
i want to have jquery tag like
[^]

i wrote a stored procedure for search my tags but idont know how can i combine jquery and c# together
any body help me?

推荐答案

Jquery是一个客户端库.C#是一个服务器端库。



因此,如果你想合并它们,那么你必须使用 jQuery Ajax



请阅读以下文章了解更多信息。



在ASP.NET中使用jQuery for AJAX [ ^ ]
Jquery is a client side library.C# is a server side library.

So if you want to merge them both then you have to use jQuery Ajax for that.

Please read below article for more info.

Using jQuery for AJAX in ASP.NET[^]


with combobox telerik

所以我这样做

with combobox telerik
so i do this
RadComboBox1.DataSource = blogOp.get_All_Tags();
             RadComboBox1.DataTextField = "tagName";
             RadComboBox1.DataValueField = "tagId";
             RadComboBox1.DataBind();






in my sourcecode

<telerik:radcombobox id="RadComboBox1" runat="server" autocompleteseparator="/" filter="StartsWith" itemsperrequest="5" xmlns:telerik="#unknown">
                   </telerik:radcombobox>





i couldent使用telerik控件

所以感谢每一个



i couldent to use telerik controls
so thanks every one


这篇关于如何在C#中使用Jquery标记的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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