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
Can I have command box labeled email and have it only open up the installed .pdf printer
Outlook problem with error 0x80040154 (and others) -- inetcomm issue?
sql server 2005 installation
Using CopyFromRecordset with recordset yields a blank worksheet. Urgent!
Automatically close Outlook on log off or shutdown
Microsoft Access Database
multi-user MS Access Application
Word 2007 configuration
security update 973904 MS09-073 caused problem
Is it possible to enlarge old DOS applications running on Windows XP for easier viewing?