Click here to Skip to main content
15,902,739 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: Convert DateTime Pin
Guffa29-Sep-06 15:30
Guffa29-Sep-06 15:30 
If you really have a Date/Time field in the database, you don't get the value as a string, but as a DateTime value.

You have swapped the parameters in the call to the Format method, that might be the reason for your problem. The format string is the first parameter, and if you put your DateTime value there, it will be converted to a string and used as the format, and as it doesn't contain any formatting the result will just be that string.


---
b { font-weight: normal; }

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
Peter Josefsson Sweden29-Sep-06 12:59
Peter Josefsson Sweden29-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 
AnswerRe: Inherited TreeView Nodes and typeof Pin
minhpc_bk29-Sep-06 15:03
minhpc_bk29-Sep-06 15:03 

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.