User Profile

Collapse

Profile Sidebar

Collapse
anjupt
anjupt
Last Activity: Jun 24 '07, 09:52 AM
Joined: Oct 19 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • anjupt
    started a topic To create a subdomain
    in .NET

    To create a subdomain

    Hi,

    I have wriiten a vb script to create a subdomain and have called that vbscript in Asp.net program.The problem i am not getting the result as in the subdomain is not getting created and there is no error as well. I am working on windows 2003 server and IIIS version is 6

    I tried following methods and its same for all .
    1)
    Dim objWShell = CreateObject("W Script.Shell")
    'objWShell.Run( "cscript...
    See more | Go to post

  • anjupt
    started a topic record wav file in asp.net 2003
    in .NET

    record wav file in asp.net 2003

    Hi,

    Can somebody tell me how to record sound files in asp.net 2003 .I tried to load windows recorder in the application but for that to work so many settings need to be changed ,when the settings are changed sound files cannot be played.

    ThankYou
    Anju
    See more | Go to post

  • anjupt
    started a topic Binidng radiobuttonlist in datagrid
    in .NET

    Binidng radiobuttonlist in datagrid

    Hi,

    I saw different posts in relation to this topic but none of them were able to solve my problem
    I want to store attendance details of student with the use of radiobuttonlist .The values of radiobuttonlist are fetced from the database and the student attendance details are inserted .After inserting if i want to edit the detail i need to reload the values in to radiobutton list from the database .That is bind values to radiobuttonlist...
    See more | Go to post

  • Hi,
    Yes i guess transfer rate is slow as in i have also heard the same but i dont know it for real as i havent tried bulk SMS and havent tried with any other modem so I wont be the right person to suggest on which modem to be used .
    The code i used in .Net is vb .Connection with the device is set through the ocx and code .
    I added the ocx into the reference and wrote vb code .
    If u plan to use Modem named Falcom Samba...
    See more | Go to post

    Leave a comment:


  • Hi Reddy ,

    May i also have the code forwarded to u by Jimmy .my mailid is anju@glob2.com

    Thank You
    Anju...
    See more | Go to post

    Leave a comment:


  • Hi Hkarthik,

    The project i am doing is an IVR project which inculdes many modules and each of these modules are developed using different platforms as well .
    Now i think the common module we have here is the problem of sending SMS.

    I have a device named GPRS modem in which there is a slot to insert sim from which we can send sms .
    Now next we need to use this modem within our application to send sms ....
    See more | Go to post

    Leave a comment:


  • anjupt
    replied to Connecting to a GSM/GPRS usb modem using .NET?
    in .NET
    Hi Jimmy ,

    In the post u mentioned u will mail the code snippet, is that the code for sending sms in Asp.net using Vb code or C# if so It would be nice if you could mail me also the code snippet.

    My mail Id is anju@glob2.com

    Thank You

    Anju
    See more | Go to post

    Leave a comment:


  • anjupt
    replied to Connecting to a GSM/GPRS usb modem using .NET?
    in .NET
    Hi ,

    I am also facing a similar situation as in i am looking for a code which does the process of sending sms using GSM modem I want to develop the application in Asp.net 2003 and code in vb .
    I did go throught the link mentioned still i couldnt devlop the code.
    Could anybody help me to develop a code to send sms via GSM modem in asp.net 2003 code behind is vb .

    Thank You
    Anju
    See more | Go to post

    Leave a comment:


  • anjupt
    started a topic move data from one listbox to another listbox
    in .NET

    move data from one listbox to another listbox

    Hi,

    I have 2 listboxes with data fetched from database so for both the listboxes datasource is set .i tried to move data from one listbox to another listbox but Error"An unhandled exception of type 'System.Argumen tException' occurred in system.windows. forms.dll

    Additional information: Cannot modify the Items collection when the DataSource property is set.
    " comes up .how can i move data from one listbox...
    See more | Go to post

  • anjupt
    started a topic populate data into listbox
    in .NET

    populate data into listbox

    Hi,

    Will i able populate data into a listbox on dropdown selection.

    I have a dropdown with classnames and sections and on the selction of this dropdown i want list of students with respect to class and section to be populated in the listbox


    ThankYou
    See more | Go to post

  • anjupt
    started a topic dropdown in datagrid
    in .NET

    dropdown in datagrid

    Hi,

    I can add values to a dropdown from 1 to 100 using a while loop in page load.ie
    Dim i = 1
    While i <= 100
    Me.DropDownList 2.Items.Add(i)
    ' i = i + 1
    End While
    this code if written in page load gives out a dropdown consisting of numbers 1 to 100 on execution of the page ..

    My problem, i want to place a dropdown consisting...
    See more | Go to post

  • anjupt
    started a topic export to excel and save
    in .NET

    export to excel and save

    Hi,

    I can export a datagrid into excel format by following code on button click

    "Response.Conte ntType = "applicatio n/vnd.ms-excel"

    clicking on the button open a dialog box asking whether to open the file or save the file from which we choose open and the datagrid opens in excel format.

    What i want is on button click i want the datagrid to be saved into a specific folder in...
    See more | Go to post

  • anjupt
    started a topic to select a wav file and play the wav file
    in .NET

    to select a wav file and play the wav file

    Hi

    I have a problem in opening a particular file in asp.net using openfiledialog. When i use openFileDialog in asp.net it shows an error saying its not defined .Should i be including any namespaces.
    What i want is i need to open wav files from a particular folder and play the wavfiles selected and there is should be option to delete the file after playing it.I need the code in asp.net.

    ThankYou
    Anju
    See more | Go to post
No activity results to display
Show More
Working...