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
allow "Big Grid" in Excel
How do I check which SP 's this pc is using?
How do I create a macro to print all records in a Pivot Table with multiple page fields and dynamically set print area?
Why am getting this ASP.net / SQL 2008 logon message >
Microsoft Reporting: setting Action property on textbox
MS Access Report (NZ Function)
Number of WSUS in network
SQL Pivot
Sql query returning different results each time it is run even though conditions are the same.
Enabling/Disabling Outlook Anywhere and ActiveSync in Exchange 2007