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
SSRS 2008 images after text
T SQL Update table.col based on several criteria
3 Cascading Combo boxes Working and NotInList Working But How do I Input Data from another Form
SQL ORDER BY
Failed Update KB967723 Windows Server x64 2008 Standard Sp2
WinDBG - Need Help Using
Error Calling Stored Proc
NULL in T-SQL
How do I detach a label from a textbox on a form?
getting "Unknown" error on Exchange Edge ADAM service