Click here to Skip to main content
16,015,097 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to save images in database from asp.net 2.0 Pin
Not Active27-Jul-06 5:46
mentorNot Active27-Jul-06 5:46 
GeneralRe: how to save images in database from asp.net 2.0 Pin
sabby200628-Jul-06 3:04
sabby200628-Jul-06 3:04 
QuestionImageUrl property of ImageButton Pin
NasimKaziS27-Jul-06 2:33
NasimKaziS27-Jul-06 2:33 
AnswerRe: ImageUrl property of ImageButton Pin
amaneet27-Jul-06 2:38
amaneet27-Jul-06 2:38 
QuestionRe: ImageUrl property of ImageButton Pin
NasimKaziS27-Jul-06 3:10
NasimKaziS27-Jul-06 3:10 
AnswerRe: ImageUrl property of ImageButton Pin
eggsovereasy27-Jul-06 4:00
eggsovereasy27-Jul-06 4:00 
QuestionConvert binary file/data into comma delimited text file Pin
VK-Cadec27-Jul-06 1:58
VK-Cadec27-Jul-06 1:58 
AnswerRe: Convert binary file/data into comma delimited text file Pin
ToddHileHoffer27-Jul-06 3:55
ToddHileHoffer27-Jul-06 3:55 
Use the following C# to convert your binary to a string.

Byte FileBinary; //Set your file<br />
string file = ASCIIEncoding.Unicode.GetString(FileBinary);//create a string from your binary.


Without know what the file looks like I can't tell you the best way to make the csv. You could use SQL Server and a DTS job, you could use Excel, or use the TextWriter class in .net and do it yourself.



how vital enterprise application are for proactive organizations leveraging collective synergy to think outside the box and formulate their key objectives into a win-win game plan with a quality-driven approach that focuses on empowering key players to drive-up their core competencies and increase expectations with an all-around initiative to drive up the bottom-line. But of course, that's all a "high level" overview of things
--thedailywtf 3/21/06

GeneralRe: Convert binary file/data into comma delimited text file [modified] Pin
VK-Cadec2-Aug-06 8:15
VK-Cadec2-Aug-06 8:15 
GeneralRe: Convert binary file/data into comma delimited text file Pin
Guffa27-Jul-06 7:27
Guffa27-Jul-06 7:27 
Questiondownload programically in vb.net1.1 Pin
amaneet27-Jul-06 1:48
amaneet27-Jul-06 1:48 
AnswerRe: download programically in vb.net1.1 Pin
thomas_joyee27-Jul-06 2:05
thomas_joyee27-Jul-06 2:05 
GeneralRe: download programically in vb.net1.1 Pin
amaneet27-Jul-06 2:35
amaneet27-Jul-06 2:35 
GeneralRe: download programically in vb.net1.1 Pin
thomas_joyee27-Jul-06 2:42
thomas_joyee27-Jul-06 2:42 
AnswerRe: download programically in vb.net1.1 Pin
Ista27-Jul-06 4:10
Ista27-Jul-06 4:10 
QuestionHi, please may i use a tabcontrol in an asp.net application ? Pin
Mohammed Amine27-Jul-06 1:24
Mohammed Amine27-Jul-06 1:24 
AnswerRe: Hi, please may i use a tabcontrol in an asp.net application ? Pin
thomas_joyee27-Jul-06 1:59
thomas_joyee27-Jul-06 1:59 
AnswerRe: Hi, please may i use a tabcontrol in an asp.net application ? Pin
Khawar Abbas127-Jul-06 3:12
Khawar Abbas127-Jul-06 3:12 
Questionwebappplication setup Pin
nannapanenikamalnath27-Jul-06 1:16
nannapanenikamalnath27-Jul-06 1:16 
AnswerRe: webappplication setup Pin
_AK_27-Jul-06 5:36
_AK_27-Jul-06 5:36 
QuestionUnzip a zip file in asp.net c#? Pin
Malayil alex27-Jul-06 0:44
Malayil alex27-Jul-06 0:44 
AnswerRe: Unzip a zip file in asp.net c#? Pin
Paddy Boyd27-Jul-06 1:20
Paddy Boyd27-Jul-06 1:20 
AnswerRe: Unzip a zip file in asp.net c#? Pin
Not Active27-Jul-06 2:37
mentorNot Active27-Jul-06 2:37 
GeneralRe: Unzip a zip file in asp.net c#? Pin
Malayil alex27-Jul-06 18:35
Malayil alex27-Jul-06 18:35 
GeneralRe: Unzip a zip file in asp.net c#? Pin
Not Active28-Jul-06 1:09
mentorNot Active28-Jul-06 1:09 

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.