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

ASP.NET

 
GeneralRe: problem in finding if textbox is selected or not Pin
ansriharsha3-Dec-09 1:59
ansriharsha3-Dec-09 1:59 
GeneralRe: problem in finding if textbox is selected or not Pin
Abhishek Sur3-Dec-09 3:00
professionalAbhishek Sur3-Dec-09 3:00 
AnswerRe: problem in finding if textbox is selected or not Pin
ansriharsha8-Dec-09 18:00
ansriharsha8-Dec-09 18:00 
QuestionClassic ASP ConnectionString? Pin
hifiger20042-Dec-09 21:56
hifiger20042-Dec-09 21:56 
AnswerRe: Classic ASP ConnectionString? Pin
Abhijit Jana2-Dec-09 22:10
professionalAbhijit Jana2-Dec-09 22:10 
AnswerRe: Classic ASP ConnectionString? Pin
Appusamy.subbian2-Dec-09 23:26
Appusamy.subbian2-Dec-09 23:26 
AnswerRe: Classic ASP ConnectionString? Pin
Ashfield3-Dec-09 0:08
Ashfield3-Dec-09 0:08 
GeneralRe: Classic ASP ConnectionString? Pin
hifiger20043-Dec-09 21:46
hifiger20043-Dec-09 21:46 
still doesn't work Frown | :(

In ASP.Net there's no problem when using this type of connection string inside the web.config

<add name="ConnStr" connectionString="Data Source=PCName\SQLEXPRESS; Initial Catalog=MyDatabase;Integrated Security=True" providerName="System.Data.SqlClient" />

I tried the codes below and placed it inside the global.asa but still doesn't work.
Error: An unhandled exception ('[Microsoft][ODBC Driver Manager] Dta source name not found and no default driver specified') occurred in dllhost.exe [1368].

ConnStr = "Driver={SQL Server};Data Source=PCName\SQLEXPRESS;Initial Catalog=MyDatabase;Trusted_Connection=Yes;"

Or

ConnStr = "Provider=SQLOLEDB; Data Source =PCName\SQLEXPRESS; Initial Catalog = MyDatabase;Integrated Security=SSPI;"


It's really time consuming, I followed everything you told me from connectionstrings.com but still doesn't work at all.

hifiger2004

GeneralRe: Classic ASP ConnectionString? Pin
Ashfield4-Dec-09 1:15
Ashfield4-Dec-09 1:15 
QuestionError while creating excel file Pin
Robymon2-Dec-09 21:41
Robymon2-Dec-09 21:41 
AnswerRe: Error while creating excel file Pin
Abhijit Jana2-Dec-09 22:16
professionalAbhijit Jana2-Dec-09 22:16 
GeneralRe: Error while creating excel file Pin
Robymon2-Dec-09 22:33
Robymon2-Dec-09 22:33 
GeneralRe: Error while creating excel file Pin
Abhijit Jana2-Dec-09 22:43
professionalAbhijit Jana2-Dec-09 22:43 
Questioncould i change the culture of gridView Pin
amit sahu202-Dec-09 21:40
amit sahu202-Dec-09 21:40 
AnswerRe: could i change the culture of gridView Pin
Abhijit Jana2-Dec-09 22:13
professionalAbhijit Jana2-Dec-09 22:13 
QuestionHelp provider+win Form Pin
Ramkumar_S2-Dec-09 20:00
Ramkumar_S2-Dec-09 20:00 
AnswerRe: Help provider+win Form Pin
Abhijit Jana2-Dec-09 20:03
professionalAbhijit Jana2-Dec-09 20:03 
QuestionMenu tab not woriking In safari Pin
Sudhanshu Mani Tripathi2-Dec-09 19:54
Sudhanshu Mani Tripathi2-Dec-09 19:54 
AnswerRe: Menu tab not woriking In safari Pin
sashidhar2-Dec-09 21:36
sashidhar2-Dec-09 21:36 
Questioncoding for search Pin
Amit Spadez2-Dec-09 19:46
professionalAmit Spadez2-Dec-09 19:46 
AnswerRe: coding for search Pin
Vimalsoft(Pty) Ltd2-Dec-09 19:52
professionalVimalsoft(Pty) Ltd2-Dec-09 19:52 
AnswerRe: coding for search Pin
Dinesh Mani2-Dec-09 19:53
Dinesh Mani2-Dec-09 19:53 
GeneralRe: coding for search Pin
Amit Spadez2-Dec-09 20:09
professionalAmit Spadez2-Dec-09 20:09 
GeneralRe: coding for search Pin
Dinesh Mani2-Dec-09 20:19
Dinesh Mani2-Dec-09 20:19 
GeneralRe: coding for search Pin
Amit Spadez2-Dec-09 20:30
professionalAmit Spadez2-Dec-09 20:30 

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.