Message box in vb.net
You have to do two things for creatng a messagebox in vb.net
1) In design mode add the following codes after
Dim UniqueNumber As Guid
UniqueNumber = Guid.NewGuid
Response.Write("
" & UniqueNumber.ToString)
About the author:
.TabArea
{
background-color: White;
font-size: x-small;
border-left: 1px solid black;
border-bottom: 1px solid black;