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
PHP write permissions
IE 6 Close "memory could not be read" error
SBS 03 to 08 migration. Can I change servername and domainname?
Windows 2003 AD with a Sync Issue
Why is this so hard? Form2.show() Form1.hide() Does .Net not support this?
Export DataView to Excel Spreadsheet with C#
How can I transfer Adobe CS2 license to another system?
thread to simulate several executions
Can you install Vista / windows 7 to winnt directory
Multiple IIF statement error