First definately database oriented. Next using webservice. Then go into deeper to XML, device drive like capturing media message message and process etc...
First definately database oriented. Next using webservice. Then go into deeper to XML, device drive like capturing media message message and process etc...
Well I belive instead of outsource, they (US companies) should take good guy. It will be more fruitfull for long run. To go for cheaper, and made the goodwill in wrong direction should not healthy for any company. It will be better to utlized productive people with high rate. It also be better for them to sponsor good candidate. Few people inteligent people...
It think the cost will be 5-7 times cheaper is those countries.
What other says?
By the way...Wish you all a very very Happy New year 2006.
Cheers!
Populate
Great to know we both like C#!
Your freinds told you exact tru fact.....and I also advice you to graps the .NET frame work clases....Thats all to shoot every thing.....
Well any guys / Gals....have anu sugesstion in .NET Programming.
~Populate
Hi Guys,
After devloping couple of years and months........many projects in .NET framework.....using C# , VB.NET, and ASP.NET.........My personal vote goes to C#. No doubt I love to code in this languages. And I know many of you like so...
So then whether VB.NET Programmer getting downward.....I can't say so,, then I have to downward myself also... :) ...Then what????
Actually VB.NET progrmmer getting much more now getting intelectual than their past in doing VB programming....At least I see maximum work in UK need for VB.NET Guys (And Gals... ;) ).....
I express this as a C# programmer, as a VB.NET programmer and as a ASP.NET programmer point of view.
So you people what your suggestion on this ???
Cheers!
Populate
[[ The Little Master
himadrish@yahoo.com
]]
Where you based John? I'm looking for someone to help me locally in the UK / NW.
Hi,
If (Location is not very Imporatnt Factor) Then
Me.interested=True Or Populate is interested to do work in MS-Technology
End If
Regards,
Populate
(The Little Master)
(himadrish@yahoo.com)
Problem mostprobably in <form action="?" . Instead it use action="actionpagename.asp"
Next used debug editing. This is simple like Response.write "<br>err: " & err.description
response.end
Best of Luck.
~Populate
Try this code not sure it will work in your case (not sure what you want to do)
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head><body>
<form action="?" method="post" name="name" id="name">
<input name="name" type="text" id="name" value="<%= Request.Cookies("name") %>">
<input type="submit" name="Submit" value="Submit">
<% If (cStr(Request("Submit")) <> "") Then %>
<% response.Cookies("name") = Request.Form("name")
Dim dateplus4
dateplus4 = DATEADD("d",4,Now())
Response.Cookies("firstname").Expires=dateplus4%>
<meta http-equiv="refresh" content="0;URL=?">
<% End If %></form>
</body>
</html>