User Profile
Collapse
-
if you are using visual studio look for the properies of the browser control, the url field lets you choose the address. -
-
try using the
System.data.dat set
namespace, you can fill a datset with a adapter and update the tableLeave a comment:
-
I don't know if you are encountering the problem i ASP, I am familiar with this error message when compiling programs with a compiler - copying the code from your ide to a plaintext editor and coping back solved these error messages for me, if you are using an ide then you could try to do that.Leave a comment:
-
if you want a quick way to send data to a website you an try something like this:
Code:www.mypage.com/datareciver.aspx?data="MyString" then on the datareciver page: string data = Request["data"]
Leave a comment:
-
Are you hosting the lite on your local server or a remote host?
<snipped>Leave a comment:
-
I'd opt for the database option, although creating a small sized array of size 100 does not noteably reduce page-loading time the database approach might be more desireable.
<snipped>Leave a comment:
No activity results to display
Show More
Leave a comment: