Click here to Skip to main content
15,917,473 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: browser cache refresh on back button click Pin
iamalik19-Mar-09 7:42
professionaliamalik19-Mar-09 7:42 
Questionredirect to other website on click of menu item Pin
BalasubramanianK19-Mar-09 1:44
BalasubramanianK19-Mar-09 1:44 
AnswerRe: redirect to other website on click of menu item Pin
Abhijit Jana19-Mar-09 1:57
professionalAbhijit Jana19-Mar-09 1:57 
GeneralRe: redirect to other website on click of menu item Pin
BalasubramanianK19-Mar-09 4:00
BalasubramanianK19-Mar-09 4:00 
AnswerRe: redirect to other website on click of menu item Pin
Herman<T>.Instance19-Mar-09 2:48
Herman<T>.Instance19-Mar-09 2:48 
GeneralRe: redirect to other website on click of menu item Pin
BalasubramanianK19-Mar-09 3:58
BalasubramanianK19-Mar-09 3:58 
Question[Message Deleted] Pin
gottimukkala19-Mar-09 1:33
gottimukkala19-Mar-09 1:33 
AnswerRe: Problem to connect to the database from windows service Pin
Abhijit Jana19-Mar-09 2:09
professionalAbhijit Jana19-Mar-09 2:09 
I didn't understand the which communication layer are you using. Are you just trying to connect with Database with your windows service? Isn't it.
if yes, you can connect. But <code>not using</code> the Configuration you have provided</b>.

Try to read out about ConnectionString and AppSetting section of App.config file.
One sample from you

<configuration>
<appsettings>
<add key="DBConnectionString" value="Data Source=myserver;Initial Catalog=MyDB;User ID=sa;Password=password@123" />
</appsettings>
</configuration>
Now read the key value using ConfigurationManager class.

cheers,
Abhijit
CodeProject MVP
QuestionCodeBehind VS WebService Pin
Harvey Saayman19-Mar-09 0:42
Harvey Saayman19-Mar-09 0:42 
AnswerRe: CodeBehind VS WebService [modified] Pin
Vimalsoft(Pty) Ltd19-Mar-09 0:54
professionalVimalsoft(Pty) Ltd19-Mar-09 0:54 
GeneralRe: CodeBehind VS WebService Pin
Abhijit Jana19-Mar-09 2:18
professionalAbhijit Jana19-Mar-09 2:18 
GeneralRe: CodeBehind VS WebService Pin
Vimalsoft(Pty) Ltd19-Mar-09 2:30
professionalVimalsoft(Pty) Ltd19-Mar-09 2:30 
AnswerRe: CodeBehind VS WebService Pin
N a v a n e e t h19-Mar-09 7:06
N a v a n e e t h19-Mar-09 7:06 
QuestionResponse.Redirect()... Pin
Sr...Frank19-Mar-09 0:18
Sr...Frank19-Mar-09 0:18 
AnswerRe: Response.Redirect()... Pin
Abhishek Sur19-Mar-09 0:31
professionalAbhishek Sur19-Mar-09 0:31 
AnswerRe: Response.Redirect()... Pin
Abhijit Jana19-Mar-09 2:21
professionalAbhijit Jana19-Mar-09 2:21 
AnswerRe: Response.Redirect()... Pin
kumar_k50819-Mar-09 21:10
kumar_k50819-Mar-09 21:10 
QuestionRefresh problem in ShowModalDialog() Popup Pin
bikash pattanayak19-Mar-09 0:07
bikash pattanayak19-Mar-09 0:07 
AnswerRe: Refresh problem in ShowModalDialog() Popup Pin
Christian Graus19-Mar-09 0:15
protectorChristian Graus19-Mar-09 0:15 
Questionmenu problem Pin
naveen attri18-Mar-09 23:58
naveen attri18-Mar-09 23:58 
AnswerRe: menu problem Pin
Christian Graus19-Mar-09 0:14
protectorChristian Graus19-Mar-09 0:14 
GeneralRe: menu problem Pin
naveen attri20-Mar-09 19:59
naveen attri20-Mar-09 19:59 
QuestionFiltered numeric textbox with comma seperator on thousands Pin
samerh18-Mar-09 23:55
samerh18-Mar-09 23:55 
AnswerRe: Filtered numeric textbox with comma seperator on thousands Pin
Yusuf19-Mar-09 0:00
Yusuf19-Mar-09 0:00 
QuestionFontInfo to Font Pin
thomasa18-Mar-09 23:36
thomasa18-Mar-09 23:36 

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.