Click here to Skip to main content
15,908,115 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Extending WebPartManager class Pin
minhpc_bk27-Jun-06 21:05
minhpc_bk27-Jun-06 21:05 
GeneralRe: Extending WebPartManager class Pin
Chris McGlothen28-Jun-06 4:19
Chris McGlothen28-Jun-06 4:19 
QuestionWeb Control Table Pin
varshavmane27-Jun-06 5:15
varshavmane27-Jun-06 5:15 
QuestionTo maintain the view state of a dynamically created control Pin
sishya27-Jun-06 3:54
sishya27-Jun-06 3:54 
AnswerRe: To maintain the view state of a dynamically created control Pin
minhpc_bk27-Jun-06 4:41
minhpc_bk27-Jun-06 4:41 
AnswerRe: To maintain the view state of a dynamically created control [modified] Pin
Hain Kurt27-Jun-06 4:42
Hain Kurt27-Jun-06 4:42 
Questioninsert a string dd/mm/yyyy in database (urgent) Pin
rajeev kumar sharma27-Jun-06 3:22
rajeev kumar sharma27-Jun-06 3:22 
AnswerRe: insert a string dd/mm/yyyy in database (urgent) Pin
Guffa27-Jun-06 4:05
Guffa27-Jun-06 4:05 
First parse the string into a DateTime value:

DateTime theDate = DateTime.ParseExact(theString, "dd/MM/yyyy", CultureInfo.InvariantCulture);

Then you can use the DateTime value in the call to the database.


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

QuestionError Pin
Hamid_RT27-Jun-06 2:58
Hamid_RT27-Jun-06 2:58 
QuestionOnline Trading software Pin
fragnent200327-Jun-06 2:39
fragnent200327-Jun-06 2:39 
AnswerRe: Online Trading software Pin
chhabra0071-Oct-09 0:51
chhabra0071-Oct-09 0:51 
QuestionDatagrid Pin
kuwl_mark27-Jun-06 2:10
kuwl_mark27-Jun-06 2:10 
AnswerRe: Datagrid Pin
ketankumar27-Jun-06 2:52
ketankumar27-Jun-06 2:52 
AnswerRe: Datagrid Pin
Not Active27-Jun-06 3:56
mentorNot Active27-Jun-06 3:56 
QuestionExcel in ASP.NET Pin
Haridas.R27-Jun-06 0:53
Haridas.R27-Jun-06 0:53 
AnswerRe: Excel in ASP.NET Pin
ketankumar27-Jun-06 1:55
ketankumar27-Jun-06 1:55 
GeneralRe: Excel in ASP.NET Pin
Haridas.R27-Jun-06 21:49
Haridas.R27-Jun-06 21:49 
AnswerRe: Excel in ASP.NET Pin
minhpc_bk27-Jun-06 4:44
minhpc_bk27-Jun-06 4:44 
QuestionDatagrid Pin
deepa_khatri27-Jun-06 0:52
deepa_khatri27-Jun-06 0:52 
AnswerRe: Datagrid Pin
BalasahebK27-Jun-06 1:41
BalasahebK27-Jun-06 1:41 
QuestionSaving a jpg file--PLZ HELP Pin
Jeeva Mary Varghese27-Jun-06 0:35
Jeeva Mary Varghese27-Jun-06 0:35 
AnswerRe: Saving a jpg file--PLZ HELP Pin
Guffa27-Jun-06 7:24
Guffa27-Jun-06 7:24 
GeneralRe: Saving a jpg file--PLZ HELP Pin
Jeeva Mary Varghese27-Jun-06 21:15
Jeeva Mary Varghese27-Jun-06 21:15 
QuestionDATE DIFFERENCE Pin
Parvai27-Jun-06 0:29
Parvai27-Jun-06 0:29 
AnswerRe: DATE DIFFERENCE Pin
J4amieC27-Jun-06 0:40
J4amieC27-Jun-06 0:40 

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.