Forum: C# Sep 26th, 2009 |
| Replies: 6 Views: 473 Hi
I've tested Antenka's solution and it works like a charm. Thank you very much.
DdoubleD solution apparently works too, but i haven't had the time to test it yet. It seems to me that, for... |
Forum: C# Sep 25th, 2009 |
| Replies: 6 Views: 473 thank's for the replies, i will test these solutions tonight and post my results... |
Forum: C# Sep 25th, 2009 |
| Replies: 6 Views: 473 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.... |
Forum: Linux Servers and Apache Dec 30th, 2008 |
| Replies: 3 Views: 8,116 The PS3 is already linux powered.... |
Forum: JavaScript / DHTML / AJAX Jul 24th, 2007 |
| Replies: 2 Views: 1,115 hi again
is there a way to change css rules using javascript? i have this:
<style type="text/css">
.flash
{
position:absolute;
left:52px;
bottom:30px; |
Forum: JavaScript / DHTML / AJAX Jul 21st, 2007 |
| Replies: 12 Views: 9,560 oh well, i really don´t care if it´s not possible, my boss will have to change is mind...
thanks |
Forum: VB.NET Jul 21st, 2007 |
| Replies: 1 Views: 1,663 hi
go to http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&d=19551 and click in -- Register/unregister ArcObjects components using regsvr32.exe. -show me-
hope it helps |
Forum: VB.NET Jul 21st, 2007 |
| Replies: 2 Views: 10,486 i found the anwser and it's really stupid...
this is my original sql string: "select nome from user"
this is the working string: "select nome from [user]"
no comments... |
Forum: VB.NET Jul 21st, 2007 |
| Replies: 2 Views: 10,486 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... |
Forum: JavaScript / DHTML / AJAX Jul 21st, 2007 |
| Replies: 12 Views: 9,560 ok, my english limitations are creating some confusion here...
i'll try to explain what i need. my boss wants that when someone goes to (for example) www.xpto.com, the window appears without... |
Forum: JavaScript / DHTML / AJAX Jul 20th, 2007 |
| Replies: 12 Views: 9,560 i know, but that's what my boss wants...
it's amazing, so many new web technologies and theres no way to control the window parameters... |
Forum: JavaScript / DHTML / AJAX Jul 19th, 2007 |
| Replies: 12 Views: 9,560 sorry, don't get it...
i'm using a normal page to open another page after 3 seconds, but only because i don't know any other way to control the window.
window.open("fgo.aspx","new ",... |
Forum: JavaScript / DHTML / AJAX Jul 19th, 2007 |
| Replies: 12 Views: 9,560 hi
i need to open a new window using open.window 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...... |
Forum: ASP.NET Jun 20th, 2007 |
| Replies: 5 Views: 5,150 thank you so much
i'll try to use it in my next project. |
Forum: ASP.NET May 30th, 2007 |
| Replies: 2 Views: 1,486 I CAN BE REALLY STUPID...
the problem was the location of the bin folder in the server. i was uploading the entire site to a folder in the httpdocs, like this: /httpdocs/test/..., but it must be... |
Forum: ASP.NET May 29th, 2007 |
| Replies: 2 Views: 1,486 ok, i compiled my class.vb into a dll and then i add it as a reference.
now i use class1.func.bd("...") to call the functions, and it works great on my pc. on the server where i deployed the site,... |
Forum: ASP.NET May 28th, 2007 |
| Replies: 2 Views: 1,486 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... |
Forum: ASP.NET May 24th, 2007 |
| Replies: 6 Views: 1,540 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 Provider=SQLOLEDB;Data Source=VAIO\VAIOSQL;Integrated... |
Forum: ASP.NET May 21st, 2007 |
| Replies: 5 Views: 5,150 ok, probably what i'm asking doesn't exist... but if anyone knows how can i directly write html code to a textbox and then save it to a data base, please post it here.
when i try to do that i... |
Forum: ASP.NET May 21st, 2007 |
| Replies: 5 Views: 5,150 ok, my mistake...
i already use Visual Web Developer Express... what i wanted to say is that i need a wysiwyg editor to integrate in some pages, so users be able to write and edit text with html,... |
Forum: ASP.NET May 21st, 2007 |
| Replies: 5 Views: 6,157 thank you kokkee.
it works fine both ways, but while testing like you said i found a tiny bug :)
well, now everything works...finally |
Forum: ASP.NET May 21st, 2007 |
| Replies: 5 Views: 5,150 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 |
Forum: ASP.NET May 21st, 2007 |
| Replies: 5 Views: 6,157 this is the code to populate the dropdown, in the load_page event:
DBliga = New OleDbConnection(func.connect)
DBliga.Open()
DBcomando = New OleDbCommand("SELECT DISTINCT [id_familia],... |
Forum: ASP.NET May 18th, 2007 |
| Replies: 5 Views: 6,157 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,... |
Forum: ASP.NET May 10th, 2007 |
| Replies: 0 Views: 1,126 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:
Imports... |
Forum: ASP.NET May 8th, 2007 |
| Replies: 3 Views: 2,467 well, after one giant headaque i figured out why it didn't work...
in my sql statement i used date.today (or date.today.tostring("d")) to obtain the date. the result was in this format 08-05-2007.... |
Forum: ASP.NET May 7th, 2007 |
| Replies: 3 Views: 2,467 by sample data you mean values from the bd table?
the attached imagem is a print of my table, the last two fields are for the inicial and final date (their names are in portuguese, date(eng) =... |
Forum: ASP.NET May 7th, 2007 |
| Replies: 3 Views: 2,467 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... |
Forum: ASP.NET Apr 20th, 2007 |
| Replies: 2 Views: 7,849 thank you so much, it worked. |
Forum: ASP.NET Apr 20th, 2007 |
| Replies: 2 Views: 7,849 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... |