Search

You searched for the word(s): userid:801609

Matching Posts

  • Adding data to a database

    Hi All, I have a page already which is taking details coming from a http post and is displaying them in textboxes on the form. What i would like is instead of saving them to a text box i would like them to be saved straight into my access database. Can anyone help here? Here is a part of the code as it is now (ie saving to a textbox): ''' <summary> ''' Updates a textbox from storage data. ''' </summary> ''' <param name="textboxToUpdate">
  • Help me save SMS messages into a database Please!

    Hi, In my project i have a form called Receive.aspx. This page basically has 4 textboxes labelled: Mobile number, Date&Time, Message, Sender ID, and Reference. Basically the job of this form is to take messages coming from an sms gateway and then it should display them in the textboxes above. However, i would like to take the messages and save them to my Access database instead of the textboxes on the form. Here is the code, can anybody help me. Thanks alot: Imports System.Collections Imports
    Posted to Mobile and Handheld Devices (Forum) by nellocon on 2/27/2009
  • URGENT - How to take values from a database to update a chart - Live

    Hi, I have a database which saves sms messages from voters with details like option A, B , C etc. I want to have a page showing on screen which has a graph like a bar chart with the corresponding options that when someone vote option A for example, then the option A bar will increase in size to show how many votes it has received. Anyone got any ideas on how i should go about doing this as easy as possible? Thanks, Derek
    Posted to State Management (Forum) by nellocon on 2/23/2009
  • Need some help on receiving a http post and decoding the parameters!?

    Hi I have a problem with a site I am currently working on. My site is to receive text (an sms message actually) from an http post. This post is from an external site and I have no control over when it is sent. The company have told me that i need to set up a handler that will receive the post and in turn decode the parameters within it. Is there some kind of page or service that will accept this post and then somehow save the message into a database. Could somebody help me understand how to do this
    Posted to Getting Started (Forum) by nellocon on 10/15/2008
  • Receiving sms from a gateway using http post

    Hi all, I am new to this area of asp so please bare with me. I am about to create an application that will need to recieve sms messages from many people. (Not interested in sending any). Anyhow i have come across a service which says it can send the text messages to me by using a developers API which is using HTTP POSTS. Im just wondering is this possible in asp.net and what do i need in my system to be able to receive the texts. IE How does this work in general? Thanks alot Shane
    Posted to Web Forms (Forum) by nellocon on 10/15/2008
  • SMS application

    Hi All, Forgive me if im just throwing this out there but i'm looking for a little guidance on a project i would like to begin. Basically i would like to create an online application that can interact with my mobile phone. What i want to do is, ask a group of people a random question and get them to send a text message(sms) to my phone. Simple so far. Now i would like to be able to somehow get these sms' from my phone to laptop where the application could then review them. So for example
    Posted to Getting Started (Forum) by nellocon on 10/2/2008
  • Gridview - How to distinguish a record that has been recently updated?

    Hi, This may be a bit tricky but here goes... What i have is a gridview that obviously displays records from an access db. The gridview has an edit control for each record so the data of each record can be editted. So, if someone comes along and edits something in the gridview, is there a way to distuinguish that record in the gridview because it has been recently updated. Im thinking along the lines of maybe just changing the background color of the row or something. I would also like to do it for
    Posted to Data Presentation Controls (Forum) by nellocon on 9/12/2008
  • Re: Gridview to Excel sheet

    Hey, Thanks to everyone for you help, i have got it working now. One question though. My gridview does not have paging enabled and exporting to excel works fine. If i enable paging, then it does not work. Is there a way to enable paging and still export? I know the error has to do with render control and the solution may be to EnableEventValidation=False but this may cause errors....any other way around this Here is my code so far: Imports System.Data Partial Class test Inherits System.Web.UI.Page
    Posted to Getting Started (Forum) by nellocon on 9/3/2008
  • Re: Gridview to Excel sheet

    Removed - was using c sharp instead of VB code
    Posted to Getting Started (Forum) by nellocon on 9/2/2008
  • Re: Gridview to Excel sheet

    Again man thanks for the code but once again this has all kind of errors in it... Does anyone have the EXACT code that i could just paste into the click event of my button. Every time i take code from here nearly every word is underlined with an error. Thanks for the patience guys but i really need to figure this out! Cheers, Shane
    Posted to Getting Started (Forum) by nellocon on 9/2/2008
Page 1 of 5 (42 items) 1 2 3 4 5 Next >