Click here to Skip to main content
15,914,905 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: CSS not working with TextBox background-color. Pin
Steve Holdorf17-Oct-08 10:59
Steve Holdorf17-Oct-08 10:59 
GeneralRe: CSS not working with TextBox background-color. Pin
Krazy Programmer18-Oct-08 0:10
Krazy Programmer18-Oct-08 0:10 
QuestionAsp.net Deployment Pin
mrcooll17-Oct-08 8:15
mrcooll17-Oct-08 8:15 
AnswerRe: Asp.net Deployment Pin
Vimalsoft(Pty) Ltd17-Oct-08 23:08
professionalVimalsoft(Pty) Ltd17-Oct-08 23:08 
Questionpreserving state of the selected checkboxes Pin
248912817-Oct-08 5:44
248912817-Oct-08 5:44 
AnswerRe: preserving state of the selected checkboxes Pin
ToddHileHoffer17-Oct-08 6:05
ToddHileHoffer17-Oct-08 6:05 
GeneralRe: preserving state of the selected checkboxes Pin
248912817-Oct-08 21:54
248912817-Oct-08 21:54 
QuestionConnecting Lotus Notes through ASP.net Pin
blakshmi17-Oct-08 3:20
blakshmi17-Oct-08 3:20 
Hi,

I connected to the Lotusnotes using odbc driver, the code is like this

string SQLStatement;
OdbcConnection dbConn = new OdbcConnection("DSN=MyLotus;Provider=MSDASQL.1;Persist Security Info=False;Extended Properties=DRIVER={Lotus NotesSQL 3.01 (32-bit) ODBC Driver (*.nsf)};Database='C:\\lotus\\notes\\data\\names.nsf';Server=NESERVER;UserName=;PWD=Lotuspwd;MaxSubquery=20;MaxStmtLen=4096;MaxRels=20;MaxVarcharLen=254;KeepTempIdx=1;MaxLongVarcharLen=512;ShowImplicitFlds=0;MapSpecialChars=1;ThreadTimeout=60;");
dbConn.Open();
SQLStatement = "SELECT * FROM <table_name>";

Here i want to now the table name.

Is my way of connecting is right, to get the address book of lotus notes?
Plzzz can any one help me?

Thanks in advance

Lakshmi

Questionusing FindControl in inner gridview Pin
needhi_p17-Oct-08 3:01
needhi_p17-Oct-08 3:01 
AnswerRe: using FindControl in inner gridview Pin
ToddHileHoffer17-Oct-08 5:35
ToddHileHoffer17-Oct-08 5:35 
GeneralRe: using FindControl in inner gridview Pin
needhi_p17-Oct-08 19:20
needhi_p17-Oct-08 19:20 
GeneralRe: using FindControl in inner gridview Pin
John Gathogo17-Oct-08 20:13
John Gathogo17-Oct-08 20:13 
GeneralRe: using FindControl in inner gridview Pin
John Gathogo17-Oct-08 20:21
John Gathogo17-Oct-08 20:21 
GeneralRe: using FindControl in inner gridview Pin
needhi_p19-Oct-08 18:59
needhi_p19-Oct-08 18:59 
GeneralRe: using FindControl in inner gridview Pin
John Gathogo20-Oct-08 21:53
John Gathogo20-Oct-08 21:53 
QuestionJava script problem Pin
raghvendrapanda17-Oct-08 2:52
raghvendrapanda17-Oct-08 2:52 
AnswerRe: Java script problem Pin
Abhijit Jana17-Oct-08 2:57
professionalAbhijit Jana17-Oct-08 2:57 
GeneralRe: Java script problem Pin
raghvendrapanda17-Oct-08 19:29
raghvendrapanda17-Oct-08 19:29 
AnswerRe: Java script problem Pin
puviyarasan.j20-Oct-08 3:40
puviyarasan.j20-Oct-08 3:40 
QuestionWIA with 2003 Server Pin
Wandera17-Oct-08 2:36
Wandera17-Oct-08 2:36 
QuestionCommand event for dynamic created LinkButton Pin
trilokharry17-Oct-08 1:27
trilokharry17-Oct-08 1:27 
AnswerRe: Command event for dynamic created LinkButton Pin
Abhijit Jana17-Oct-08 1:35
professionalAbhijit Jana17-Oct-08 1:35 
QuestionMail setting error Pin
VijayVishwakarma17-Oct-08 1:19
VijayVishwakarma17-Oct-08 1:19 
AnswerRe: Mail setting error Pin
sumit703417-Oct-08 1:25
sumit703417-Oct-08 1:25 
GeneralRe: Mail setting error Pin
VijayVishwakarma17-Oct-08 1:50
VijayVishwakarma17-Oct-08 1:50 

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.