Ok, so I have been working on this for over 3 weeks now and though I had things figured out till I found out today nothing worked the way I though so I am now begging for help.
Yea I can also walk into B&N and see a few. What I want to know is what other are using and get feed back on them. I am unemployed and can not afford to go buying books to see if there good or not....
Does anyone know any good forms authentiaciton tutorial for .net 2 or 2.5? All the ones I find are for 1.0/1.1 and have everything done by code instead of using the 2.0 built in controls. What I am...
I have two sets of code, one to take a varilbe and grab info from SQL DB and fill a DS. The other to assign that DS to a local DS in the calling script. The problem I am getting is
Thanks there was not much code (just get data and generate asp repater for radio button groups) so I did not post it. This is no longer an isse as I have hacked together a different way of doing this...
I have a page that will create a radiop button group for each entry into a SQL DB table, the more entries the more groups. Since there is a dynamic amount I am not really sure on how to find which...
Thanks Cimperiali, your doing it all by code to and not even using a repeater. I had that example in the link I provided in the first post I guess that is the simplelest way to do it.
The hole site is in development so I am actualy not building the project but just uploading the raw files. Once the major work on the site is compleated I will build the project and upload.
I was originaly trying to get it done in a repeater item but could not figure out how to make the ID for the each row of radio buttons different (so row one buttons was one group, row two group two,...
I am trying to find the best way to dynamicly generate raido buttons from information in a DB. What I want to do is make a line that Has two buttons for each entry in the DB. Kinda like:
Once again I am calling on those more experianced then me for help. Here is the situration. I have an class called "SQLHelper" which contains the objects to make calls to the SQL Server (thanks to...
I am familare with arrays from Perl but c# is a new ball game for me. With the help of a few users from this board I recently created an object to handle SQL calls. When I tested it today I got an...
The code is at home and I am at work but I am 99% sure I forgot the sysmte.collections.generic reference. When I get home I will check it and update. Thanks!
I am trying to pass a list of SQLParamaters to an object and Cimperiali was kind enough to give me the code I needed but it was in VB.Net. I am writting my code in C# and can not figure out what the...