POST GET GET GET GET... WTH?
Hi,
I'm at a loss to explain this... I have an ASPX page that I can't
always navigate to. When I developed the app (it's Starter Kit
Portal-based), I did it on my LAN and have had no trouble accessing the page.
However, upon deployment, I see the following behavior:
1. POST request goes out looking for MyForm.aspx
2. GET request for MyForm.aspx
3. GET request for MyForm.aspx
4. ...
X. GET request
Sometimes, the page finally loads. Other times, it just ends up
blank. Many times, it doesn't load at ALL the first POST - I just get a
"The pa...
Getting variables from a post or get?
Sorry for the newbie post, but i am from a PHP world. Im now learning ASP.NET.Im having a bit of problem figuring out how to get/post a variable on an input field. All i want to do is, get the value from an input form and display it again on the page.
Here's my code..
<form id="form1" runat="server" acceptcharset="utf-8">
Your name: <input id="name" name="name" type="text" />
<asp:Button ID="Button1" runat="server" Text="Button" PostBackUrl="Default.aspx" />
</form>
All i want is to get the value of name and display it on the page it self. How can i do that...
Get week numbers 1 TO 52 starting in another month rather than january
Hi folks,Anyone here know of a function or seen anything on the net where I can count the weeks from one to 53 in a year? - except the year starts on April 1st 2008 and ends on March 31st 2009 - im doing this to sync my tax yearSpent the last hour trying to think of how to do one - more difficult than I imagined!
Not sure exactly what you are trying to do... If you are trying to use a specific Date to tell you what week you are in you could turn the date into a week number by multiplying the month number -1 * 4 plus however many weeks are in the current month number and then subtract the ...
trying to get started and i am getting this error
when i go to http://www.porkchopsplayground.com, i get:
DotNetNuke Upgrade Error
The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] )
ERROR: Could not connect to database.
Could not find file 'd:\hosting\nmoran26\Providers\DataProviders\AccessDataProvider\DotNetNuke.mdb'.
Any suggestions will be appreciated.
Thanks,
Nicole
Do you have a username and password set on your database? Make sure you follow the steps mentionned in the Readme.txt located in the documentation folder. In any case make sure your credentials for yo...
Getting the start of a week
Hi i have a stored procedure which is returning the days of a month that are stored in my dataabse, what i am trying to do now is to get the start and ending of each week, is this possible, this is what i have done so far;
select CAST (a.AvailabilityDay as varchar(2)) + ' ' + datename(month,'01/'+convert(varchar(2),am.availabilityMonth)+'/'+convert(varchar(4),am.availabilityYear)) + ' '+ CAST(am.AvailabilityYear AS VARCHAR(4))
AS AvailabilityDay, AvailabilityPrice, bBooked, AVAILABILITY_ID, AvailabilityMonthID, am.AVAILABILITYMONTH_ID
From
Availability a, ...
how to get start with .NET
the net help people installed to my desktop
1-microsoft visual studio .NET enterprise developer 2003
2-microsoft .NET framework 1.1
what else do i need ...??? and how can i try with some simple code in VS.Net and run it to see
wat happen...?????
please help
If you want to develope web applications, then you'll also need IIS on your PC. That'll require XP-Professional or Windows 2000/2003, but XP-Home edition won't allow IIS installation.
As for how to get started, you can search the web for some tutorials or buy a good book on VS. The topic is way too vast to...
Getting Start With .net
hi
i'm intersted to learn asp.net (vb or delphi) .
i programming with delphi6 but i'd like to tp know something about programming in internet specially with .net .
i hear about microsoft.net with delphi 7 that i can programming with delphi in .net .... is it right ?
what 's our opinian about it ? and better to learn Vb.Net or continu with delphi(or delphi.net)
thanks.
Ali Darabian
I think there is some support for Delphi in .Net.
However, you will find much more support from the user community if you choose a more popular language such as VB.Net or C#. Since your al...
Getting error in Net::SFTP with get function------=_Part_7028_3315294.1193837808284
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi All,
I have the following code as part of my program;
print "---=========> $file, $localFile\n";
$sftp -> get( $file, $localFile ) || warn("errrrr0rrrrr
_---> $!".$sftp->status."\n");^M
Even though it has downloaded the file properly, it is giving the following
message:
---=========> /trading/tiscrdenhlist10310000.txt.old,
/export/home/crdadm/rajeev/tiscrdenhlist103...
get rid of that ridiculous getting started bookmarkName: DOCTOR
Product: Firefox
Summary: get rid of that ridiculous getting started bookmark
Comments:
Browser Details: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.22
From URL: http://hendrix.mozilla.org/
Note to readers: Hendrix gives no expectation of a response to this feedback
but if you wish to provide one you must BCC (not CC) the sender for them to
see it.
...
getting started in VS2005 C# which book should I get
Hello,
I am getting started with VS2005, I have use VS2003 but not very much -(I did 4 small applications in it), I am wondering which book you would recommend to learn the new features of VS2005, while learning more of C# programing in general
There some links to good books in this thread i posted : http://forums.asp.net/thread/1489422.aspx Also these two make good reference material
Professional Visual Studio 2005 (Programmer to Programmer)
Microsoft Visual Studio 2005 Unleashed
So far I recommend Wrox's C# 2005
Read the beginning chap...
Where to start and how did you get started?Hi, I have had a feeling for a long time to jump into the adds market for some time due to my low income (shooting for the stars) and I don't have anything better to do these days. But I find it really difficult not to give up due to lack of guides (what I can find atleast) and all the hard words which only makes me confused. But I won't give up. Never. Not sure if this is the right place to post this, but I deffinitly would be really greatfull for help getting started. How did you get started?
+If there are any teacher that wanna show me the ropes private, I can give payment with ...
How to get week start date, End date for a given week nunber,year?
I want a javascript function to to get the starting date and end date of a week when I have given the week number (1 to 5), Month number (1 to 12), valid year as parameter. How to do that?Manivannan
You can visited http://www.datejs.com/2007/11/I dont have example.Hope it's help you.
try this example
function GetWeekStartEndDate(){ var week = 5; var month = 4; var year = 2008; var PositiveOneDay = new Date(new Date('1/2/2000') - new Date('1/1/2000')); &...
How do I get started with AJAX.Net?
Hi All,
I'm a seasoned asp.net developer but have not yet ventured into atlas et al.
I prefer books, but will take whatever I can get if it's good and will get me going.
Any recommendations?
Thx in advance.
Jeff
try here first
http://ajax.asp.net/downloads/default.aspx?tabid=47
then learn from sample and docJames Wu (MIB426).NET is only way to goMCP, MCSE, MCDBA, MCSD, MCAD
I find the materials online display features and implementations but are lacking architectural depth, and am seeking more comprehensive resources.
By architectural depth, I mean that I cannot watch ...
when I get the DateTime of Today, How to get the day of last Monday?
hi there
I use c# 1.0
I use DateTime.Now to Get the Date of Today
assume today is 11/30 Friday, How to get the day of last Monday and last Sunday? ( the Last Monday should be 11/19 and Sunday should be 11/25)
I need to use the Day I get from DateTime.Now to get the last Monday and Sunday..
thank you
Well it depends on whether the date you're looking for is relative to 'today'.E.g. You say you want to know how to find the date for 'last monday'. Will you always be looking for last monday regardless of what day it is today? Will you always...