User Profile

Collapse

Profile Sidebar

Collapse
svibuk
svibuk
Last Activity: Apr 5 '11, 01:25 PM
Joined: Dec 10 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • creating a xml dcoument from database thr' code in vb6.0 & validating it against xsd

    creating a xml dcoument from database thr' code in vb6.0 & validating it against xsd using msxml4.0
    everything working fine
    the xml file is formed from the code / the data i get during runitme
    when i validate it it gives me the validation results but it seems that the entire xml doument is in one line though the xml document tags appears in diferent lines
    as when i validate it for multiple error it gives me every time...
    See more | Go to post

  • svibuk
    started a topic editing datagridview cells

    editing datagridview cells

    Dim cmd As New SqlCommand(SQLS TR, conn)
    reader = cmd.ExecuteRead er()

    Dim myDataTable As New DataTable
    myDataTable.Loa d(reader)

    If myDataTable.Row s.Count > 0 Then

    datagridview1.D ataSource = myDataTable
    datagridview1.C olumns(2).Heade rText = "QUANTITY"

    datagridview1.A llowUserToAddRo ws...
    See more | Go to post

  • refreshing parent window on closing of child window

    i have page1.aspx with a grid and ADD button
    when i click ADD page2.aspx opens in a new window
    when new records an be added

    when i save the record it gets added to database as well as page2.aspx closes
    wht i need is when page2.aspx closes page1.aspx shld get refeshed and the new added record dispalyed in grid

    i have the following code
    Code:
    Dim strscript As String = "<script language=javascript>refreshandclose();</script>"
    ...
    See more | Go to post
    Last edited by Frinavale; Dec 17 '09, 08:25 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.

  • svibuk
    started a topic asp.net listbox keypress & double click event

    asp.net listbox keypress & double click event

    i have a asp.net list box populated with databae data , autopostback = true

    wht i need is
    1) when double clicked(double click event) i want it to be visible=false
    2)i want to move between the data in the listbox using up, down arrow keys & make the selection by pressing eneter(keypress event)
    3) everytime i move betwen the data(autopostba ck = true) postback is caused,is it possible to avoid the flickering...
    See more | Go to post

  • stopping the child control from exceeding parent div element

    i have a div element with a child control in it which gets populated with data

    depending on data teh control expands and also the div. if i set the div width the data overflows in the extended control
    i need to use clip property
    i tried setting it but i am not getting teh result

    clip:rect(0 30 30 0);

    how do i set the parent and child element
    See more | Go to post

  • svibuk
    started a topic vertical text scroll

    vertical text scroll

    flash vertical text scroller download scroll sites tool swf software

    i want to create a vertcial scrol text like the example above
    i have an external xml file having data
    can anybody help me in the same
    See more | Go to post

  • svibuk
    started a topic not getting clientid by using external js

    not getting clientid by using external js

    i have var mycontrol = <%=newcontrol.C lientId%>.id; in my aspx page
    and i have an external .js file
    but by uisng in this way i am not gettiing the clientid of the new control.
    can anybody help
    See more | Go to post

  • how to use the id of a element frm one function to another

    i have a table with 5 rows with id tr1..... tr5

    i have a div with some data

    at present when i have a function which onmouseover of the table row(tr) the div is displayed
    the function i have written changes the color of that particular tr and the div. it works properly but when i remove the mouse frm tr and place it over the div the highlighting of that particular tr goes off.

    wht i want is whenever...
    See more | Go to post
No activity results to display
Show More
Working...