Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~532 People Reached
Favorite Tags
Member Avatar for jiecerbo31

Hi, hope somebody can help me with my problem. I am using ajax validatorcalloutextender in an employee insert/update page(ASP.NET, VB.NET). I am also using bootstrap navigation tabs to group relevant employee details. Whenever there is an error in one of the fields, I would like the tab containing the field …

0
156
Member Avatar for jiecerbo31

I have a label that I would like to update with the current operation being done in a button's click event. Sample code: Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click 'Process 1.... lblProcess.Text = "Now processing process1" 'Process 2.... lblProcess.Text = "Now processing process2" 'Process …

Member Avatar for Mr.M
0
376