validation-bubble-message を表示するには、html5 で必要な検証と同様の JavaScript または jquery 関数を記述する必要がありますが、ボタンでカスタム バリデーターを使用しているため、必要なタグを使用したくありません。
助言がありますか?
私はvbを使用したasp.netであることに注意してください
<p>
<label for="username" class="uname" data-icon="u" > Your username </label>
<asp:Textbox runat="server" id="username" name="username" type="text" placeholder="myusername"/>
</p>
<p>
<label for="password" class="youpasswd" data-icon="p"> Your password </label>
<asp:Textbox runat="server" id="password" name="password" type="password" placeholder="eg. X8df!90EO" />
</p>