Click here to Skip to main content
15,896,063 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to send cookies with httpwebrequest Pin
raha20029-Apr-08 6:56
raha20029-Apr-08 6:56 
AnswerRe: How to send cookies with httpwebrequest Pin
led mike9-Apr-08 7:17
led mike9-Apr-08 7:17 
GeneralRe: How to send cookies with httpwebrequest Pin
raha20029-Apr-08 8:56
raha20029-Apr-08 8:56 
GeneralRe: How to send cookies with httpwebrequest Pin
led mike10-Apr-08 5:41
led mike10-Apr-08 5:41 
QuestionLost selection from dropdownlist after postback??? Pin
JimFeng9-Apr-08 6:21
JimFeng9-Apr-08 6:21 
AnswerRe: Lost selection from dropdownlist after postback??? Pin
ChrisKo9-Apr-08 10:38
ChrisKo9-Apr-08 10:38 
GeneralRe: Lost selection from dropdownlist after postback??? Pin
JimFeng10-Apr-08 5:24
JimFeng10-Apr-08 5:24 
GeneralDates Problem Pin
macca249-Apr-08 5:09
macca249-Apr-08 5:09 
I have a Search Page which contains dates and text fields. When I leave the Date fields blank an error is thrown in my code stating that cannot "Conversion from String to type Date is not valid".
This happens because I am trying to assign the empty Date Text field to A Variable of type Date. If the Date Text field contains a Date there is no error thrown.

Dim dtDateFrom As Date
Dim dtDateTo As Date

dtDateFrom = tbxDtFrom.Text
dtDateTo = tbxDtTo.Text

Anyone any ideas why this is happening
macca
AnswerRe: Dates Problem Pin
Jesse Squire9-Apr-08 5:24
Jesse Squire9-Apr-08 5:24 
GeneralRe: Dates Problem Pin
Darsh_310-Apr-08 8:50
Darsh_310-Apr-08 8:50 
Questionhow to give input data at runtime in a table format after button click saving Pin
vardhanmm@gmail.com9-Apr-08 3:41
vardhanmm@gmail.com9-Apr-08 3:41 
AnswerRe: how to give input data at runtime in a table format after button click saving Pin
Ashish Sehajpal9-Apr-08 3:59
Ashish Sehajpal9-Apr-08 3:59 
GeneralRe: how to give input data at runtime in a table format after button click saving Pin
Paddy Boyd9-Apr-08 4:44
Paddy Boyd9-Apr-08 4:44 
Question[Message Deleted] Pin
John Sundar9-Apr-08 3:03
John Sundar9-Apr-08 3:03 
GeneralRe: Gathering error logs in ASP.NET with C# Pin
led mike9-Apr-08 4:48
led mike9-Apr-08 4:48 
QuestionError Asp.net with mysql ? Pin
i gr89-Apr-08 2:58
i gr89-Apr-08 2:58 
AnswerRe: Error Asp.net with mysql ? Pin
eyeseetee9-Apr-08 3:18
eyeseetee9-Apr-08 3:18 
GeneralRe: Error Asp.net with mysql ? Pin
i gr89-Apr-08 4:14
i gr89-Apr-08 4:14 
AnswerRe: Error Asp.net with mysql ? Pin
Ashish Sehajpal9-Apr-08 4:00
Ashish Sehajpal9-Apr-08 4:00 
GeneralRe: Error Asp.net with mysql ? Pin
i gr89-Apr-08 4:16
i gr89-Apr-08 4:16 
GeneralRe: Error Asp.net with mysql ? Pin
Ashish Sehajpal9-Apr-08 7:45
Ashish Sehajpal9-Apr-08 7:45 
GeneralHighlighted New Record Pin
sjs4u9-Apr-08 2:57
sjs4u9-Apr-08 2:57 
AnswerRe: Highlighted New Record Pin
Ashish Sehajpal9-Apr-08 4:05
Ashish Sehajpal9-Apr-08 4:05 
Generalincrease values in a loop Pin
eyeseetee9-Apr-08 2:44
eyeseetee9-Apr-08 2:44 
GeneralRe: increase values in a loop Pin
Christian Graus9-Apr-08 2:59
protectorChristian Graus9-Apr-08 2:59 

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.