Click here to Skip to main content
15,887,175 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Prefix the table names in aspnet membership roles management Pin
Matt Cavanagh2-Jun-09 22:27
Matt Cavanagh2-Jun-09 22:27 
GeneralRe: Prefix the table names in aspnet membership roles management Pin
tonymathewt3-Jun-09 0:02
professionaltonymathewt3-Jun-09 0:02 
QuestionHow can I file upload to MSSQL?? Pin
lsh486love2-Jun-09 21:16
lsh486love2-Jun-09 21:16 
AnswerRe: How can I file upload to MSSQL?? Pin
Abhijit Jana2-Jun-09 21:24
professionalAbhijit Jana2-Jun-09 21:24 
AnswerRe: How can I file upload to MSSQL?? Pin
Christian Graus2-Jun-09 21:27
protectorChristian Graus2-Jun-09 21:27 
AnswerRe: How can I file upload to MSSQL?? Pin
Matt Cavanagh2-Jun-09 22:04
Matt Cavanagh2-Jun-09 22:04 
AnswerRe: How can I file upload to MSSQL?? Pin
Herman<T>.Instance2-Jun-09 22:14
Herman<T>.Instance2-Jun-09 22:14 
Questionerror in this code Pin
jigneshp252-Jun-09 21:03
jigneshp252-Jun-09 21:03 
Dim myFileType As String
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim myFileType As String
Dim dir As New DirectoryInfo(Server.MapPath("./js"))
Dim fiArr As New FileInfo("dir.GetFiles(myFileType)")
myFileType = "*.js"
Dim values As New ArrayList

For Each FileInfo As File In fiArr
values.Add(File.Name)
Next

extFile.DataSource = values
extFile.DataBind()

End Sub
AnswerRe: error in this code Pin
Abhijit Jana2-Jun-09 21:09
professionalAbhijit Jana2-Jun-09 21:09 
AnswerRe: error in this code Pin
Abhishek Sur2-Jun-09 21:13
professionalAbhishek Sur2-Jun-09 21:13 
GeneralRe: error in this code Pin
Abhijit Jana2-Jun-09 21:16
professionalAbhijit Jana2-Jun-09 21:16 
GeneralRe: error in this code Pin
Abhishek Sur2-Jun-09 21:19
professionalAbhishek Sur2-Jun-09 21:19 
AnswerRe: error in this code Pin
Christian Graus2-Jun-09 21:14
protectorChristian Graus2-Jun-09 21:14 
AnswerRe: error in this code Pin
Herman<T>.Instance2-Jun-09 23:19
Herman<T>.Instance2-Jun-09 23:19 
GeneralRe: error in this code Pin
Abhijit Jana3-Jun-09 0:02
professionalAbhijit Jana3-Jun-09 0:02 
Questiondisplay code component Pin
taki said2-Jun-09 20:58
taki said2-Jun-09 20:58 
AnswerRe: display code component Pin
Christian Graus2-Jun-09 21:16
protectorChristian Graus2-Jun-09 21:16 
AnswerRe: display code component Pin
Niladri_Biswas3-Jun-09 17:32
Niladri_Biswas3-Jun-09 17:32 
GeneralRe: display code component Pin
taki said3-Jun-09 21:27
taki said3-Jun-09 21:27 
GeneralRe: display code component Pin
Niladri_Biswas4-Jun-09 4:44
Niladri_Biswas4-Jun-09 4:44 
Questionasp net crystal report printing from client side not possible Pin
saransh3212-Jun-09 20:55
saransh3212-Jun-09 20:55 
AnswerRe: asp net crystal report printing from client side not possible Pin
Herman<T>.Instance2-Jun-09 23:00
Herman<T>.Instance2-Jun-09 23:00 
GeneralRe: asp net crystal report printing from client side not possible Pin
saransh3213-Jun-09 0:18
saransh3213-Jun-09 0:18 
GeneralRe: asp net crystal report printing from client side not possible Pin
Herman<T>.Instance3-Jun-09 1:59
Herman<T>.Instance3-Jun-09 1:59 
GeneralRe: asp net crystal report printing from client side not possible Pin
saransh3216-Jun-09 18:27
saransh3216-Jun-09 18:27 

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.