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
How to get SSL working on extended 'Internet' SharePoint site
Automate import of multiple data files, based on multiple auto-imported file layouts.
Crosstab with subquery
Count of users in AD group
Insert single column into table using select statement
Inserting null value using currentproject.connection.<wbr />execute
Word cannot obtain the data for the excel.sheet.12
Retrieve Data frm Session Datatable
RS-485 Serial Communications
SQL Query