Click here to Skip to main content
16,005,149 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: ASP.Net web hosting [modified] Pin
The Web Developer13-May-08 2:33
The Web Developer13-May-08 2:33 
GeneralRe: ASP.Net web hosting Pin
47_MasoN_4716-May-08 3:46
professional47_MasoN_4716-May-08 3:46 
GeneralRe: ASP.Net web hosting Pin
The Web Developer16-May-08 4:20
The Web Developer16-May-08 4:20 
GeneralRe: ASP.Net web hosting Pin
47_MasoN_4716-May-08 4:53
professional47_MasoN_4716-May-08 4:53 
GeneralRe: ASP.Net web hosting Pin
The Web Developer16-May-08 5:11
The Web Developer16-May-08 5:11 
Questionhidden div block when displayed, displays at an offset of 200px only in IE 6... Pin
vmd123412-May-08 0:11
vmd123412-May-08 0:11 
AnswerRe: hidden div block when displayed, displays at an offset of 200px only in IE 6... Pin
Shog912-May-08 9:07
sitebuilderShog912-May-08 9:07 
QuestionHelp need to mysql remote Connection...for a browser toolbar Pin
jmohan11-May-08 20:37
jmohan11-May-08 20:37 
Dear all,

I develop a website in asp.net with c#. And also, I develop a toolbar in the toolbar studio separately like Yahoo, google toolbars.

Aim of the Website:
Enabling the visitors to become a member of our webiste
by downloading the toolbar from our website.
After the member downloads the toolbar, The toolbar is added to the intenet explorer browser. The member can get the facilities such as searching, weatheronline, internet radio,etc., The toolbar includes a home button. When the user clicks the home button, the page will be redirected to ourwebsite.
Member benefits will be displayed in our website. Therefore, the toolbar is added to browser separately like yahoo, google toolbar.

My Request is,

Toolbarstudio provides the unique toolbar id for each user(member).I save the unique toolbar id in the mysql database. For saving thetoolbar id, we use the client side javascript by using the following connection string


var adoConn = new ActiveXObject("ADODB.Connection");
//var adoRS = new ActiveXObject("ADODB.Recordset");

adoConn.Open("Driver={MySQL ODBC 5.1 Driver};Server=VBNET4;Port=3306; Database=netmusk; User=root; Password=harsha;Option=3; Min Pool Size=5; Max Pool Size=60; Connect Timeout=2;");

adoConn.Execute("insert into tb_savetoolid values('" + tool.toolbarid + ")");

adoConn.Close();
//adoRS.Close();


I can save the toolbar-id via toolbar to mysql database from the remotesystem if the remote system is installed with odbc driver.

My problem is,


I need to save the toolbar-id via toolbar to mysql without installing any odbc driver in the remote system.

I believe that you have got my problem and please give me a solution.

Awaiting for your detailed answer,

Thanks in Advance,

J. Mohan.

J. Mohan

Questioni lose informaiton inside texbox only. Please help Pin
cmpemikail10-May-08 23:39
cmpemikail10-May-08 23:39 
AnswerRe: i lose informaiton inside texbox only. Please help Pin
Dave Sexton11-May-08 4:30
Dave Sexton11-May-08 4:30 
Questionsubmit on select option Pin
idsanjeevjha10-May-08 0:37
idsanjeevjha10-May-08 0:37 
AnswerRe: submit on select option Pin
Poonam Gandash10-May-08 3:44
Poonam Gandash10-May-08 3:44 
QuestionRe: submit on select option Pin
idsanjeevjha14-May-08 23:34
idsanjeevjha14-May-08 23:34 
QuestionConvert some java code to c# in Context menu Pin
peter.bellen@qsm-europe.com9-May-08 23:17
peter.bellen@qsm-europe.com9-May-08 23:17 
AnswerRe: Convert some java code to c# in Context menu Pin
Christian Graus11-May-08 21:01
protectorChristian Graus11-May-08 21:01 
AnswerRe: Convert some java code to c# in Context menu Pin
The Web Developer13-May-08 1:18
The Web Developer13-May-08 1:18 
GeneralRe: Convert some java code to c# in Context menu Pin
Pete O'Hanlon13-May-08 2:26
mvePete O'Hanlon13-May-08 2:26 
QuestionJava Script Function Pin
jonhbt9-May-08 22:46
jonhbt9-May-08 22:46 
AnswerRe: Java Script Function Pin
Hesham Amin9-May-08 22:52
Hesham Amin9-May-08 22:52 
AnswerRe: Java Script Function Pin
Poonam Gandash10-May-08 3:49
Poonam Gandash10-May-08 3:49 
QuestionPlease help interpret this .js... Pin
Member 39828179-May-08 5:01
Member 39828179-May-08 5:01 
AnswerRe: Please help interpret this .js... Pin
Shog99-May-08 8:14
sitebuilderShog99-May-08 8:14 
QuestionWhich Book is Good for learning Ajax Pin
coolsatty8-May-08 19:27
coolsatty8-May-08 19:27 
AnswerRe: Which Book is Good for learning Ajax Pin
Poonam Gandash8-May-08 23:09
Poonam Gandash8-May-08 23:09 
AnswerRe: Which Book is Good for learning Ajax Pin
Shog99-May-08 8:17
sitebuilderShog99-May-08 8:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.