Click here to Skip to main content
15,913,487 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Checked Two radiobuttons simultaneouly while page is open Pin
Alok Sharma ji3-Apr-09 7:06
Alok Sharma ji3-Apr-09 7:06 
AnswerRe: Checked Two radiobuttons simultaneouly while page is open Pin
Alok Sharma ji3-Apr-09 7:07
Alok Sharma ji3-Apr-09 7:07 
QuestionSave File Path in ASP.NET!! Pin
Sr...Frank3-Apr-09 2:27
Sr...Frank3-Apr-09 2:27 
AnswerRe: Save File Path in ASP.NET!! Pin
Vimalsoft(Pty) Ltd3-Apr-09 3:47
professionalVimalsoft(Pty) Ltd3-Apr-09 3:47 
try this

//if dateStr doesn't contain \ at the brginning it should be

string path = System.IO.Path.GetDirectoryName(saveFileDialog1.FileName) + "\\" + dateStr;


hope it helps

Vuyiswa Maseko,

Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers."

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.tiyaneProperties.co.za
vuyiswa@its.co.za
www.ITS.co.za

GeneralRe: Save File Path in ASP.NET!! Pin
Sr...Frank3-Apr-09 4:18
Sr...Frank3-Apr-09 4:18 
GeneralRe: Save File Path in ASP.NET!! Pin
Vimalsoft(Pty) Ltd3-Apr-09 4:28
professionalVimalsoft(Pty) Ltd3-Apr-09 4:28 
GeneralRe: Save File Path in ASP.NET!! Pin
Christian Graus3-Apr-09 12:10
protectorChristian Graus3-Apr-09 12:10 
GeneralRe: Save File Path in ASP.NET!! Pin
Christian Graus3-Apr-09 12:11
protectorChristian Graus3-Apr-09 12:11 
AnswerRe: Save File Path in ASP.NET!! Pin
ToddHileHoffer3-Apr-09 4:30
ToddHileHoffer3-Apr-09 4:30 
GeneralRe: Save File Path in ASP.NET!! Pin
Sr...Frank3-Apr-09 4:47
Sr...Frank3-Apr-09 4:47 
GeneralRe: Save File Path in ASP.NET!! Pin
ToddHileHoffer3-Apr-09 4:56
ToddHileHoffer3-Apr-09 4:56 
GeneralRe: Save File Path in ASP.NET!! Pin
Sr...Frank3-Apr-09 5:18
Sr...Frank3-Apr-09 5:18 
GeneralRe: Save File Path in ASP.NET!! Pin
Sr...Frank3-Apr-09 5:20
Sr...Frank3-Apr-09 5:20 
GeneralRe: Save File Path in ASP.NET!! Pin
ToddHileHoffer3-Apr-09 5:31
ToddHileHoffer3-Apr-09 5:31 
GeneralRe: Save File Path in ASP.NET!! Pin
Sr...Frank3-Apr-09 8:57
Sr...Frank3-Apr-09 8:57 
GeneralRe: Save File Path in ASP.NET!! Pin
ToddHileHoffer3-Apr-09 9:12
ToddHileHoffer3-Apr-09 9:12 
GeneralRe: Save File Path in ASP.NET!! Pin
Christian Graus3-Apr-09 12:15
protectorChristian Graus3-Apr-09 12:15 
GeneralRe: Save File Path in ASP.NET!! Pin
AlexeiXX33-Apr-09 8:29
AlexeiXX33-Apr-09 8:29 
GeneralRe: Save File Path in ASP.NET!! Pin
Sr...Frank3-Apr-09 9:00
Sr...Frank3-Apr-09 9:00 
GeneralRe: Save File Path in ASP.NET!! Pin
fred_3-Apr-09 9:27
fred_3-Apr-09 9:27 
GeneralRe: Save File Path in ASP.NET!! Pin
Sr...Frank3-Apr-09 10:11
Sr...Frank3-Apr-09 10:11 
QuestionRemove focus of control Pin
Civic063-Apr-09 2:22
Civic063-Apr-09 2:22 
AnswerRe: Remove focus of control Pin
Jeff Circeo3-Apr-09 4:27
Jeff Circeo3-Apr-09 4:27 
AnswerRe: Remove focus of control Pin
ToddHileHoffer3-Apr-09 4:27
ToddHileHoffer3-Apr-09 4:27 
QuestionAjaxControl Pin
Deepak the Cool3-Apr-09 1:26
Deepak the Cool3-Apr-09 1:26 

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.