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
Microsoft SQL Server Migration Assistant for Access Problem -- "There is nothing to process"
Calculate the Net Hours
Windows Driver Kit inc\bugcodes.h look-up
Can't open a .xlsx file when attached to an Outlook email
How do I remove the email header in Excel 2007
SQL Server BIT field true and false
I need to save *dynamic* application settings in .NET 2.0 Winforms
DoCmd.TransferSpreadsheet acImport and Excel field size >255
TabletServicePen error on Fujitsu tablet pc
Improving as a Programmer