Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for bonnysammy

Hi! I have a static sitemap for a site now. I need to make it so that I can display/not display an option according to data found in the database. I know that the Stored Proc returns the correct information. It's a record that has either a 0 or 1 …

Member Avatar for reach_yousuf
0
79
Member Avatar for bonnysammy

I'm sure I'm missing something that is fairly easy, but I can't get it to work. I have a SQL Update Stored Proc. In this SP, the Primary Key can be modified. So, First I check if the PK is changing, then if it is, I check to see in …

Member Avatar for madmital
0
216
Member Avatar for bonnysammy

I have a loop where radio buttons are displayed depending on certain information. I need to make the ID a combination for two variables, Resource and a counter, i. I have it looping [CODE] for (int i = 0; i < ResourceCount; i++) {%> <TD> <%string ResourceName = Resource[i].ToString(); <%=ResourceName%> …

Member Avatar for bonnysammy
0
1K
Member Avatar for bonnysammy

Hi! I'm using C# and SQL Server. I need to take data from one table, display it to the user, allow the user to modify anything, and then when they click save, have the record added to a new table and deleted from the old. I have the first table …

Member Avatar for padtes
0
131
Member Avatar for bonnysammy

Hi, all. I was wondering if you could help me. I was wondering why all controls seem to put extra space around them. If I look at the control in the design window, the area is all red. Is there a way to prevent this? I mean, all I want …

Member Avatar for jonsca
0
86
Member Avatar for bonnysammy

Hi! I have a dropdown that is populated by a hashtable. THis part is working fine. But, I have to select an option in this dropdown according to information I get from a SQL Query. It's like this: The field in the table can have 0 - 3 0 First …

Member Avatar for bonnysammy
1
141