ISLAM and the AIM of LIFE
Thu, 21 Aug 2008 05:44:54 -0700 (PDT)
ISLAM and the AIM of LIFE
What is your purpose in life? What is the rationale behind our life?
Why do we live in this life? These questions frequently intrigue
people who try to find accurate answers.
People provide different answers to these questions. Some people
believe the purpose of life is to accumula ...
|
Profile Save not working
Thu, 21 Aug 2008 13:18:38 +0100
Hi there,
I have a web site, with a web service in folder within the website.
Everything works as I would expect it to. I have just added some
functionality to the web service that accesses a user profile and then
updates one of the settings then saves the profile. No exceptions occur
during this proces ...
|
MVC Html.CheckBox
Thu, 21 Aug 2008 05:08:38 -0700 (PDT)
Hi,
I have the following on an Edit view to edit a IsPublished field:
<%= Html.CheckBox("IsPublished", "", "",
ViewData.Model.PostPaper.Post.IsPublished, new { @class = "CheckBox" })
%>
I get the error:
System.Web.Mvc.HtmlHelper' does not contain a definition for
'CheckBox' and the best extension meth ...
|
problems with get cursor position
Thu, 21 Aug 2008 12:50:17 +0200
Hi
I'm using this function:
function getPosition(e) {
e = e || window.event;
curs = {x:0, y:0};
if (e.pageX || e.pageY)
{curs.x = e.pageX;
curs.y = e.pageY; }
else
{curs.x = e.clientX +(document.documentElement.scrollLeft ||
document.body.scrollLeft) - document.documentElement.clientL ...
|
ASPNETDB Stored Procedures documentation?
Thu, 21 Aug 2008 09:51:59 +0100
Is there any documentation for the stored procedures which are in the
ASPNETDB membership database?
I'd like to use those SPs directly as the ready-made controls are not
suitable for the design I'm working to.
I can /guess/ what parameters should be supplied to some of them from the
names of the paramete ...
|
(Free) Flow Chart Component for asp.net 2.0
Thu, 21 Aug 2008 01:46:01 -0700 (PDT)
Hello Everybody,
someone can suggest a somponent like this?
Thanks
Luigi ...
|
MVC: Send lots of strings to controller
Thu, 21 Aug 2008 09:18:28 +0200
Hi.
I'm working on a page (ASP.NET MVC) where you should be able to send
an email to some or all of our customers.
First you should chose the recipients (on various views) and then be
linked to the view where you can write the message.
The thing is that you'll probaly end up having 50-500 recipients, so
...
|
|
|
View this blogspot
Wed, 20 Aug 2008 22:38:12 -0700 (PDT)
http://indianmasalavideos4u.blogspot.com/ ...
|
Page Identifier in ViewState (problem with custom Http Handler)
Wed, 20 Aug 2008 22:08:35 -0700
I have been using a view state decoder utility to understand the contents of
ViewState.
In looking at the decoded contents of many aspx pages (from my own projects
and from asp.net sites out on the Internet), it appears that the first value
stored in the viewstate (first 52 characters in the rendered page's ...
|
Invalid postback or callback argument. Event validation
Wed, 20 Aug 2008 14:48:33 -0700 (PDT)
I have a page that display approximately 500 items in a Datalist
layout. In addition to the datalist I have a dropdown list with 3
items in it: "Select one", "High To Low", "Low to High". These items
are static options (i.e. were not added at runtime).
If I select one of the options in the dropdown list prio ...
|