Click here to Skip to main content
15,911,039 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: [newbie] Binding to a dropdownlist Pin
jon-8022-Jan-09 0:11
professionaljon-8022-Jan-09 0:11 
QuestionWhat would be the best approach to maintain login-in state for the users? Pin
Jas 00721-Jan-09 23:27
Jas 00721-Jan-09 23:27 
AnswerRe: What would be the best approach to maintain login-in state for the users? Pin
Abhijit Jana21-Jan-09 23:44
professionalAbhijit Jana21-Jan-09 23:44 
QuestionDownload folder from remote server to local machine Pin
S.Aijaz21-Jan-09 23:24
S.Aijaz21-Jan-09 23:24 
AnswerRe: Download folder from remote server to local machine Pin
Ashutosh Phoujdar22-Jan-09 1:17
Ashutosh Phoujdar22-Jan-09 1:17 
GeneralRe: Download folder from remote server to local machine Pin
S.Aijaz22-Jan-09 1:39
S.Aijaz22-Jan-09 1:39 
QuestionUplaoding File without FIleupload control via Remote Machine. Pin
Tarini Singh21-Jan-09 23:09
Tarini Singh21-Jan-09 23:09 
AnswerRe: Uplaoding File without FIleupload control via Remote Machine. Pin
Aman Bhullar21-Jan-09 23:19
Aman Bhullar21-Jan-09 23:19 
We faced the similar scenario.

The problem was solved as:

1. We created a server application that open a Socket on a particular port of Sever.
2. When client machine need to send data to sever, it converts file to stream, connect to remote socket and transfer data. Finally closes socket connection.

3. Server side control, when receive data from client, it converts stream back to file and save it on disk.

Our transfer was of single file type, so we do not require and special tokens to be passed to identify file type.
GeneralRe: Uplaoding File without FIleupload control via Remote Machine. Pin
Tarini Singh22-Jan-09 3:21
Tarini Singh22-Jan-09 3:21 
AnswerRe: Confused ??? Pin
Ashutosh Phoujdar22-Jan-09 1:22
Ashutosh Phoujdar22-Jan-09 1:22 
QuestionDesign Problem for Multiple controls in an update Panel ? Pin
meeram39521-Jan-09 23:05
meeram39521-Jan-09 23:05 
AnswerRe: Design Problem for Multiple controls in an update Panel ? Pin
Rutvik Dave22-Jan-09 3:59
professionalRutvik Dave22-Jan-09 3:59 
QuestionLog Out Pin
jonhbt21-Jan-09 22:40
jonhbt21-Jan-09 22:40 
AnswerRe: Log Out Pin
VenkatFor.NET22-Jan-09 20:29
VenkatFor.NET22-Jan-09 20:29 
QuestionStateless UserControl ! Pin
mehrdadc4821-Jan-09 20:53
mehrdadc4821-Jan-09 20:53 
Questionhow to recieve mails to my .net application Pin
prasanth.moganti21-Jan-09 20:44
prasanth.moganti21-Jan-09 20:44 
AnswerRe: how to recieve mails to my .net application Pin
Abhijit Jana21-Jan-09 21:03
professionalAbhijit Jana21-Jan-09 21:03 
AnswerRe: how to recieve mails to my .net application Pin
Abhishek Sur21-Jan-09 21:06
professionalAbhishek Sur21-Jan-09 21:06 
Questiondelete a row? Pin
RajpootRohan21-Jan-09 20:25
professionalRajpootRohan21-Jan-09 20:25 
AnswerRe: delete a row? Pin
Muhammad Gouda21-Jan-09 20:46
Muhammad Gouda21-Jan-09 20:46 
GeneralRe: delete a row? Pin
N a v a n e e t h21-Jan-09 21:31
N a v a n e e t h21-Jan-09 21:31 
AnswerRe: delete a row? Pin
Neeraj Kr21-Jan-09 20:49
Neeraj Kr21-Jan-09 20:49 
QuestionWrapper Pin
mehrdadc4821-Jan-09 19:55
mehrdadc4821-Jan-09 19:55 
AnswerRe: Wrapper Pin
Abhishek Sur21-Jan-09 21:07
professionalAbhishek Sur21-Jan-09 21:07 
QuestionCannot download files because of a conflict between WebParts and UpdatePanels Pin
Muhammad Gouda21-Jan-09 19:54
Muhammad Gouda21-Jan-09 19:54 

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.