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
wmiprvse.exe - application error
Cant see header or footer in form view??
WSS 3.0 Documents in Sharepoint
Drop Down List and Back Button on Browser - Losing state?
error with import
ORA-12514 TNS:listener does not currently know of service requested in connect (yet agian?)
Converting Dates with SQL
Move From IIS6 to IIS7
Populate Crystal Report with In Memory Datatable Visual Studio 2005
Create Windows Shortcut from PowerShell script