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
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

13 Posted Topics

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
414
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
297
Member Avatar for khess
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
246
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
120
Member Avatar for sainiricha

hi go to [URL="http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&d=19551"]http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&d=19551[/URL] and click in [COLOR="Green"]-- Register/unregister ArcObjects components using regsvr32.exe. -show me-[/COLOR] hope it helps

Member Avatar for DeOiD
0
85
Member Avatar for Vaishali Chavda

hi when you install sqlserver you have to give a name to the server or leave it as it is. this is my connection string [INLINECODE] Provider=SQLOLEDB;Data Source=VAIO\VAIOSQL;Integrated Security=SSPI;Initial Catalog=teadmin[/INLINECODE], where [INLINECODE]VAIO\VAIOSQL[/INLINECODE] is the server name. yours must be someting like [INLINECODE]yourpcname\SQLEXPR[/INLINECODE]...i don´t know the correct name of the server, …

Member Avatar for gau_1982
0
126
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
141
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
129
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
140
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
55
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
134
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
136

The End.