Click here to Skip to main content
16,009,318 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Make modal page by asp.net ajax Pin
Vasudevan Deepak Kumar1-Sep-07 23:54
Vasudevan Deepak Kumar1-Sep-07 23:54 
GeneralRe: Make modal page by asp.net ajax Pin
morteza572-Sep-07 1:24
morteza572-Sep-07 1:24 
Questiondinamic textbox in gridview Pin
Abolfazl Sheikhloo1-Sep-07 21:38
Abolfazl Sheikhloo1-Sep-07 21:38 
AnswerRe: dinamic textbox in gridview Pin
Saksida Bojan1-Sep-07 22:12
Saksida Bojan1-Sep-07 22:12 
GeneralRe: dinamic textbox in gridview Pin
Abolfazl Sheikhloo1-Sep-07 22:32
Abolfazl Sheikhloo1-Sep-07 22:32 
GeneralRe: dinamic textbox in gridview Pin
Saksida Bojan1-Sep-07 23:09
Saksida Bojan1-Sep-07 23:09 
QuestionDateTime.Now incorrect format (windows vista)?? Pin
Nada Adel1-Sep-07 21:30
Nada Adel1-Sep-07 21:30 
AnswerRe: DateTime.Now incorrect format (windows vista)?? Pin
Saksida Bojan1-Sep-07 22:07
Saksida Bojan1-Sep-07 22:07 
Then forcefuly Format the date
DateTime dt = DateTime.Now();
String date = dt.Month + "/" + dt.Day + "/" + dt.Year;

I Think there are also better Solution.

Ps. Is your computer also a testing server? That setting depends on the server computer, where these files are executed. This kind of problem is very often to come by when attempting to insert into mysql or other database. I Don't know if i typed it correctly the example, but at least you get the idea how to solve. Without having to change the setting for every server you inted to run it

Edit: This problem doesn't exsist in Vista Only, It coud also exsist in other platforms. (I Had same problem with PHP on Linux - When i tried linux)
GeneralRe: DateTime.Now incorrect format (windows vista)?? Pin
Nada Adel1-Sep-07 22:14
Nada Adel1-Sep-07 22:14 
GeneralRe: DateTime.Now incorrect format (windows vista)?? Pin
Saksida Bojan1-Sep-07 23:06
Saksida Bojan1-Sep-07 23:06 
AnswerRe: DateTime.Now incorrect format (windows vista)?? Pin
Vasudevan Deepak Kumar1-Sep-07 23:55
Vasudevan Deepak Kumar1-Sep-07 23:55 
AnswerRe: DateTime.Now incorrect format (windows vista)?? Pin
Ahmad Adnan2-Sep-07 2:55
Ahmad Adnan2-Sep-07 2:55 
AnswerRe: DateTime.Now incorrect format (windows vista)?? Pin
WillyBeamish2-Sep-07 3:57
WillyBeamish2-Sep-07 3:57 
GeneralRe: DateTime.Now incorrect format (windows vista)?? Pin
Nada Adel2-Sep-07 7:58
Nada Adel2-Sep-07 7:58 
Questionplease help me!!! Pin
Rharzkie1-Sep-07 20:52
Rharzkie1-Sep-07 20:52 
AnswerRe: please help me!!! Pin
Guffa1-Sep-07 21:53
Guffa1-Sep-07 21:53 
AnswerRe: please help me!!! Pin
Ahmad Adnan2-Sep-07 2:57
Ahmad Adnan2-Sep-07 2:57 
AnswerRe: please help me!!! Pin
Dhyanga3-Sep-07 20:57
Dhyanga3-Sep-07 20:57 
Questionproblem using class in the .aspx source view [modified] Pin
Dhyanga1-Sep-07 19:55
Dhyanga1-Sep-07 19:55 
AnswerRe: problem using class in the .aspx source view Pin
Michael Sync1-Sep-07 21:30
Michael Sync1-Sep-07 21:30 
AnswerRe: problem using class in the .aspx source view Pin
Vasudevan Deepak Kumar2-Sep-07 0:55
Vasudevan Deepak Kumar2-Sep-07 0:55 
QuestionCan we create user control without postback in asp.net from Javascript Pin
Dot Net1-Sep-07 17:35
Dot Net1-Sep-07 17:35 
QuestionRetreaving Session Pin
Saksida Bojan1-Sep-07 11:27
Saksida Bojan1-Sep-07 11:27 
AnswerRe: Retreaving Session Pin
Michael Sync1-Sep-07 21:22
Michael Sync1-Sep-07 21:22 
GeneralRe: Retreaving Session Pin
Saksida Bojan1-Sep-07 21:51
Saksida Bojan1-Sep-07 21:51 

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.