TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rocky Rocky
NA
317
151.6k
How to make code for file upload with folder?
Mar 26 2014 3:15 AM
Hi Friends,
i m creating one application for audit comments in my application
the contents are
0)auditor=dropdown
1)auditno = text
2)refno = text
3)auditee dept =dropdown with multi select
4)persons interviewed = textbox
5)comments = textbox
6)documents = fileupload(stored on folder)
add=button1
modify=button2
cancel = button3
submit =button 4
refresh =button5
table in mssql2000:
--------------------
create table au_commts
(
au_id int identity,
auditor varchar(50)
auditno varchar(50)
refno int
auditee_dept varchar(50)
persons_interviewed varchar(50)
comments varchar(50)
)
after add button pressing ll show on gridview along with attachment
now my requirement is how to make code file upload depends on au_id?
depends on that how to edit and delete also in gridview?
Reply
Answers (
1
)
.Net Compilation, registry accessing and application deploym
DATA TRANSFER FROM A LOCAL DATABASE TO A REMOTE DATABASE