Microsoft
Software
Hardware
Network
Question : Is their anyway to convert label to a string
Is their anyway to convert label to a string
Dim u As UserControl = TryCast(FindControl("Event
Details"),
UserControl)
Dim b As Label = TryCast(u.FindControl("lbl
EventID"),
Label)
Answer : Is their anyway to convert label to a string
If u are able to find the control, then u can assign the label text to string like
Dim b As Label = TryCast(u.FindControl("lbl
EventID"),
Label)
dim str as string
str = b.Text
Random Solutions
Outlook calendar appointments disappear without being deleted.
For Experts: Internal representation of pre-20th century dates... what do you think of this one?
Dell Dimension 9150 with XP running terribly slow
32 bit version of OCS 2007 for learning?
What is the script to do the following?
Problem automating word on IIS
WinRM Fails To Start on Windows Server NOT R2
Cached domain login while not connected to domain. Is there a Timeout?
SQL -- overwrite
VB .Net - automation script to click export report icon from crystal report viewer.