Search:

Type: Posts; User: raviram

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    679

    How to Parse the XML schema

    <%

    case "News"

    %>
    <div align="center"><img alt="<%=imgtitle%>" src="<%=imgurl%>" id="img2"/></div>
    <div align="center" style="padding-top:10px;" class="subheading"><label...
  2. Replies
    0
    Views
    487

    how can i detect anchor link

    hi friends i have a xml file which has a item tags and inside item tag i have three sub child items namely

    title
    link
    description
  3. Replies
    2
    Views
    382

    how to childnodes in the xml

    <?xml version="1.0"?>
    <HSBCscreeninfo>


    <screen>
    <identifier>home</identifier>
    <title>Ford Focus</title>
    <style>style.css</style>
    <bgcolor/>
    <bgimage/>
  4. Re: how a spilt a string with has no space and store in array

    thank u for post
    Any idea how to read a string character by char and if any numeric comes we can split it. its possible
  5. how a spilt a string with has no space and store in array

    hi friends,


    hi have a string like "Nokia5300" i need to split the string like "Nokia" and "5300".

    store it in an separate array.

    i am using asp and vbscript

    how to split this ?
  6. how to invoke the dll files in the asp application

    hi friends

    i am using a asp file and scripting is done by the vbscript

    i have created one dll file and registered .

    hw i need to include or invoke that dll file in my application

    any one...
  7. Re: how to maintain session for username from login, and session timeout using asp,vbs

    hi friend,

    i am using each case value as one screen name


    for example

    my first case is login That is case "login"

    consider my asp file name is index.asp
  8. Re: how to maintain session for username from login, and session timeout using asp,vbs

    hi friend,

    i am using each case value as one screen name


    for example

    my first case is login That is case "login"

    consider my asp file name is index.asp
  9. how to maintain session for username from login, and session timeout using asp,vbs

    hi friends,

    i am using asp and vbscript

    In my asp page i have a login screen(i am using a select case for switching from one screen to another) and from that login screen i need to maintain...
  10. how to find the scroll position of the window in javascript

    hi guys


    i am using asp.net and codebehind vb


    how to get the scroll position(x,y) of the window in javascript

    when i scroll the page i need to get the scroll position its possible
  11. how can we create a browse dialog in Javascript

    hi Friends,


    i need to get a function which when called opens a browse dialog and choose the file and need to return the file path.


    i have a code which is called using onclick event and that...
  12. Re: [2005] how to open a file upload control in javascript and should support all bro

    thanks for your reply

    but i have tried it. its giving the same problem.

    the function is calling and the alert inside the function its working but

    the upload file contrl is not opening.

    i...
  13. [2005] how to open a file upload control in javascript and should support all browser

    hi friends,


    i have my sample code:

    <script type="text/javascript" language="javascript">

    function executeFileUploadControl()
    {
    alert("welcome")
  14. how to get the childnodes from xml using asp+vbscript

    hi guys,


    i need to get the childnodes from the xml file

    my sample xml file:

    <screen>

    <screenname>
  15. how to connect to sql server using asp + vbscript

    hi friends,

    i need to connect to sqlserver and


    select a field value and assign to a variable

    i am using asp and vbscript

    my sample code to connect to sql server is this
  16. Re: validations in textbox for emailid, mobileno,date of birth using scripting

    hi friend,

    using javascript in vb.net

    i have write this as separate function
    for email id,mobileno,faxno,dob,emptyfields validations
  17. validations in textbox for emailid, mobileno,date of birth using scripting

    hi friends,

    i need to validate a text box


    I want to validate a text box for intergers(numbers for Mobile no)

    I want to validate a test box for an email address (eg it has @.com)

    I want...
  18. Replies
    0
    Views
    871

    how to traverse the each node in vbscript

    hi friends,

    this is my xml

    <screen1>

    <title>
    <text>Title1</text>
    </title>
    <mainheading>
  19. how find particular the nodevalue from xml and campare with the select case

    hi friends

    my xml file is this

    <?xml version="1.0" encoding="UTF-8"?>
    <first>

    <screen name="home"></screen>
  20. Re: how to select 3 fields from a table store in dataset display values in sql server

    vb.net
  21. how to select 3 fields from a table store in dataset display values in sql server

    hi friends

    i am using sql server 2000 using dataset
    how to select 3 fields and display the values in xml format

    select query
  22. [2005] how to find different between to times

    hi friends

    i need to get the diff between two dates and including the time diff also.

    there is a fun datediff from that i got date diff and

    how to the time diff?

    thanks in advance
  23. Re: [2005] different combinations of a 3 to 5 letter words

    thanks my friend
    it works fine
  24. Re: [2005] different combinations of a 3 to 5 letter words

    hi

    dim strName as string = "John"
    dim charArray() as Char = strName.toCharArray()
    dim combination as String = String.Empty

    for i as integer = 0 to strName.Length - 1
    combination =...
  25. Re: [2005] different combinations of a 3 to 5 letter words

    hi

    my code is like this

    strname = "john"
    Dim c() As Char = strname.ToCharArray()

    For i As Integer = 0 To strname.Length
    'c.Add(Mid(strname, i + 1, 1))...
  26. Re: [2005] different combinations of a 3 to 5 letter words

    thanks my friend

    i need to get dynamically
    because
    it may be 3 or 4 or 5
    how to assign this in loop
    any idea

    with regards
    ravi
  27. [2005] different combinations of a 3 to 5 letter words

    hi friends ,


    i have a string that will contain 3 to 5 letter word.

    i need to get that string and make different combination and display to the user and they will choose and one combination
    ...
  28. Replies
    0
    Views
    497

    permutation and combination of letters

    hi friends
    i am using asp.net code behind vb

    i have one string which has max of 4 letter i need to display different possible combinations of that 4 letter

    can any one help me

    thanks in...
  29. Re: how to split a word into letters and compare with a array of letters

    and

    how to find a string contains one or many words
  30. Re: how to split a word into letters and compare with a array of letters

    i need to display the remaining characters

    for sample say "mystring" i need to remove vowels and display other words like mystrng
  31. how to split a word into letters and compare with a array of letters

    i am using asp.net code behind vb

    i have a array element with vowels .
    i will get a string and i need to compare the string with the array and remove the vowels from that string and display

    ...
  32. how to display tag values in label

    hi friends

    i need to get the selected values in the drop down menu to be displayed in label

    i am using vbscript and asp

    my sample code:

    <select id="cars">
    <option value...
  33. how to read a string as xml and get the node values

    hi friends,
    i am getting the values from aspx page from server and i am getting the values in the xml format and i need to assign that xml.load to get that xml file

    i will put my code here

    ...
  34. i need to get the nodevalue from the this XML

    i have given the xml file below and i need to get the branch code from this file

    using asp and vbscript

    and one more thing i am getting a xml file as string from the asp.net and i need to...
  35. how create dynamic HTML controls when i get the data's from XML

    hi friends,

    i am using vbscript and asp

    i have one xml file in that there many nodes. i need to find a particular node like

    ex (image), label ...etc and , after finding dynamically i need to...
  36. how to open a .txt file from any directory and assign a values and save?

    i am using the asp and vbscript

    i have a login page and i am getting the user name and have to assign to the

    txt file in a particular place

    the sample code is below


    now i am just...
  37. Re: how to get the username from the login page and assign to the .txt file and write

    thanks my friend i got it
  38. how to get the username from the login page and assign to the .txt file and write

    hi

    i am using the asp and vbscript

    i have a login page and i am getting the user name and have to assign to the

    txt file in a particular place

    the sample code is below
  39. how to write a text file and read a particular word and replace that word

    thank u


    how to find a particular word in the text file and that word may repeat
  40. how to write a text file and read a particular word and replace that word

    i am using asp and vbscript


    i have put my code below ...


    <%
    Dim objFSO, objTextFile
    Dim sRead, sReadLine, sReadAll
    Const ForReading = 1, ForWriting = 2, ForAppending = 8
Results 1 to 40 of 68
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width