Click here to Skip to main content
15,914,401 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Make object tag clickable Pin
Nilesh Hapse27-Feb-08 2:37
Nilesh Hapse27-Feb-08 2:37 
GeneralThey will not let me hit the database until the very last minute. HELP !!! [modified] Pin
crystal915426-Feb-08 5:54
crystal915426-Feb-08 5:54 
GeneralRe: They will not let me hit the database until the very last minute. HELP !!! Pin
Colin Angus Mackay26-Feb-08 21:48
Colin Angus Mackay26-Feb-08 21:48 
GeneralRe: They will not let me hit the database until the very last minute. HELP !!! Pin
Nilesh Hapse26-Feb-08 23:43
Nilesh Hapse26-Feb-08 23:43 
GeneralRe: They will not let me hit the database until the very last minute. HELP !!! Pin
Shog927-Feb-08 4:31
sitebuilderShog927-Feb-08 4:31 
GeneralRe: They will not let me hit the database until the very last minute. HELP !!! Pin
Christian Graus27-Feb-08 9:10
protectorChristian Graus27-Feb-08 9:10 
GeneralRe: They will not let me hit the database until the very last minute. HELP !!! Pin
Shog927-Feb-08 9:42
sitebuilderShog927-Feb-08 9:42 
GeneralSending char array from client(VC++) to Delphi(Server) Pin
CraZyToLearn26-Feb-08 2:23
CraZyToLearn26-Feb-08 2:23 
I am sending login credentials through ActiveX Control developed in VC++ 6.0 to Server side which is developed in Delphi
//Client side struct in VC++ 6.0
typedef struct
{
char User[41];
char Password[41];
char ClientVersion[41];
char EndCode[2];
}TNetConnectCheck;

//Server side struct in Delphi6
TNetConnectCheck = record
UserName : string[40];
Password : string[40];
ClientVersion : String[40]; // Added by Ravi on : 03/08/2006
EndCode : array[0..1] of Char;
end;

but, I am getting some junk characters in the strings at serverside eg. User name like 'CrazyToLearn#0...#0'

I want to send the packet which is having the length 125 to server with exact 'CrazyToLearn' not with any padding 0 or junk characters.

I tried all the trims, dynamic char array but cant solve the problem.
I dont have to change code at server side,whatever we want to modify , its only at client side.
Please instant help will be really appreciated...
THANX

Smile | :) CraZyToLearn Smile | :)

GeneralCapturing Javascript Events Pin
Brendan Vogt26-Feb-08 2:03
Brendan Vogt26-Feb-08 2:03 
GeneralRe: Capturing Javascript Events Pin
Christian Graus26-Feb-08 13:47
protectorChristian Graus26-Feb-08 13:47 
AnswerRe: Capturing Javascript Events Pin
Brendan Vogt26-Feb-08 20:46
Brendan Vogt26-Feb-08 20:46 
GeneralRe: Capturing Javascript Events Pin
Expert Coming26-Feb-08 20:49
Expert Coming26-Feb-08 20:49 
GeneralRe: Capturing Javascript Events Pin
Brady Kelly26-Feb-08 21:43
Brady Kelly26-Feb-08 21:43 
GeneralRe: Capturing Javascript Events Pin
Nilesh Hapse26-Feb-08 23:30
Nilesh Hapse26-Feb-08 23:30 
GeneralWeb Service timeout issue with large size XML file Pin
mpavas25-Feb-08 22:00
mpavas25-Feb-08 22:00 
GeneralRe: Web Service timeout issue with large size XML file Pin
Navneet Hegde26-Feb-08 0:05
Navneet Hegde26-Feb-08 0:05 
GeneralRe: Web Service timeout issue with large size XML file Pin
mpavas26-Feb-08 0:59
mpavas26-Feb-08 0:59 
GeneralRe: Web Service timeout issue with large size XML file Pin
Navneet Hegde26-Feb-08 1:19
Navneet Hegde26-Feb-08 1:19 
GeneralRe: Web Service timeout issue with large size XML file Pin
mpavas26-Feb-08 2:19
mpavas26-Feb-08 2:19 
QuestionAjax call to ascx Pin
RCoate25-Feb-08 13:08
RCoate25-Feb-08 13:08 
GeneralRe: Ajax call to ascx Pin
Amol M Vaidya25-Feb-08 16:58
professionalAmol M Vaidya25-Feb-08 16:58 
GeneralRe: Ajax call to ascx Pin
RCoate25-Feb-08 17:26
RCoate25-Feb-08 17:26 
GeneralRe: Ajax call to ascx Pin
Christian Graus25-Feb-08 22:32
protectorChristian Graus25-Feb-08 22:32 
GeneralRe: Ajax call to ascx Pin
RCoate26-Feb-08 10:53
RCoate26-Feb-08 10:53 
GeneralProblem in ASP.NET AJAX ModalPopupExtender Pin
Syed Ali Raza24-Feb-08 20:31
Syed Ali Raza24-Feb-08 20:31 

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.