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 do I insert an automatic check box for Word 2007
vba code to close form (with a subform) after user clicks on the back record navigation selector button
copying files from one machine to another
SQL 2008 Transaction log
Fox 9 Validation routine
Web.Config Error - Sections must only appear once per config file. See the help topic <location> for exceptions.
Cannot open user default database SQL Server error 4064
visio and illustrator integration
deleting in batches,using rowcount
Trigger Access AND SQL events at the same time?