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

ASP.NET

 
AnswerRe: script? Pin
divyesh143231-Aug-07 23:57
divyesh143231-Aug-07 23:57 
Questionsending mails Pin
kirtiarora31-Aug-07 20:38
kirtiarora31-Aug-07 20:38 
AnswerRe: sending mails Pin
Michael Sync31-Aug-07 21:29
Michael Sync31-Aug-07 21:29 
AnswerRe: sending mails Pin
.NET- India 31-Aug-07 21:43
.NET- India 31-Aug-07 21:43 
Questionbulletedlist control Pin
n_gchaitra31-Aug-07 20:34
n_gchaitra31-Aug-07 20:34 
AnswerRe: bulletedlist control Pin
mihirhp31-Aug-07 22:15
mihirhp31-Aug-07 22:15 
GeneralRe: bulletedlist control Pin
n_gchaitra2-Sep-07 22:33
n_gchaitra2-Sep-07 22:33 
GeneralRe: bulletedlist control Pin
n_gchaitra3-Sep-07 2:51
n_gchaitra3-Sep-07 2:51 
Thank you. It is working. One more doubt. 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: bulletedlist control Pin
mihirhp5-Sep-07 18:25
mihirhp5-Sep-07 18:25 
Questionhow can i create .CHM files using .Net Pin
koolprasad200331-Aug-07 20:01
professionalkoolprasad200331-Aug-07 20:01 
AnswerRe: how can i create .CHM files using .Net Pin
Michael Sync31-Aug-07 21:03
Michael Sync31-Aug-07 21:03 
AnswerRe: how can i create .CHM files using .Net Pin
Vasudevan Deepak Kumar1-Sep-07 2:18
Vasudevan Deepak Kumar1-Sep-07 2:18 
QuestionEvent handling in Asp.net(C#) Pin
chnikhil31-Aug-07 19:52
chnikhil31-Aug-07 19:52 
AnswerRe: Event handling in Asp.net(C#) Pin
Vasudevan Deepak Kumar1-Sep-07 2:19
Vasudevan Deepak Kumar1-Sep-07 2:19 
Questionhow to generate sequential number of certain format?? Pin
biswa4731-Aug-07 19:46
biswa4731-Aug-07 19:46 
GeneralRe: how to generate sequential number of certain format?? Pin
mihirhp31-Aug-07 20:18
mihirhp31-Aug-07 20:18 
QuestionRe: how to generate sequential number of certain format?? Pin
biswa4731-Aug-07 23:40
biswa4731-Aug-07 23:40 
Questionprblem on checkboxlist Pin
biswa4731-Aug-07 19:45
biswa4731-Aug-07 19:45 
AnswerRe: prblem on checkboxlist Pin
mihirhp31-Aug-07 21:00
mihirhp31-Aug-07 21:00 
AnswerRe: prblem on checkboxlist Pin
Imran Khan Pathan31-Aug-07 21:04
Imran Khan Pathan31-Aug-07 21:04 
QuestionHow to run an application with windowAuthentication connectionString from IIS? Pin
Kuricheti31-Aug-07 19:39
Kuricheti31-Aug-07 19:39 
AnswerRe: How to run an application with windowAuthentication connectionString from IIS? Pin
Michael Sync31-Aug-07 21:00
Michael Sync31-Aug-07 21:00 
QuestionRe: How to run an application with windowAuthentication connectionString from IIS? [modified] Pin
Kuricheti2-Sep-07 19:38
Kuricheti2-Sep-07 19:38 
AnswerRe: How to run an application with windowAuthentication connectionString from IIS? Pin
Michael Sync2-Sep-07 20:16
Michael Sync2-Sep-07 20:16 
QuestionRe: How to run an application with windowAuthentication connectionString from IIS? Pin
Kuricheti2-Sep-07 20:36
Kuricheti2-Sep-07 20: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.