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
Excel VBA -- Using .xlT File to Send E-Mail with .xlS File Attachment (NEW QUESTION)
Can't open AutoCAD files
Counting many items within a date range
Calculating Percentile Ranks in MS Access 2003
Access VB Not Working Anymore
Microsoft JScript runtime error :Sys.InvalidOperationExcep<wbr />tion: Handler was not added through the Sys.UI.DomEvent.addHandler<wbr /> method.
SQL Query Error -- Data type mismatch in criteria expression
Word 2007 error on converter MSWRD632
Sql query
Using regsvr32 in Vista via batch file