Click here to Skip to main content
15,905,232 members

Comments by prototypen (Top 11 by date)

prototypen 25-Jul-14 12:39pm View    
VB, ASP.NET (ASPX website)
prototypen 9-Jul-14 9:14am View    
It Was the ToolkitScriptManager missing, and some in the web.conf

but it destroys some other features to my site so I will find another way to add this feature without Ajax

Thank you for taking the time to answer me
prototypen 8-Jul-14 17:47pm View    
Thanks for responding, the problem is that I have a Script Manager in the masterpage, and the system allowed only one in use. how can i add the ToolkitScriptManager without destroying everything?

When i cange the scriptmanager to toolkitscript manager all the Scripts can`t load.
and with error. ToolkitScriptmanager is not a known element.
prototypen 26-Jun-14 15:34pm View    
sorry, there is a new line in the string between the value and name. copyed the debuger when i put it in the question field.

change the line to this, to get the string look like the code you write. (in the Array)

Dim array As String() = input.Split(ControlChars.Cr" "C)

Now the IstTable get the valus
(0)
Count 1
m_Count 1
m_Text PowerFail
m_Value 50
Text PowerFail
Value 50
(1)
and a lot more!

but i don`t understand the error in line 101
prototypen 26-Jun-14 14:53pm View    
thanks for replying
yes I can get the string in another way, the string comms from an FTP server, and i
access the file with WebRequest. this was the only way i have found it possible to Acces the file.