Click here to Skip to main content
15,897,273 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to set value of third column if first two are null in sql Pin
Talal Sultan3-Sep-07 5:13
Talal Sultan3-Sep-07 5:13 
AnswerRe: How to set value of third column if first two are null in sql Pin
B.A3-Sep-07 5:15
B.A3-Sep-07 5:15 
AnswerRe: How to set value of third column if first two are null in sql Pin
Christian Graus3-Sep-07 5:21
protectorChristian Graus3-Sep-07 5:21 
GeneralRe: How to set value of third column if first two are null in sql Pin
rahul.net113-Sep-07 6:16
rahul.net113-Sep-07 6:16 
GeneralRe: How to set value of third column if first two are null in sql Pin
Christian Graus3-Sep-07 6:26
protectorChristian Graus3-Sep-07 6:26 
QuestionRemoving References Pin
Brendan Vogt3-Sep-07 4:40
Brendan Vogt3-Sep-07 4:40 
AnswerRe: Removing References Pin
Sandeep Akhare6-Sep-07 0:39
Sandeep Akhare6-Sep-07 0:39 
QuestionHow to open uploaded files Pin
n_gchaitra3-Sep-07 2:57
n_gchaitra3-Sep-07 2:57 
I am uploading files (.doc,.gif,.excel,etc) and storing in the server. Now I want to open those files when i click the link buttons. But I am able to get only the path but how to open it. what changes i need to the following code?

Dim SQLString As String = "SELECT filepath FROM pictures WHERE title = '" & BulletedList1.Items(e.Index).Text & "'"
Dim dr As Data.SqlClient.SqlDataReader
Dim comm As New Data.SqlClient.SqlCommand(SQLString, dbconn)
If dbconn.State <> ConnectionState.Open Then
dbconn.Open()
End If
Dim str As String
dr = comm.ExecuteReader
While dr.Read
str = dr.Item(0)
End While
dr.Close()
TextBox1.Text = str


Chaitra N

AnswerRe: How to open uploaded files Pin
-- Abhi --3-Sep-07 3:12
-- Abhi --3-Sep-07 3:12 
GeneralRe: How to open uploaded files Pin
n_gchaitra3-Sep-07 17:20
n_gchaitra3-Sep-07 17:20 
AnswerRe: How to open uploaded files Pin
Sandeep Akhare3-Sep-07 4:08
Sandeep Akhare3-Sep-07 4:08 
GeneralRe: How to open uploaded files Pin
n_gchaitra3-Sep-07 17:58
n_gchaitra3-Sep-07 17:58 
GeneralRe: How to open uploaded files Pin
Sandeep Akhare6-Sep-07 0:40
Sandeep Akhare6-Sep-07 0:40 
QuestionImage Editor for Asp.Net 2.0 Pin
Mustakim Mansuri3-Sep-07 2:44
Mustakim Mansuri3-Sep-07 2:44 
AnswerRe: Image Editor for Asp.Net 2.0 Pin
-- Abhi --3-Sep-07 2:52
-- Abhi --3-Sep-07 2:52 
GeneralRe: Image Editor for Asp.Net 2.0 Pin
Mustakim Mansuri3-Sep-07 2:56
Mustakim Mansuri3-Sep-07 2:56 
AnswerRe: Image Editor for Asp.Net 2.0 Pin
-- Abhi --3-Sep-07 3:01
-- Abhi --3-Sep-07 3:01 
GeneralRe: Image Editor for Asp.Net 2.0 Pin
Mustakim Mansuri3-Sep-07 3:02
Mustakim Mansuri3-Sep-07 3:02 
QuestionEmail with embedded image Pin
.NET- India 3-Sep-07 2:20
.NET- India 3-Sep-07 2:20 
AnswerRe: Email with embedded image Pin
varshavmane3-Sep-07 2:23
varshavmane3-Sep-07 2:23 
GeneralRe: Email with embedded image Pin
.NET- India 3-Sep-07 2:27
.NET- India 3-Sep-07 2:27 
GeneralRe: Email with embedded image Pin
varshavmane3-Sep-07 2:30
varshavmane3-Sep-07 2:30 
GeneralRe: Email with embedded image Pin
.NET- India 3-Sep-07 2:39
.NET- India 3-Sep-07 2:39 
GeneralRe: Email with embedded image Pin
.NET- India 3-Sep-07 2:48
.NET- India 3-Sep-07 2:48 
GeneralRe: Email with embedded image Pin
varshavmane3-Sep-07 2:59
varshavmane3-Sep-07 2: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.