Click here to Skip to main content
15,916,432 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to use Panel in a web form Pin
minhpc_bk1-Oct-06 15:16
minhpc_bk1-Oct-06 15:16 
QuestionHow do I call a public function in another page??? Pin
code-frog29-Sep-06 17:48
professionalcode-frog29-Sep-06 17:48 
AnswerRe: How do I call a public function in another page??? Pin
Sreekumar P P29-Sep-06 21:33
Sreekumar P P29-Sep-06 21:33 
GeneralRe: How do I call a public function in another page??? Pin
code-frog30-Sep-06 18:23
professionalcode-frog30-Sep-06 18:23 
AnswerRe: How do I call a public function in another page??? Pin
minhpc_bk1-Oct-06 15:15
minhpc_bk1-Oct-06 15:15 
QuestionAssigning one instance of user control to another Pin
K.P.Kannan29-Sep-06 17:37
K.P.Kannan29-Sep-06 17:37 
AnswerRe: Assigning one instance of user control to another Pin
minhpc_bk1-Oct-06 15:12
minhpc_bk1-Oct-06 15:12 
QuestionConvert DateTime Pin
shapper29-Sep-06 14:52
shapper29-Sep-06 14:52 
Hello,

I am converting a DateTime variable to a string in RFC1123 format (RSS) using the following code:

Dim a As DateTime
a = DateTime.Now
Dim b As String = a.ToString("R")

It works.

Now I want to make the same but with a Date/Time field from an Access Database.

The problem is that is when I get the field it comes as string.

I tried to use String.Format(MyField, "R") but I still get the string date as "9/16/2006".

How can I solve this?

Thanks,

Miguel
AnswerRe: Convert DateTime Pin
Guffa29-Sep-06 15:30
Guffa29-Sep-06 15:30 
GeneralRe: Convert DateTime Pin
shapper29-Sep-06 17:13
shapper29-Sep-06 17:13 
GeneralRe: Convert DateTime Pin
Guffa29-Sep-06 23:35
Guffa29-Sep-06 23:35 
QuestionGet N words of a string Pin
shapper29-Sep-06 14:45
shapper29-Sep-06 14:45 
AnswerRe: Get N words of a string Pin
Not Active29-Sep-06 15:39
mentorNot Active29-Sep-06 15:39 
GeneralRe: Get N words of a string Pin
Guffa29-Sep-06 22:51
Guffa29-Sep-06 22:51 
GeneralRe: Get N words of a string Pin
shapper30-Sep-06 2:13
shapper30-Sep-06 2:13 
AnswerRe: Get N words of a string Pin
Guffa1-Oct-06 8:49
Guffa1-Oct-06 8:49 
GeneralRe: Get N words of a string Pin
Not Active30-Sep-06 2:53
mentorNot Active30-Sep-06 2:53 
QuestionCaution against using System.Drawing namespace in ASP.NET Pin
The Nightcoder29-Sep-06 12:59
The Nightcoder29-Sep-06 12:59 
QuestionActive Directory User Creation Pin
legionnaire29-Sep-06 12:07
legionnaire29-Sep-06 12:07 
AnswerRe: Active Directory User Creation Pin
legionnaire2-Oct-06 5:51
legionnaire2-Oct-06 5:51 
GeneralRe: Active Directory User Creation Pin
legionnaire2-Oct-06 6:24
legionnaire2-Oct-06 6:24 
QuestionFile Download Response..... Pin
Neo7869229-Sep-06 9:35
Neo7869229-Sep-06 9:35 
AnswerRe: File Download Response..... Pin
Jim Conigliaro29-Sep-06 10:45
Jim Conigliaro29-Sep-06 10:45 
QuestionRe: File Download Response..... Pin
Neo7869230-Sep-06 4:51
Neo7869230-Sep-06 4:51 
QuestionInherited TreeView Nodes and typeof Pin
perlmunger29-Sep-06 7:48
perlmunger29-Sep-06 7:48 

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.