Any Free Controls To Notify User For Posts?
Sep 8, 2010I have written a little social network for one of my sites. Is there any controls out there free to notify the user of wall posts etc?
View 5 RepliesI have written a little social network for one of my sites. Is there any controls out there free to notify the user of wall posts etc?
View 5 RepliesI would like to know what is the best way to do a notification in asp.net.For example I have a form in which the user will provide some data. He then click the save button which call the save methode in my code behind.
In the save method I need to query the database to know if another related object exist. If not I need to notify the user that he will have to create the related object. This does not prevent the user from saving the parent object.
So I would like to do a modal popup telling the user : Hey after Im done saving your change, you will have to open another form and create the child object.So should I create another NotificationWebform where the user will be redirect after the sava to notify him. It seems to be a "lot" of effort for a little notification. The best thing for me would be something like an alert in javascript.
What is the best way to show a message to user after session is expired? By then, the user should be logged out and redirected to start page. I can use javascript to redirect user to start page. I just want to show a message on start page.
View 4 RepliesI want to enable newly registered users on a site. I have figured out to put "DisableCreatedUser="True"" on the CreateUserWizard. What I have no idea about is how to have an email sent to the administrators email to notify them that a new user has registered.
View 1 RepliesI have this code , to redirect user when an error is detect on a page, and to notify the admin
vb Code:
Protected Sub Page_Error(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Error
REPORT IF ERROR DETECTED Dim a As New errorhandler
a.reporterror(Page.Title.ToString & " "
& Request.Url.Host.ToString, Server.GetLastError.ToString)
End Sub
then under another button I have this try and catch , i wud like to show the user there is an error on the date input format.
vb Code:
Try
aaa = dateTextBox.Text.Split("/")
bbb = aaa(2).Split(" ")
If (bbb.Length > 1) Then
a = aaa(0) + "/" + aaa(1) + "/20" + bbb(0) + " " + bbb(1).Substring(0, 2) + ":" + bbb(1).Substring(2, 2)
[Code] ....
But whenever an error is detect the user is redirected to another page (errorhandler).I was wondering if it's possible not to redirect the user if the error is of type InvalidCastException .
I am saving the file name list in the specified folder into the database. But my code should detect automatically if any new files have been added or any files have been deleted from the folder, then only the changed file names should again saved into db. I am not aware of the features of Folder properties.
View 1 RepliesI am new to ASP.NET which is causing me a lot of problems in implementing my project. My project is to create a website for students to anonymously ask the prof. questions during the class. Basically I am able to create the website that maintains the list of questions. Now the main problem is "How to notify the Professor during class". The professor has a laptop connected to internet at all times. How can I send a notification message to the professor whenever a question is asked? I don't need a mail notification but I need to display a message in the task bar notification area.
View 2 RepliesI have a website where people can send an email to a group of people and then choose to have that letter posted on our website.
The problem has now become that I get so many of them, I can't keep up with doing it manually. What I'd like to do is have it go to a database and then have it automatically update the site. So, one page will have "teasers" with the Author's name, etc and a few lines of the letter and then it links to another page that has the entire letter.
Can anyone tell me if:
a) that's possible
b) how to implement it
Doing it manually has gotten out of control!
I have a BlogPost table by which i post blog on my website, this is the structure of BlogPost Table:
BlogPostID int Unchecked
LanguageID int Unchecked
BlogPostTitle nvarchar(200) Unchecked
BlogPostBody nvarchar(MAX) Unchecked
BlogPostAllowComments bit Unchecked
CreatedByID int Unchecked
CreatedOn datetime Unchecked
[code]...
I am doing a website for a charity outside of work. I can't use the normal control libraries I would use at work because of the licencing (they won't let me), and predictably the charity can't afford them for a one-off project.I am particularly struggling for a good grid control and a hierarchy diagram control.
Do any of the vendors give free licences to these kind of projects? Or are there other good options?
I wants to implement free text search utility for my web project,
to implement greate search utility for free text.
Also i have some knowledge of SQL SERVER 2005's FULL Text utility.
I have the following gridView and I would like to add a 'free format textBox' to 3 of the column headers, to allow filtering. Much like here If I could/somehow achieve this that would be amazing. I can't use dropDown lists like many of the examples I have found as these lists would be too populated and proving too unfriendly to use.
[Code]....
I'm trying to save and update contacts. I can add new contacts, but when I try to update a contact it will be inserted as a new contact in the database. I can't understand what I'm doing wrong.
[Code]....
A year ago I did some design work for an ASP.NET 3.5 website that uses an SQL Server database hosted by my ISP. This website is only really active around this time of year for an annual photographic competition. Last year, I installed SQL Server 2008 Development Edition together with a trial copy of VS2008 Professional and the trial period lasted long enough for me to do what was needed back then. My intention was to buy VS2008 Pro around now in time for our current competition. In the meantime, I have reverted to
using VWD 2008 Express.
However, that purchase decision has been put on hold while I check out the economic and practical impact of waiting until VS2010 becomes available (in late March?). I'm guessing that it would be much cheaper to wait for VS2010 rather than buy VS2008 and then upgrade. Money is short because we are a non-profit organisation.
The practical issue is that I need access to SSIS Designer to update a DTSX file I created last year and I need that now. March is too late. The SSIS Designer is part of Business Intelligence Development Studio (BIDS) but BIDS is no longer available to me because it appears to have been provided with the trial copy of VS2008 rather than with SQL Server 2008 Development Edition. When I try to run BIDS I am told the evaluation period has ended. Is there is any way for me to gain free access to BIDS 2008 while I wait to buy VS2010?
I am using Facebook Toolkit. I have appKey and appSecret, but I dont want that visitor need to conenct to facebook. I will use my login/passwork to get my wall posts.
View 1 RepliesI am doing my final year project and have decided to make a website in asp.net. For that I'll be using Micrsoft Visual Studio 2008. I'm making a Real ESTATE properties website. I want to know how to localize or create new posts in asp.net( like in WORDPRESS) and also when I hit SEARCH it should search for the desired keyword or the searched post.
If post is not possible then it should display pages...
On my site I've got a section which displays the latest tweets from my twitter account. I used Twitterizer to read latest tweets from my account and bind them to a Repeater However, with Twitter's new security, I can't use this as I must use oAuth.
What is the best way of returning tweets from an account?
I have a project in VS 2010 and works great in my dev environment, including a single post that has the def:
[Code]....
But when I publish to another box, I get an error "Could not instantiate file name generator.". This only occurs on the post, all the other ActionResults work fine.
I have the following code in a stored procedure to retrieve all posts:
[Code]....
However, I am having trouble selecting posts by their tag..
Im using asp.net 2.0 with Visual studio 2005... My requirement is i want to show my balance sheet from MS SQL 2005 database to graphical Chart... so Would u guyz will let me know the best high qulaity chat which support asp.net 2.0 with Visual studio 2005..
View 3 RepliesI am working on asp.net. and i want to implement partial posts in my application. my situation is like that i dont want to url changed in address bar and even page should not refreshed at all.
for that i used script manager and update panel but still page refreshes and url also changes.
topic - topicid (pk),sub, message (content), catid(fk), createdby, createddate, updatedby, updatedon, viewers( count of views)
post - postid(pk), topicid(fk), post (content), createdby, createddate, updatedby, updatedon.
As i told in my last post, I am designing a forums website. I am not able to design the query to retrieve the topics for a category for example say catid=1. I want to display it in a grid view as done in every forums.
I made some query :
SELECT Topic.Sub, Topic.CreatedBy,COUNT(Topic.viewers) from topic where catid=1
group by Topic.Sub,Topic.CreatedBy
This is for retrieving the topic name from the subject and the createdby giving the topic starter and the total no. of views of that topic.
Now i want to make a query from the post table displaying the last post in the topic and if the post does not exist, i want to display the 1st post from the topic table as the last post done.
Need the steps to show my facebook wall posts on my asp.net webiste/
View 3 RepliesThere are 2 tables [forumitems] and [forumitemsblog]
forumitems has the itemid,itemdescription,datecreated,whocreated fields
forumsitemsblog has the itemid,blog
I need to show how many posts are in each item description using the itemid so like count(blog) where itemid=itemid
[Code]....
I have an asp.net login page, which when initialized sets some session variables. When the user clicks login, an AJAX request is made which validates the user and sets additional session variables and returns a result to the client. The client is then redirected based on the login result. In the redirected page, I can access the session variables set when the login page was initialized (i.e. before the login) but none are present for those set during the login validation (part of an ajax call).
is this expected behaviour? Why would an ajax call generate a new session and thus cause the data to be lost?