I want to include a message board into my website. I am using MySQL database and GridView to populate the Diary and Guestbook pages. I have, for test purposes, included an additional message board column in the database and displayed it with a single column Gridview. However, the adaptability is restrictive and it seems to be over complicated for a simple message board.
i was wondering if this was possible.. any tips or thoughts are welcome!!
i'm trying to put together a "message board" type of section on my intranet site.. right now theres an ajax timer that just ticks and checks for messages.. so basically its "real time" messaging.. however.. the tick events do pose some annoying problems with other portions of the site..
so i was curious.. is it possible to hit a button.. post the message.. and have that trigger IIS.. or something.. to tell all actively connected sessions.. to update.. this would eliminate the need for a timer.. or anything like that
I want to include a confirmation message upon check out of my websore. I have already included it in the load statement and the message box appears as intended. I still don't know how to obtain the value (true or false) so that I can continue with check out or return to page. I've been reading a lot about using scripts, but all the scripts that I've seen are in the main aspx page and not the code behind page. I'm using VB2010. give me an example of using code behind page in VB to filter the result of the confirmation box?
I have an ASP.Net Application that sends text messages to mobile phones. It does this by sending an email. For instance, if your phone number is 555-555-5555 and your wireless carrier is Verizon, you can send an email to 5555555555@vtext.com and it will show up as a text message.
I want to be able to include a newline in the body of the message. How do I do this? Also please note that my ASP.Net program gets the message from a database (MS SQL Server) so what I really need to know is what characters to include in the message body when I store it in my database.
I already tried but it just showed up in the text message as
We're trying to write an error tracking solution for our sites and ran into something interesting. Sometimes the error exception includes the actual file and line number that the error occurred on and other times it doesn't. Is there a setting somewhere that we need to change to enable the file and line number to be returned? The two situations are each on a different server. Do we need to change something on the server?
Examples, with error file and line number:
System.IndexOutOfRangeException: Intro at System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName) at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name) at System.Data.SqlClient.SqlDataReader.get_Item(String name) at AccountUser.get_PracticeInfo(String sUserName) in C:xxxxxxxxxxxxeta.xxxxxxx.comAccountUser.vb:line 106
Without line number:
System.NullReferenceException: Object reference not set to an instance of an object. at Dealers_Toolbox_UserEdit.LoadRoles()
I'm in the mid of doing an asp.net web project for learning purpose and realize that I always wanted to add additional logic in order to insist on the story board of web pages. For example, after a successful registering, new users are took to the congratulation page. But if any logged in-users can go to that page too if they know the address (and suppose they incline to do so!). I'm tired of checking of which page did they come from, especially pages that allow multiple source pages. Is there a beautiful way to keep the story board? I mean Easy. By the way, consider this code snippet: Number of users online: Why do I still get 1, after I - the only testing user - logged-out? Do it have something to do with session id?
I've got two projects: a .Net 4.0 Console Application and an Asp.Net 4.0 Website (they are in the same solution). Now I'd like to include the console application (its .exe) in the web application, because I need to run it on the server when the user clicks on a certain button.
Now I would like to include it in a way that the console application will be updated whenever I recompile the solution, so it stays up to date.
I have a requirement to add a new asp.net functionality to an existing static html web site.Its about adding few text boxes and connecting to database and displaying information on the html web site.Is it possible to merge html and asp.net on a html web site?
I have to create an online notice board. It should work like this-
Whenever user logon his/her system. There should be a window opened displaying upcoming events, news, birthdays etc. In this there can be data fromm database(sql server).
my goal is to develop a signature generator for board-signatures.
I have my database with a few information about characters in a online-game. A user should get a image-link, and should be able to write it in there board-signature. In the Image should be a link to my page and a few information from my database. Here is an example, which I want to build for another online game: [URL]
I'm wondering if it is possible to include Microsoft.Data.Entity.CTP.dll reference to WebMatrix site and if the Compact edition of the database would support it? I'd kinda love use something like
code-first development in my WebMatrix project. I think is even easier than writing SQL-s into the code...
I like the idea of using Include files so that I can create various versions of individual parts of a site and decide in code which to display. I used:
<%Response.WriteFile("contentcontent.aspx")%>
to include a content.aspx file within my default.aspx page.
I would like to include a Left.aspx, Main.aspx and Right.aspx file inside the content.aspx file. I tried using the reponse.writefile function but noticed when I debug the website that the text "reponse.writefile..." displays instead of the code contained within the referenced file(s).
i have few websites on servers around the world that run a certein function and i want that the site will send the output directly to my computer (no neccessary my computer, it can be my other website that is located in my country, the important thing is that the data will arrive form the site to my location on the globe).
I am receiving the following error on one of the web servers I support:
Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
This is completely preventing access to the web site. Every attempt to access the website results in one of those error messages appearing in the event viewer. If I enable custom error pages on the website, I can see that same error.I have not been able to find any information whatsoever on what could be causing this.
I was wondering how i could implement a message passing facility through a social networking website i am making. Instead of creating it all from the start, is there a much more simple approach i could possibly take?
I quite like the way facebook does it, how is this done?
I am ok with AJAX but would prefer something really simple not to the extent of adding emoticons etc.
i have a aspx page with two buttons,"close" and "submit" button.when i press the enter key in the keyboard the focus automatically goes to "close" button and closes the page.Instead i want the focus to be focused on the "submit" button on pressing the enter key in the keyboard.
I have forgotte password page in my application,page have one textbox to insert email address,when user click on submit button if inserted email address (i.e. abc@gmail.com) does not exits in DB it will give custome error message like "Email ID not available".after that suppose user will enter inproper email address (aaa#gmail.com) than client side validation for regular expression will file "Email id not valid",at same both message be on screen,now i want only one message at a time.so please can you help me for same