Click here to Skip to main content
15,910,277 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Adding CheckBox in ASP.NET Pin
Michael Sync11-Nov-07 15:19
Michael Sync11-Nov-07 15:19 
QuestionDatalist problem Pin
komplexb11-Nov-07 8:11
komplexb11-Nov-07 8:11 
QuestionGrid CheckBox Column with javascript Pin
Ahmad Adnan11-Nov-07 3:49
Ahmad Adnan11-Nov-07 3:49 
AnswerRe: Grid CheckBox Column with javascript Pin
Michael Sync11-Nov-07 4:41
Michael Sync11-Nov-07 4:41 
AnswerRe: Grid CheckBox Column with javascript Pin
Prateek G11-Nov-07 19:51
Prateek G11-Nov-07 19:51 
QuestionDownload Dialog box , Encoding problem Pin
Simit Kulkarni11-Nov-07 2:24
Simit Kulkarni11-Nov-07 2:24 
AnswerRe: Download Dialog box , Encoding problem Pin
Michael Sync11-Nov-07 4:35
Michael Sync11-Nov-07 4:35 
QuestionHow to use the 'OR' Condition Pin
Kurian_Kurian10-Nov-07 23:11
Kurian_Kurian10-Nov-07 23:11 
Hi,this is my code.how to use OR condition in c# code,this code is not working.i want to check the selected image extension.if the extension .jpg or .bmp then it is going to this condition code.what is wrong in that.

if (System.IO.Path.GetExtension(cmdBrowse.FileName).ToLower() != ".jpg" | System.IO.Path.GetExtension(cmdBrowse.FileName).ToLower() != ".bmp")
AnswerRe: How to use the 'OR' Condition Pin
Michael Sync10-Nov-07 23:15
Michael Sync10-Nov-07 23:15 
AnswerRe: How to use the 'OR' Condition Pin
Dave Doknjas11-Nov-07 15:19
Dave Doknjas11-Nov-07 15:19 
AnswerRe: How to use the 'OR' Condition Pin
SunithaNallana11-Nov-07 19:15
SunithaNallana11-Nov-07 19:15 
QuestioniWeb Setup Pin
Ahmad Adnan10-Nov-07 22:22
Ahmad Adnan10-Nov-07 22:22 
QuestionFile path problem Pin
G.K.M.10-Nov-07 20:32
G.K.M.10-Nov-07 20:32 
AnswerRe: File path problem Pin
Mustafa Ismail Mustafa11-Nov-07 2:17
Mustafa Ismail Mustafa11-Nov-07 2:17 
QuestionI have an aspx app which needs to post data to a form and read the response. Pin
B.A10-Nov-07 19:49
B.A10-Nov-07 19:49 
AnswerRe: I have an aspx app which needs to post data to a form and read the response. Pin
Michael Sync10-Nov-07 20:10
Michael Sync10-Nov-07 20:10 
GeneralRe: I have an aspx app which needs to post data to a form and read the response. Pin
B.A10-Nov-07 20:30
B.A10-Nov-07 20:30 
GeneralRe: I have an aspx app which needs to post data to a form and read the response. Pin
Michael Sync11-Nov-07 15:36
Michael Sync11-Nov-07 15:36 
AnswerRe: I have an aspx app which needs to post data to a form and read the response. Pin
Bassam Saoud10-Nov-07 20:33
Bassam Saoud10-Nov-07 20:33 
GeneralRe: I have an aspx app which needs to post data to a form and read the response. Pin
B.A11-Nov-07 21:06
B.A11-Nov-07 21:06 
AnswerRe: I have an aspx app which needs to post data to a form and read the response. Pin
Prateek G11-Nov-07 20:03
Prateek G11-Nov-07 20:03 
GeneralRe: I have an aspx app which needs to post data to a form and read the response. Pin
B.A11-Nov-07 21:32
B.A11-Nov-07 21:32 
QuestionSessions in window application Pin
afreen taj10-Nov-07 17:07
afreen taj10-Nov-07 17:07 
AnswerRe: Sessions in window application Pin
Michael Sync10-Nov-07 20:02
Michael Sync10-Nov-07 20:02 
GeneralRe: Sessions in window application Pin
Tokorie11-Nov-07 15:07
Tokorie11-Nov-07 15:07 

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.