error during connvert from string to IStringList

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sumeet123
    New Member
    • Feb 2008
    • 1

    error during connvert from string to IStringList

    Public Function Save(ByVal dev) As String
    Dim request1 As Request

    request1 = CType(ContextUt il.GetNamedProp erty("Request") , Request)
    Dim responseStr As String
    responseStr = CType(request1. ServerVariables ("dev"), Request)
    Return responseStr

    End Function

    I have problem to connvert from string to IStringList
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    Just to clarify, this is ASP.NET and you are coding in C#?

    Jared

    Comment

    Working...