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
~1K People Reached
Favorite Tags
Member Avatar for gdp_87

Firstly, Hello, The purpose of this post is to get some advice/recommendations from some other developers on what path to pursue next to progress and improve. I am trying to decide what programming language to learn next, and currently im edging towards C++ but considering some dialect of LISP maybe …

Member Avatar for gdp_87
0
162
Member Avatar for gdp_87

Hi, I have setup a custom membership provider which works fine locally but when uploaded onto the host which is shared btw doesnt work due to the server operating in medium trust mode. The membership provider is pretty overkill for me i just need a really simple login/authentication to protect …

Member Avatar for gdp_87
0
67
Member Avatar for gdp_87

Hi i have a simple custom member ship provider: Can anyone help me with a simple if statement or switch case where i can route administrators to one page and users to another? I am currently using the asp.net login controls and dont see how i can specify two different …

Member Avatar for gdp_87
0
96
Member Avatar for gdp_87

Hi i am new to asp.net and have followed a tutorial in creating a shopping cart and thats working fine. I would like to modify it to produce the products from my database rather than get static products from a class which it does now. Sorry for the masses of …

Member Avatar for gdp_87
0
427
Member Avatar for gdp_87

Hi, Is there a way to set a default query string if query string is null? Something like: [CODE] if (Request.QueryString["ID"] == null) { //set default here } [/CODE] Many Thanks Grant

Member Avatar for Ramesh S
0
232
Member Avatar for gdp_87

hi all, I wonder if anyone can help me, first of all im new to asp.net and am trying to learn it. Right, i have developed a website locally which works fine, but when uploading it to my host i am receiving a runtime error on the pages that interact …

Member Avatar for gdp_87
0
89
Member Avatar for gdp_87

Hi i am new to php and am trying to sort out the update part of this script. What should happen is the record is selected using the drop down box, changes are made to the required fields and changes are saved. What current happens is i edit the record, …

Member Avatar for Atli
0
77