我们正在尝试通过GupShup接口发送带有快速回复按钮的WhatsApp消息。在这种情况下,我们使用WhatsApp会话消息传递,而不是模板消息传递。
示例消息如下所示
You can now view your Account Balance or Mini statement for Account ending with 2343 simply by selecting one of the options below. | [View Account Balance] | [View Mini Statement]
但是当我们使用GupShup单个接口发送时,按钮不会出现在WhatsA
我的web应用程序中有asp.net登录控件。我使用了以下代码。
<asp:Login ID="LoginControl" runat="server" Width="351px" CssClass="login"
PasswordRequiredErrorMessage="You must enter a Password."
UserNameRequiredErrorMessage="You must enter a Username."
我在页面上有一个ChangePassword控件,如下所示:
<asp:ChangePassword ID="ChangePassword1" runat="server"
NewPasswordRegularExpressionErrorMessage="Password must be atleast 8 characters, containing upper & lowercase, numeric and special characters."
ConfirmPasswordRequiredErrorMessage=