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

ASP.NET

 
QuestionMultiple login form Pin
yarns14-Jul-08 22:26
yarns14-Jul-08 22:26 
AnswerRe: Multiple login form Pin
eyeseetee15-Jul-08 0:46
eyeseetee15-Jul-08 0:46 
Questionhighlighting a row in a gridview Pin
eyeseetee14-Jul-08 21:58
eyeseetee14-Jul-08 21:58 
AnswerRe: highlighting a row in a gridview Pin
Imran Khan Pathan14-Jul-08 23:28
Imran Khan Pathan14-Jul-08 23:28 
GeneralRe: highlighting a row in a gridview Pin
eyeseetee15-Jul-08 1:17
eyeseetee15-Jul-08 1:17 
Questionregarding saving resume in database Pin
chinnuk14-Jul-08 21:30
chinnuk14-Jul-08 21:30 
AnswerRe: regarding saving resume in database Pin
eyeseetee14-Jul-08 21:41
eyeseetee14-Jul-08 21:41 
AnswerRe: regarding saving resume in database Pin
Arindam Tewary14-Jul-08 21:50
professionalArindam Tewary14-Jul-08 21:50 
There are two aproach:

1. You can physically store your resumes which are doc,pdf file in some server location. In database you can store the path of those document only.
2. Store doc, pdf files into DB. For this you have to take a BLOB column like column of VARBINARY.
You have to convert those doc or pdf file into stream(bytes array) and can store into VARBINARY column.

Upto you which one you are going to use per your need!!!
Wink | ;)

Thanks,
Arindam D Tewary

QuestionHow to create Custom appointment--ASPxSchedular control Pin
sri_009914-Jul-08 21:27
sri_009914-Jul-08 21:27 
AnswerRe: Repeat Post! Pin
eyeseetee14-Jul-08 21:42
eyeseetee14-Jul-08 21:42 
QuestionCustom server control with embed sqldatasource Pin
spidervn14-Jul-08 21:17
spidervn14-Jul-08 21:17 
Questionhow to send mail with out spam Pin
sugunavathysubramanian14-Jul-08 20:37
sugunavathysubramanian14-Jul-08 20:37 
AnswerRe: how to send mail with out spam Pin
eyeseetee14-Jul-08 21:24
eyeseetee14-Jul-08 21:24 
GeneralRe: how to send mail with out spam Pin
sugunavathysubramanian14-Jul-08 21:34
sugunavathysubramanian14-Jul-08 21:34 
GeneralRe: how to send mail with out spam Pin
eyeseetee14-Jul-08 21:43
eyeseetee14-Jul-08 21:43 
GeneralRe: how to send mail with out spam Pin
sugunavathysubramanian14-Jul-08 22:36
sugunavathysubramanian14-Jul-08 22:36 
GeneralRe: how to send mail with out spam Pin
eyeseetee14-Jul-08 23:57
eyeseetee14-Jul-08 23:57 
GeneralRe: how to send mail with out spam Pin
sugunavathysubramanian15-Jul-08 0:47
sugunavathysubramanian15-Jul-08 0:47 
QuestionHow to implement hash table functionality in c# Pin
sri_009914-Jul-08 20:34
sri_009914-Jul-08 20:34 
AnswerRe: How to implement hash table functionality in c# Pin
Piyush Vardhan Singh14-Jul-08 20:57
Piyush Vardhan Singh14-Jul-08 20:57 
GeneralRe: How to implement hash table functionality in c# Pin
sri_009914-Jul-08 21:26
sri_009914-Jul-08 21:26 
GeneralRe: How to implement hash table functionality in c# Pin
Guffa14-Jul-08 21:55
Guffa14-Jul-08 21:55 
AnswerRe: How to implement hash table functionality in c# Pin
Guffa14-Jul-08 21:52
Guffa14-Jul-08 21:52 
Questionuser from (Domain Users) group in Active directory Pin
Piyush Vardhan Singh14-Jul-08 20:31
Piyush Vardhan Singh14-Jul-08 20:31 
QuestionHow to create our own appointment template in aspxschedular Pin
sri_009914-Jul-08 20:31
sri_009914-Jul-08 20:31 

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.