No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: can you store the test data in a cookie and write the buttons with an if statement? Similar to my post on this page? [url]http://www.daniweb.com/forums/thread227757.html[/url] If you collect the answers in a cookie as you go, you should be able to redirect based on the cookie parameter. So if the … | |
Re: You might want to consider your architecture first and post function by function or method by method as you build it. In any case, your best bet is to use a cookie/database architecture for the application. You can pass and store all the questions/answers/info/whatever in the users cookie and then … | |
Re: To encrypt access take a look at this: [url]http://support.microsoft.com/kb/305542[/url] can you post your string?? [code=c] String connStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + HttpContext.Current.Server.MapPath("App_Data/db1.mdb"); [/code] | |
![]() | Re: Could your code-behind file console.write or response.write the menu in javascript? Sort of like: Response.Write("<script type="\text\javascript"\>Menu Code" + MenuItemString); Response.Write("</script>") ect? |
Hello, I am working on a seemingly unique file uploading project where files that are dropped onto a server are programmatically uploaded to an ms access db (don’t ask, I’m already pushin for sql) I believe the problem lies in converting the ftp stream to binary and then to the … |
The End.