Click here to Skip to main content
15,920,596 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDrag and Drop and upload images in IE Pin
Milind Panchal20-Jul-07 21:16
Milind Panchal20-Jul-07 21:16 
AnswerRe: Drag and Drop and upload images in IE Pin
Christian Graus20-Jul-07 21:24
protectorChristian Graus20-Jul-07 21:24 
AnswerRe: Drag and Drop and upload images in IE Pin
Sonia Gupta20-Jul-07 22:57
Sonia Gupta20-Jul-07 22:57 
GeneralRe: Drag and Drop and upload images in IE Pin
Milind Panchal20-Jul-07 23:19
Milind Panchal20-Jul-07 23:19 
Questionbutton click event firig twice .. Pin
Vipin.d20-Jul-07 20:37
Vipin.d20-Jul-07 20:37 
AnswerRe: button click event firig twice .. Pin
Christian Graus20-Jul-07 21:25
protectorChristian Graus20-Jul-07 21:25 
AnswerRe: button click event firig twice .. Pin
ballameharmurali21-Jul-07 0:11
ballameharmurali21-Jul-07 0:11 
QuestionUnable to connect to PUBS database Pin
KaKa'20-Jul-07 20:10
KaKa'20-Jul-07 20:10 
Whenever I try to connect to the PUBS.MDF database, a login failed error message will appear.

I defined the connection string in the web.config file under the connectionstrings section like this:

[code]

add name="Pubs" connectionString="Data Source = localhost\SQLEXPRESS; Initial Catalog=Pubs;Integrated Security=SSPI"

[/code]

And setup the connection in the click event of a button:

[code]
Dim connectionString As String = WebConfigurationManager.ConnectionStrings("Pubs").ConnectionString

Dim myConnection As New SqlConnection(connectionString)

myConnection.Open()

..........
[/code]

And I put the PUBS.MDF file in the same folder as the vb source files.

How do I connect to the database correctly?
AnswerRe: Unable to connect to PUBS database Pin
Christian Graus20-Jul-07 21:39
protectorChristian Graus20-Jul-07 21:39 
GeneralRe: Unable to connect to PUBS database Pin
KaKa'21-Jul-07 7:03
KaKa'21-Jul-07 7:03 
Questioncan we download a .exe file manually in java.. Pin
chippu271220-Jul-07 19:39
chippu271220-Jul-07 19:39 
AnswerRe: can we download a .exe file manually in java.. Pin
Christian Graus20-Jul-07 21:27
protectorChristian Graus20-Jul-07 21:27 
Questionhello navneeth Pin
ballameharmurali20-Jul-07 19:04
ballameharmurali20-Jul-07 19:04 
AnswerRe: hello navneeth Pin
Christian Graus20-Jul-07 21:29
protectorChristian Graus20-Jul-07 21:29 
QuestionWrite Binary files to the browser [modified] Pin
ASPnoob20-Jul-07 13:49
ASPnoob20-Jul-07 13:49 
AnswerRe: Write Binary files to the browser Pin
Christian Graus20-Jul-07 21:42
protectorChristian Graus20-Jul-07 21:42 
QuestionWrap ASP site with .Net access control Pin
#realJSOP20-Jul-07 12:12
professional#realJSOP20-Jul-07 12:12 
AnswerRe: Wrap ASP site with .Net access control Pin
Christian Graus20-Jul-07 21:35
protectorChristian Graus20-Jul-07 21:35 
GeneralRe: Wrap ASP site with .Net access control Pin
#realJSOP21-Jul-07 14:05
professional#realJSOP21-Jul-07 14:05 
GeneralRe: Wrap ASP site with .Net access control Pin
Christian Graus21-Jul-07 22:00
protectorChristian Graus21-Jul-07 22:00 
GeneralRe: Wrap ASP site with .Net access control Pin
#realJSOP22-Jul-07 0:53
professional#realJSOP22-Jul-07 0:53 
GeneralRe: Wrap ASP site with .Net access control Pin
Christian Graus22-Jul-07 10:35
protectorChristian Graus22-Jul-07 10:35 
QuestionAddress Pin
boyindie20-Jul-07 10:43
boyindie20-Jul-07 10:43 
AnswerRe: Address Pin
Fred_Smith20-Jul-07 10:53
Fred_Smith20-Jul-07 10:53 
QuestionEdit the code of asp.net in run mode Pin
ciacia20-Jul-07 8:59
ciacia20-Jul-07 8:59 

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.