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.

~2K People Reached
About Me

web developer

PC Specs
Sony VAIO VGN-A417M
Member Avatar for DeOiD

hi i'm making a little application in vb.net and i need to use a data base. so i used some of my aspx functions and the same data base. the problem is that every time i run the application and do something that needs to get values from that db …

Member Avatar for aadi_capri
0
374
Member Avatar for DeOiD

Hi I want to fetch results from a given table (in this case using MySql) and put them in a array or arrayList or List<> (whatever works better). The thing is that this must be made dynamically. The idea is something like this: [CODE] aResult = functionsMysql.getArray(query); class functionsMysql { …

Member Avatar for DeOiD
0
281
Member Avatar for khess

Everyone wants to know what's going to happen in the new year as if anyone can accurately predict these things. However, one can deduce, with reasonable accuracy, that there will be innovations that are designed to get our attention. This is my list of Linux-oriented predictions for 2009. [B]The keyword …

Member Avatar for khess
0
365
Member Avatar for DeOiD

hi i need to open a new window using [INLINECODE]open.window[/INLINECODE] to control some parameters, like window size, bars, scrollbars... the problem is that this way the brower blocks the window like if it was a popup... is there any way to solve this? if there is any other way to …

Member Avatar for MidiMagic
0
234
Member Avatar for DeOiD

hi again is there a way to change css rules using javascript? i have this: [INLINECODE]<style type="text/css"> .flash { position:absolute; left:52px; bottom:30px; } .logo { position:absolute; left:0px; top:20px } </style>[/INLINECODE] and i want to change .logo and .flash attributes depending on the window size... thanks

Member Avatar for Voynex
0
112
Member Avatar for sainiricha

Can anyone tell me what is the command to get the *.dll file registered with the our O.S.!!!!!

Member Avatar for DeOiD
0
79
Member Avatar for Vaishali Chavda

When i m strating the sql server 2005 , it asks me the server name.. What is the server name that i have to enter for the connection.. thanx.

Member Avatar for gau_1982
0
112
Member Avatar for DeOiD

hi again Does anyone knows a free wysiwyg editor for asp.net? i just need one with basic html functions, like the one in this forum thank you

Member Avatar for DeOiD
0
135
Member Avatar for DeOiD

hi i've been making a small site in my pc using Visual Web Developer 2005 express edition and everything works. when i upload the project to a server it starts to give some weird errors. some i've already solved, others... the one annoying me rigth now it's this one: [INLINECODE]Compiler …

Member Avatar for DeOiD
0
117
Member Avatar for DeOiD

hi i'm using a dropdown to enable the users to choose the product family in (or on, i donĀ“t know... :-( ) a form. when the user clicks in the save button, it saves all info into the database, including the family_product_id, with the [INLINECODE]selectedvalue[/INLINECODE] property... the problem is that …

Member Avatar for kokkee
0
129
Member Avatar for DeOiD

hi i have another problem with my DB... until yesterday everthing worked fine but suddenly the entire project stoped working. i use this method to connect to the data base: [INLINECODE]Imports System.Data.OleDb[/INLINECODE] ... [INLINECODE]Public Class func Public Shared Function seleccionar(ByVal comando As String) Dim DBliga As OleDbConnection Dim DBcomando As …

0
49
Member Avatar for DeOiD

hi i want to obtain a value of a table with date restrictions, so i created two fields, one for the inicial date and other for the final date. when i try to do that the result is always null...i don't no why... i use this statement: "SELECT caminho_foto FROM …

Member Avatar for DeOiD
0
123
Member Avatar for DeOiD

hi. i use a textbox (i also tried with a textarea) in asp .net2.0 to show some text from a data base. till this point, everything's ok. my problem starts when i try to change the text and update the new value to the data base. the value updated is …

Member Avatar for DeOiD
0
111