Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for aspbeginner

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 …

Member Avatar for Rajini Yella
0
420
Member Avatar for kavithaje

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 …

Member Avatar for _V_
0
1K
Member Avatar for adobe71

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]

Member Avatar for _V_
0
105
Member Avatar for mihirpatel83

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?

Member Avatar for _V_
0
224
Member Avatar for _V_

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 …

0
52

The End.