Search Results

Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: nikkiH ; Forum: ASP.NET and child forums
Forum: ASP.NET Feb 13th, 2007
Replies: 8
Views: 17,401
Posted By nikkiH
Sure. A simple console app to demonstrate.


using System;
using System.Collections.Generic;
using System.Text;

namespace ConsoleApplication1
{
class Program
Forum: ASP.NET Feb 13th, 2007
Replies: 8
Views: 17,401
Posted By nikkiH
Sure it's possible.
Where does the range come from? That is, the start and end dates of the current month and current year, or user input, or ...?
Forum: ASP.NET Feb 13th, 2007
Replies: 8
Views: 17,401
Posted By nikkiH
How do you want it?
Two date objects, a string, an array of dates ...?
Forum: ASP.NET Feb 12th, 2007
Replies: 11
Solved: PostBackUrl
Views: 10,501
Posted By nikkiH
Okay, no, that won't work like that.
Behind the scenes, all post back url does is change the onclick on the button CLIENT SIDE.
So changing it then trying to call onclick, before the code is...
Forum: ASP.NET Feb 12th, 2007
Replies: 11
Solved: PostBackUrl
Views: 10,501
Posted By nikkiH
Ah, I see.
Hang on a few, let me trace it.
Forum: ASP.NET Feb 12th, 2007
Replies: 11
Solved: PostBackUrl
Views: 10,501
Posted By nikkiH
Here's what I had.
Note that posting to the daniweb address actually causes an error due to them not accepting POST from outside their domain. However, this still indicates success at postbackurl....
Forum: ASP.NET Feb 12th, 2007
Replies: 11
Solved: PostBackUrl
Views: 10,501
Posted By nikkiH
Yes, and for me, it does.
You're inheriting code. Did you mean to do that?

Inherits="PassParameters._Default" %>

You had a couple other errors in there I fixed without thinking about it, too. ...
Forum: ASP.NET Feb 12th, 2007
Replies: 11
Solved: PostBackUrl
Views: 10,501
Posted By nikkiH
You might be accidentally calling the click before the url is actually set.
Forum: ASP.NET Feb 12th, 2007
Replies: 8
Views: 17,401
Posted By nikkiH
The DateTime object has properties for month, day, year, etc. DateTime.Now is today's date. You can go from there.
Note that ToString is overloaded for DateTime in order to format a date for output.
Showing results 1 to 9 of 9

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC