User Profile

Collapse

Profile Sidebar

Collapse
Ananthu
Ananthu
Last Activity: Apr 6 '10, 09:13 PM
Joined: Sep 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hi,

    This is my code for sending SMS using BulkSMSGateway - ATSMS.dll.
    Code:
    Imports ATSMS
    Imports ATSMS.SMS
    
    Partial Class bulkSMS
        Inherits System.Web.UI.Page
    
        Private Const PHONE_BOOK As String = "phonebook.txt"
    
        Private m_strPhoneBook As String
    
        Private WithEvents oGsmModem As New GSMModem
    
        Dim tbl As String
        Dim str
    ...
    See more | Go to post
    Last edited by Frinavale; Apr 7 '10, 08:12 PM. Reason: Please post code in [code] ... [/code] tags. They make it easier for us to read your code. Added code tags.

    Leave a comment:


  • ASP.NET: Sending SMS - BulkSMSGateway returns error 4006

    Hi,

    I use BulkSMSGateway - ATSMS.dll for sending SMS from ASP.NET.

    When I click Connect button, I am able to connect to the mobile using bluetooth successfully from my WebPage.

    But when i click Send button, the oGsmModem returns error
    e.errorcode=400 6 in the oGsmModem_Outbo xSMSSent event.

    But i can send SMS successfully using VB.NET Windows Appication.

    Why it returns...
    See more | Go to post

  • Yes. Combine the post.

    But I need solution urgently. Please help me in this regards.

    Thanks in advance.
    See more | Go to post

    Leave a comment:


  • Ananthu
    started a topic ASP.NET: Print All Web Documents at a time

    ASP.NET: Print All Web Documents at a time

    Hi,

    My printing task is different from other web projects.

    I will explain the task clearly.

    I have 3 DIV Tags in a web page.

    When I click Print All button in the web page, i have to store the contents of 3 DIV tags in rich text format file. Then i perform some codings for modifying the contents of 3 DIV Tags. Similarly i have to store the contents of them in same rich text file (appending...
    See more | Go to post

  • Gridview: Maintain selected checkbox state while Paging

    Hi,

    I have a gridview with paging option. I want to maintain the state of the checkbox column in gridview for each page.

    I used vb.net coding.

    I used the following link for this purpose,

    http://aspalliance.com/774_Maintaining _State_of_Check Boxes_While_Pag ing_in_a_GridVi ew_Control

    It worked properly.

    But when i check all the checkbox of page1 in gridview and...
    See more | Go to post

  • Hi,

    I found the answer atlast for this issue.

    To resolve the error Object reference not set to an instance of the object, again we have to write codings for finding the checkbox controls in gridview in RowCreated event of gridview. If the control is not found means we have to add the checkbox control again in the rows by using,

    e.rows.cells(in dex).controls.a dd(chk)

    Now i am able to find...
    See more | Go to post

    Leave a comment:


  • Hi,

    I am not creating the gridview columns in design mode.

    I am creating them at runtime when i click the submit button only.

    I need it like that. This only creates the problem of not finding the control in gridview it seems.

    But i know that in page_preinit event, when i create dynamic grid, there is no problem in finding dynamic controls by a button click.

    Please provide...
    See more | Go to post

    Leave a comment:


  • Hi,

    I have tried with SelectedIndexCh anged Event also. But the same error: Object reference not set to an instance of the object appears to me.

    I haven't tried with GridView Edit mode. Can you please tell me the procedures
    for it and where i have to place my code for checking the checkbox in gridview.

    Any solution for this issue. Please give me.
    See more | Go to post

    Leave a comment:


  • Please give me the solution for it.
    See more | Go to post

    Leave a comment:


  • Please reply me quickly...

    I am struggling with this task.
    See more | Go to post

    Leave a comment:


  • Problem: RowCommand Event - GridView.FindControls

    Hi,

    I have a gridview in my web page. I have boundcolumn,che ckboxcolumn and a linkbutton column.

    The commandName of the linkbutton column is "Select"

    The name of the template checkbox is "chkSwapSelect" .

    I want to check the checkbox of the linkbutton clicked row.

    When i click the linkbutton of the gridview RowCommand Event fires

    RowCommand Event Code:...
    See more | Go to post
    Last edited by Frinavale; Mar 19 '10, 02:14 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags and removed bold.

  • Hi,

    I found the answer by myself. The reason is that I should load the dynamic columns of gridview in Page_PreInit event and not in Page_load event. That's it. It worked fine. Now the template columns are not disappearing.

    Thanks if you have also tried with my posted question.
    See more | Go to post

    Leave a comment:


  • I found the answer by myself. The reason is that I should load the dynamic columns of gridview in Page_PreInit event and not in Page_load event. That's it. It worked fine. Now i am able to check all checkbox in gridview by a button click event.
    See more | Go to post

    Leave a comment:


  • Problem: GridView TemplateFields Disappearing after Postback

    Hi,

    I have created a dynamic templatefields (checkbox and textbox) for gridview successfully by writing code using ITemplate Interface.

    I have loaded the gridview dynamic columns in Form_Load event and also inside the Page.IsPostBack condition only.

    I am having checkbox column and textbox column in my gridview when loading a page....
    See more | Go to post

    Leave a comment:


  • Ananthu
    started a topic Problem: Dynamic TemplateFields in GridView

    Problem: Dynamic TemplateFields in GridView

    I have created a templatefield at runtime for checkboxcolumn in gridview using Itemplate Interface and InstanceIn methods.

    I have given the id for checkbox also.

    I get the checkbox column in gridview successfully.

    Now i want to check all the checkbox in gridview.

    But when i find checkbox controls in gridview with respect to the id i have given, it returns me nothing.

    Following is the...
    See more | Go to post
    Last edited by Frinavale; Mar 17 '10, 01:29 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags. Removed Bold from question as well.

  • Ananthu
    started a topic Sending SMS Using GSM Modem

    Sending SMS Using GSM Modem

    I am developing an ASP.NET web page for sending sms using gsm modem. I have connected my phone using data cable to my PC.

    What are all the other requirements needed?

    I need to write vb.net code in code behind file to send SMS Using GSM Modem.

    What steps do i take to develop my web page for it.
    See more | Go to post

  • Ananthu
    replied to Backup & Restore Problem
    Thanks

    Hi

    I have downloaded and installed MySQL GUI Tool,backed up my database and restored the same successfully.

    Thanks for your help and support...

    Keep in touch with me....
    See more | Go to post

    Leave a comment:


  • Ananthu
    replied to Backup & Restore Problem
    MySQL Administrator

    Hi

    I am using MySQL Server 5.1 which works in the dos environment and not a GUI tool.

    There is no MySQL Administrator component in MySQL Server 5.1.

    Where is it?

    Whether i need to download it seperately?

    If so give me the download link also.

    Thanks....
    See more | Go to post

    Leave a comment:


  • Ananthu
    replied to Backup & Restore Problem
    Thanks

    Hi

    Thank you for your support.

    I have downloaded a software "Navicat for MySQL Enterprise Edition 8.2".It is a GUI software similar to SQL Server 2000 and i used it to bacup my MySQL database. It worked successfully.

    But still it is a third party software...

    What to do...

    Thanks for your help...
    See more | Go to post

    Leave a comment:


  • Ananthu
    replied to Backup & Restore Problem
    Urgent Help

    Hi

    Please help me quickly. I am fed up with this matter.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...