Click here to Skip to main content
16,005,162 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: User defined controls Pin
Michael Sync29-Aug-07 20:11
Michael Sync29-Aug-07 20:11 
GeneralRe: User defined controls Pin
waheed awan29-Aug-07 20:27
waheed awan29-Aug-07 20:27 
GeneralRe: User defined controls Pin
Michael Sync29-Aug-07 20:39
Michael Sync29-Aug-07 20:39 
Questionhow Upload pdf file ? Pin
Suhail Ali29-Aug-07 19:29
Suhail Ali29-Aug-07 19:29 
AnswerRe: how Upload pdf file ? Pin
N a v a n e e t h29-Aug-07 19:36
N a v a n e e t h29-Aug-07 19:36 
AnswerRe: how Upload pdf file ? Pin
Jon Sagara29-Aug-07 19:36
Jon Sagara29-Aug-07 19:36 
AnswerRe: how Upload pdf file ? Pin
Sathesh Sakthivel29-Aug-07 20:10
Sathesh Sakthivel29-Aug-07 20:10 
GeneralRe: how Upload pdf file ? Pin
bryan paling29-Aug-07 19:57
bryan paling29-Aug-07 19:57 
here's a tip (C#)

Dim theFullyQualifiedPath As System.String = ""
Dim Dir as System.String = ""
theFullyQualifiedPath = Me._root_path & "\" & System.IO.Path.GetFileName(Me.FileUpload.PostedFile.FileName)
Dir = "the directory on the site(url)"


Dim strFileName as string
strFileName = FileUpload.PostedFile.FileName
Dim strFile as string
strFile = System.IO.Path.GetFileNameWithoutExtension(strFileName)
Dim strExtension as string
strExtension = System.IO.Path.GetExtension(strFileName)
Dim FullPath as string
FullPath = Dir & strFile & strExtension

hope this helps... Big Grin | :-D

--- If the facts don't fit the Theory, change the facts...

QuestionHelp with DataGrid Pin
bryan paling29-Aug-07 17:40
bryan paling29-Aug-07 17:40 
AnswerRe: Help with DataGrid Pin
Imran Khan Pathan29-Aug-07 18:38
Imran Khan Pathan29-Aug-07 18:38 
GeneralRe: Help with DataGrid Pin
bryan paling29-Aug-07 19:19
bryan paling29-Aug-07 19:19 
GeneralRe: Help with DataGrid Pin
Imran Khan Pathan29-Aug-07 19:55
Imran Khan Pathan29-Aug-07 19:55 
GeneralRe: Help with DataGrid Pin
bryan paling29-Aug-07 19:59
bryan paling29-Aug-07 19:59 
GeneralRe: Help with DataGrid Pin
Imran Khan Pathan29-Aug-07 20:28
Imran Khan Pathan29-Aug-07 20:28 
GeneralRe: Help with DataGrid Pin
bryan paling29-Aug-07 20:38
bryan paling29-Aug-07 20:38 
GeneralRe: Help with DataGrid Pin
Imran Khan Pathan29-Aug-07 21:08
Imran Khan Pathan29-Aug-07 21:08 
GeneralRe: Help with DataGrid Pin
bryan paling29-Aug-07 21:21
bryan paling29-Aug-07 21:21 
GeneralRe: Help with DataGrid Pin
Imran Khan Pathan29-Aug-07 21:43
Imran Khan Pathan29-Aug-07 21:43 
GeneralRe: Help with DataGrid Pin
Imran Khan Pathan29-Aug-07 21:55
Imran Khan Pathan29-Aug-07 21:55 
GeneralRe: Help with DataGrid Pin
bryan paling29-Aug-07 23:25
bryan paling29-Aug-07 23:25 
GeneralRe: Help with DataGrid Pin
bryan paling29-Aug-07 23:19
bryan paling29-Aug-07 23:19 
GeneralRe: Help with DataGrid Pin
Imran Khan Pathan30-Aug-07 0:42
Imran Khan Pathan30-Aug-07 0:42 
QuestionFire event when Gridview's textbox loosing focus Pin
kjosh29-Aug-07 14:30
kjosh29-Aug-07 14:30 
AnswerRe: Fire event when Gridview's textbox loosing focus Pin
Michael Sync29-Aug-07 17:16
Michael Sync29-Aug-07 17:16 
Questionmake search in dataBase Pin
Ahmed R El Bohoty29-Aug-07 9:06
Ahmed R El Bohoty29-Aug-07 9:06 

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.