- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
6 Posted Topics
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 … | |
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 … | |
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%> … | |
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 … | |
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 … | |
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 … |
The End.