User Profile

Collapse

Profile Sidebar

Collapse
archu007
archu007
Last Activity: Dec 20 '07, 10:37 AM
Joined: May 23 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hi frds I got the solution but don't knw whether it is the right way or not

    I have used fckeditor2.2 with asp.net2.0

    1)My application name is "SampleApplicat ion"

    2)in this application i have place "fckeditor" folder and

    also placed the dlls( related to fckeditor) in bin folder of "SampleApplicat ion"

    3)Go to the folder fckeditor ->edito...
    See more | Go to post

    Leave a comment:


  • Problem in uploading image using fckeditor in asp.net2.0

    Hi frds

    In my application i'm trying to do cms

    so i hav used the fck editor2.2 with asp.net2.0 its working fine for the text but when we try to upload the image its getting struck how to resolve this

    plz help me out in this its very urgent

    thank u in advance

    archu
    See more | Go to post

  • archu007
    replied to Using WML and WMLScript
    in .NET
    No reply from any one
    ok anyways i got solution for one problem ie accessing asp from wml

    giv the whole path of asp file in wml .

    <a href="https://loaclhost/wapsamples/wap.asp>go to asp</a>

    then its working....
    Note: one more thing to remember that there should be virtual directory created for the folder which consists asp pages in wwwroot .

    But i didn't get...
    See more | Go to post

    Leave a comment:


  • archu007
    replied to Using WML and WMLScript
    in .NET
    hi frds i got half solution
    first we have to set the IIS

    http://www.securitypronews.com/it/ap...ASPandPHP.html


    the following url shows how to include wml files
    after doing this the script is running
    but here one problem
    its returning the string values but not returning integers
    plz help me out in this how to return...
    See more | Go to post

    Leave a comment:


  • archu007
    started a topic Using WML and WMLScript
    in .NET

    Using WML and WMLScript

    Hi frds
    I have downloaded WMLProof is a simulator and WMLEditor
    I have wriiten WML application and called a function from the wml file
    I wrote the function in WMLScript
    When I run the Application using WMLProof Its giving error

    The following is code wriiten in
    *************** *************** *************** *************** *************** *************** *******
    callingFn1.wml

    ...
    See more | Go to post

  • archu007
    started a topic steps for uploading a vedio file in asp.net 2.0
    in .NET

    steps for uploading a vedio file in asp.net 2.0

    hi frds
    i want to do an application in asp.net with c# .net
    user must be able to upload vedio file . and must be able to see the required vedio file.
    how to start the application is it same as we upload a normal text file.
    anything should be downloaded ?
    could anyone explain this how to start

    thank u
    Nani
    See more | Go to post

  • archu007
    replied to migration of VJ++ to C#.net
    in .NET
    hi frds

    try

    http://www.dynamsoft.com/help/TWAIN/...ataMapping.htm

    http://msdn2.microsoft.com/en-us/lib...73(VS.80).aspx

    i have tried but i didn't get the solution
    can any one say how to fix this error...
    See more | Go to post

    Leave a comment:


  • archu007
    replied to migration of VJ++ to C#.net
    in .NET
    hi frds

    i have downloaded a sampl vj++ application and then converted to c# using the JLCA but when i run the new application its giving error

    " using Variant = com.ms.com.Vari ant;" this was the stmt in vj++

    in c# how to convert this mannually

    i wrote in c# as below but still i'm getting errors

    using Variant = System.Runtime. InteropServices ;

    what...
    See more | Go to post

    Leave a comment:


  • archu007
    replied to migration of VJ++ to C#.net
    in .NET
    Hi frds
    In my system i have vvisualstudio20 05 and visualstudio200 3
    to work with VJ++ should i download any software?
    what are the system requirements to make applications in VJ++
    thank u
    Archu
    See more | Go to post

    Leave a comment:


  • archu007
    started a topic migration of VJ++ to C#.net
    in .NET

    migration of VJ++ to C#.net

    Hi frds

    can any one say about the

    1)advantages ,disadvantages of migration of vj++ application to csharp application.

    2)what are the risks involved while converting

    3)after using JLCA for converstion what is to be changed mannually in new proj created after converstion

    plz help me in this

    i'm searching for this but i didn't get clear information
    ...
    See more | Go to post

  • hi frds
    check out this url
    its a tutorial for mobile applications
    hope this will be helpfull who are starting mobile applications

    http://samples.gotdotnet.com/MobileQuickStart/


    if any other samples then plz let me know

    thanks and regards
    Archu...
    See more | Go to post

    Leave a comment:


  • hi
    Please download the OpenWave Phone simulator to test your Mobile enabled asp.net pages.Instead testing your pages

    on phone itself,you can use the OpenWave Simulator on your PC.Simply we call its a mobile browser running on PC.



    Keep asp.net files on separate folder and give asp.net permission and other file access persmission.

    As you are avid user,Please try your coding skill on...
    See more | Go to post

    Leave a comment:


  • steps to use or start mobile application in asp.net web application

    hi ,frds i'm new to mobile applcations in asp.net ..
    can any one tell the stps to be followed to
    use mobile applicaiton in asp.net2.0 how to use
    and where to use and its advantages and disadvantages.
    thanks in advance
    archu
    See more | Go to post

  • archu007
    replied to how to use WebPart in asp.net2.0
    in .NET
    Hi frds

    I got the solution

    Actually in my sqlserver 2000 I don't have "aspnedb" database

    to have this

    1)go to C:\windows\Micr osoft.NET\Frame work\version\

    in this select aspnet_regsql.e xe

    when u select this a wizard will be opened select the required one, and by deafult databse="defaul t"

    note:if u wont change this then by...
    See more | Go to post

    Leave a comment:


  • archu007
    started a topic how to use WebPart in asp.net2.0
    in .NET

    how to use WebPart in asp.net2.0

    Hi frds
    i hav used webparts in my application and i'm using sqlserver2000
    when i run the application the following error is displayed

    "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating...
    See more | Go to post

  • Can we use a usercontrol in asp:view control in asp.net 2.0

    Hi

    In my application i have used multiview and view controls

    i have implemented some user controls

    now i don't want to write the whole code in view control instead i want to use the usercontrol

    can we place the usercontrol in view control

    how can we do that

    i have registered the usercontrol but

    when I'm trying to place usercontrol in view control...
    See more | Go to post

  • archu007
    replied to nesting of multiviews in asp.net
    in .NET
    hi frs i tried n got the solution
    here is the code for codebehind

    [code=vbnet]
    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArg s) Handles Me.Load
    If Not Page.IsPostBack Then
    Dim index As Integer
    Dim m As MultiView
    Dim v As View
    Dim i As Integer
    For index = 0 To mView1.Views.Co unt -...
    See more | Go to post
    Last edited by Frinavale; Oct 10 '07, 06:32 PM. Reason: Added [code] tags to make more legible

    Leave a comment:


  • archu007
    started a topic nesting of multiviews in asp.net
    in .NET

    nesting of multiviews in asp.net

    Hi frds
    i have nested multiviews and used menucontrol to navigate throught views
    this is my html code
    [code=asp]

    <asp:Menu ID="Menu1" Font-Bold="true" Orientation="Ho rizontal"
    StaticEnableDef aultPopOutImage ="False"
    OnMenuItemClick ="Menu1_MenuIte mClick" runat="server" >
    <StaticMenuItem Style...
    See more | Go to post
    Last edited by Frinavale; Oct 10 '07, 06:31 PM. Reason: Added [code] tags to make more legible

  • archu007
    started a topic Advanced controls in .net
    in .NET

    Advanced controls in .net

    Hi every one

    Can anyone say about advanced controls in .net2.0
    What are they and what is the difference between server controls
    and advanced controls

    Thanks in advance
    See more | Go to post

  • hi
    but i want to use that as i'm creating dynamic controls i want to store their values
    is there any other way to do that...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...