sql
文章平均质量分 70
一个普普通通的搬运工
这个作者很懒,什么都没留下…
展开
-
ASP.NET 服务器端是否使用 JQUERY 的确认框
ASP.NET 服务器端是否使用JQUERY的确认框简介:在本文中,将分享如何使用 javascript 确认方法并根据用户响应(确定或取消)在 Asp.Net C# 中的代码中在服务器端执行不同的操作,从而在下拉列表所选项目更改时显示服务器端确认框和VB。: 使用javascript confirm 方法可以在Ok 按钮上执行服务器端操作,因为它允许回发但是在单击取消按钮时我们不执行服务器端操作,因为它不允许回发。但有时需要根据确定和取消按钮执行不同的操作。原创 2023-05-04 11:03:52 · 78 阅读 · 0 评论 -
SQL SERVER: HOW TO SPLIT OR CONVERT DELIMITED STRING INTO ROWS WITHOUT USING FUNCTION
In this article I am going to explain How to convert or split the delimited string (comma separated string) into table rows by converting them into xml and then parsing the xml to split them in rows.原创 2023-04-24 11:18:05 · 166 阅读 · 2 评论