Click here to Skip to main content
15,900,725 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: text changed event Pin
Kissy1630-Mar-08 21:32
Kissy1630-Mar-08 21:32 
Questionhow to open MSI in a new window [modified] Pin
bigphish30-Mar-08 19:33
bigphish30-Mar-08 19:33 
GeneralCheck rowindex exists or not in a grid problem Pin
SreejithAchutan30-Mar-08 18:59
SreejithAchutan30-Mar-08 18:59 
GeneralRe: Check rowindex exists or not in a grid problem Pin
farazsk1130-Mar-08 21:49
farazsk1130-Mar-08 21:49 
GeneralRe: Check rowindex exists or not in a grid problem Pin
Laddie30-Mar-08 23:29
Laddie30-Mar-08 23:29 
Questionhow to show sub menu items horizontal Pin
$unil Dhiman30-Mar-08 17:00
$unil Dhiman30-Mar-08 17:00 
GeneralRe: how to show sub menu items horizontal Pin
Abhijit Jana30-Mar-08 20:12
professionalAbhijit Jana30-Mar-08 20:12 
GeneralRe: how to show sub menu items horizontal Pin
$unil Dhiman30-Mar-08 20:59
$unil Dhiman30-Mar-08 20:59 
GeneralRe: how to show sub menu items horizontal Pin
Abhijit Jana30-Mar-08 22:24
professionalAbhijit Jana30-Mar-08 22:24 
GeneralRe: how to show sub menu items horizontal Pin
Abhijit Jana30-Mar-08 22:32
professionalAbhijit Jana30-Mar-08 22:32 
GeneralRe: how to show sub menu items horizontal Pin
$unil Dhiman31-Mar-08 0:11
$unil Dhiman31-Mar-08 0:11 
GeneralRetrieve data and display in textbox Pin
guardianhm30-Mar-08 16:55
guardianhm30-Mar-08 16:55 
GeneralRe: Retrieve data and display in textbox Pin
N a v a n e e t h30-Mar-08 19:34
N a v a n e e t h30-Mar-08 19:34 
QuestionSecurity / authentication etc Pin
mcrooks30-Mar-08 12:45
mcrooks30-Mar-08 12:45 
GeneralRe: Security / authentication etc Pin
CooperWu30-Mar-08 18:54
CooperWu30-Mar-08 18:54 
Questionadding files for download Pin
mcrooks30-Mar-08 10:17
mcrooks30-Mar-08 10:17 
GeneralRe: adding files for download Pin
CooperWu30-Mar-08 18:52
CooperWu30-Mar-08 18:52 
GeneralRe: adding files for download Pin
farazsk1130-Mar-08 22:09
farazsk1130-Mar-08 22:09 
QuestionBind File to Record in the Database Pin
Muhammad Gouda30-Mar-08 2:41
Muhammad Gouda30-Mar-08 2:41 
In my page, the visitor will fill in a form and can upload a file.
I do not need to save the file itself to the database, rather I save the file to a folder on the server with a reference in my table.
The Problem is:
if more than one file with the same name and extension were uploaded, each one will overwrite the older one
I have 2 solutions of my own:
1- I can create a sub-folder with a name same as the primary key of the record this file belongs to. and upload the file to that sub-folder
2- I can append the primary key as a prefex to the file name

But, I think this problem has more smart solution that I faild to find by google or even in codeproject articles

Mohammed Gouda
foreach(Minute m in MyLife)
myExperience++;

GeneralRe: Bind File to Record in the Database Pin
outside cosmic30-Mar-08 3:42
outside cosmic30-Mar-08 3:42 
GeneralRe: Bind File to Record in the Database Pin
farazsk1130-Mar-08 22:13
farazsk1130-Mar-08 22:13 
GeneralRe: Bind File to Record in the Database Pin
Muhammad Gouda30-Mar-08 22:24
Muhammad Gouda30-Mar-08 22:24 
GeneralRe: Bind File to Record in the Database Pin
farazsk1130-Mar-08 22:42
farazsk1130-Mar-08 22:42 
GeneralRe: Bind File to Record in the Database Pin
Muhammad Gouda31-Mar-08 3:21
Muhammad Gouda31-Mar-08 3:21 
GeneralRe: Bind File to Record in the Database Pin
farazsk1131-Mar-08 7:17
farazsk1131-Mar-08 7:17 

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.