1
Answer

Save My Exported File to specific location in c# for desktop

Yogesh Sharma

Yogesh Sharma

9y
316
1
Dear all friends,
 
I am developing one application, in which i want to export some table data and save it to some location and where from it transfer to ftp location on specified time interval... 
 
So, how to save file without save as dialog (For Desktop Appl. C#) 
 
So, any one can suggest me to how handle this type of task... 
Answers (1)
0
Danatas Gervi
NA 1.4k 0 15y

If you needs so strange behavior, I suggest you to write user control – 3 textboxes with textBox1.MaxLength = 30; - for each.

So you can write propertie in this user control – "Get Three Rows" – in this property collect texts from all textboxes.

0
Roei Bar
NA 7.8k 0 15y
here is a nice post from CodeProject, its basically a Javascript Validation for Textarea

http://www.codeproject.com/KB/aspnet/Extended_ASPNET_TextBox.aspx?display=Print

and another one

http://www.codeproject.com/KB/aspnet/Textarea_Length_Validator.aspx?df=100&forumid=278964&exp=0&select=1412646

dont forget to mark this as "Accepted Answer"