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
~3K People Reached
Member Avatar for InS@NiTy

Hi, I'm trying to get data from a database and display the results using Eval, but it doesn't seem to work, I've tried `<asp:label id="InfoAvailableDesc" runat="server" Text='<%# Eval("InfoAvailable") %>' /></td>` and <asp:label id="InfoAvailable" runat="server"> <asp:literal id="litInfoAvailable" runat="server" text='<%# Eval("InfoAvailable") %>'/> </asp:label> Neither seem to work, these are both inside a …

0
87
Member Avatar for InS@NiTy

Hi, I'm trying to use a javascript for loop to write out links with titles from an array, that when clicked will execute a function I have written to pop open a new window, with info on the link clicked, this is the code I'm trying to use (this is …

Member Avatar for Troy III
0
156
Member Avatar for InS@NiTy

Hi, I'm using VB.net express edition with SQL server compact for a project and I need a little help. What I'm trying to do is; I want to set a certain column to true or false automatically based on what value another column has entered. I managed to get this …

Member Avatar for InS@NiTy
0
84
Member Avatar for InS@NiTy

I'm trying to a open a connection to a local database and no matter what I try it just won't work (I'm pretty new to SQL Server and VB for that matter) I tried using 'sqlconnection' with different connection strings but none of them worked or gave me any useful …

Member Avatar for InS@NiTy
0
817
Member Avatar for InS@NiTy

I'm going to reformat soon and I was wondering whether or not to install the windows 7 RC instead of XP again, from what I've heard it's hugely better than XP and I've been reading up and I'm kind of swaying towards 7 but I just wanna know before I …

Member Avatar for Yiuca
0
106
Member Avatar for InS@NiTy

Hello all, I'm pretty new to coding and I'm having a little trouble in reading a list to an array from a txt file. What I'm trying to is write 24 words from a txt file to an array and then use a number to select one at random (It's …

Member Avatar for InS@NiTy
0
2K