User Profile

Collapse

Profile Sidebar

Collapse
thirunavukarasukm
thirunavukarasukm
Last Activity: Sep 19 '08, 07:12 AM
Joined: May 4 '07
Location: chennai
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • thirunavukarasukm
    started a topic Define:offsetParent?

    Define:offsetParent?

    Hai:

    Define offsetParent?

    what is neccessary offsetTop and offsetLeft
    See more | Go to post

  • thirunavukarasukm
    started a topic How to main session using in AxWebBrowser
    in .NET

    How to main session using in AxWebBrowser

    Hai.

    I created one windows application.I am add reference control to add Microsoft WebBrowser Control..In my application I am using HTTPWebRequest and HttpWebResponse class .To request some post message to corresponding URL.Then I will get response string.

    In response string i am go to create one .HTML extension file.Then I am using AxWebBrowser Class Create Object .Then I am using this object
    ...
    See more | Go to post

  • how to transfer large data to one page to another page

    Hai

    I am creating one web application

    i am using xml String with one containing xml Output to assign that temporary variable..

    this my requirement

    I want to transfer one xml file to another or Redirected web page

    how to transfer xml file or large data to another page

    i am using ViewState and Query String

    i am using ViewState

    but...
    See more | Go to post

  • To print Html page using PrintDialog and Print Document

    Hai....

    To print Html page using PrintDialog and Print Document

    i am created one windows appication..

    the windows application have many pages

    in my booking page i have two buttons one btnprint,btnclo se

    i am go to click btnprint button and corresponding i reader one html file .

    then in local string i got the stream reader file string

    then replace...
    See more | Go to post

  • Is there possible to use module class in web application..

    Hai..

    Is thers possible to use module class in web application..

    in web application i have one module class..

    the module class one variable declared to assing particular value

    then i am go to mywebpage to print that modulevariable

    the result is shown

    but the same time i have changed my modulevariable value..

    then i run the page

    ...
    See more | Go to post

  • Problem in Print Friendly Version with treeview control...

    Hai...

    Problem in Print Friendly Version with treeview control...

    i am creating one web applications..

    in this web application in main page The left side one panel and right side one Iframe control..

    i am go to run the page the treeview control to expand corresponding page target to iframe control..

    function PrintThisPage()
    {
    var sOption="toolba r=yes,location= no,directories= yes,menubar=yes ,";...
    See more | Go to post

  • thirunavukarasukm
    started a topic Problem with Treeview control......
    in .NET

    Problem with Treeview control......

    Hai..

    i have Problem with Treeview control......

    i am developed one web application...

    i am have many aspx page in this project..but all page undercontrol with treeview ..

    i am alreay download the IE Web Controls from microsoft site..

    I build the batch file then automatically created "Microsoft.Web. UI.WebControls. dll"

    ("C:\Program Files\IE Web...
    See more | Go to post

  • How to Usercontrols with Shortcut Keys[F1,F2,F3,CTRL+O]...

    Hai...

    How to Usercontrols with Shortcut Keys[F1,F2,F3,CTRL+O]...

    I am creating one windows apllication..

    the apllication contain many form..

    in one form i am used one usercontrol(par ent control)..

    the many form used in that inherited usercontrol(chi ld control)..

    in my form i want to use shorcut keys

    in usercontrol form does not have keypreview...
    See more | Go to post

  • I have a link wich opens a the second page with links wich call a javascript functio

    I have a link wich opens a the second page with links wich call a javascript function.

    I have some problem with javascript.


    i am two aspx page..

    in my first aspx page contain the second aspx page name..

    i am clicking the second page link the second page is opened..

    but

    i wrote the javascript finction in second page..

    in this the function...
    See more | Go to post

  • "i want used confirm in javascript in code behind"

    Hai....

    "i want used confirm in javascript in code behind"

    i am used confirm button ,,,in code behind.

    if the confirm button worked

    the function is return the true...

    else

    the function return the false..

    i want to get true and false value for my further proces..

    this my code..

    Dim popupScript6 As String...
    See more | Go to post

  • "i want used confirm in javascript in code behind"

    Hai....

    "i want used confirm in javascript in code behind"

    i am used confirm button ,,,in code behind.

    if the confirm button worked

    the function is return the true...

    else

    the function return the false..

    i want to get true and false value for my further proces..

    this my code..

    Dim popupScript6 As String...
    See more | Go to post

  • i want to post data with screen scrap page..

    Hai,,

    i want to post data with screen scrap page..

    i want to send from to destination station which class and date...

    i run the screenscrap.asp x page the posted data send to the request page with to display the posted page

    that is searched page..)

    here my code..

    ScrapPage.aspx. ...

    Public Sub SubmitButton_Cl ick(ByVal sender As System.Object,...
    See more | Go to post

  • i want to declare header file in javascript

    hai

    i want declare

    imports system.net -----header file in javascript

    <script>
    //// in this section how to declare imports system.net
    <script>

    please help me
    See more | Go to post

    Leave a comment:


  • how to declare header file in javascript

    hai

    i want declare

    imports system.net -----header file in javascript

    <script>
    //// in this section how to declare imports system.net
    <script>

    please help me
    See more | Go to post

  • how to pass values to called function

    i used in this below code in usercontrol

    but error happen

    because the checkbox value didn't pass

    please help how to pass the checkbox value

    i try <!--onclick="checke dChanged(this,' checkbox')--> this line

    but the checkbox is runat=server

    so different value is generated in html view source code...

    so doesn't work this code..............
    See more | Go to post

  • thirunavukarasukm
    started a topic object required error

    object required error

    Hai i created one user control in asp.net

    i am use script in that usercontrol page


    function getObj(name)
    {

    if (document.getEl ementById) // test if browser supports document.getEle mentById
    {
    this.obj = document.getEle mentById(name);
    this.style = document.getEle mentById(name). style;
    }
    else if (document.all) // test...
    See more | Go to post

  • the end of satement error happen in vbscript

    i want to change background color in panel if checkbox checked is true

    i am used vb script;

    but i wrote given code

    but the expected end of statement error happend

    please help me

    how define use vbscript...

    Code:
    <script>
    Sub Changed()
    	Try
    		Dim lcnt As Integer
    		If Me.c1.Checked = True Then
    			Me.Panel1.BackColor = Color.Yellow
    ...
    See more | Go to post
    Last edited by Killer42; May 9 '07, 10:34 PM. Reason: Added [CODE] tag

  • i want to send labelbox value with redirect page

    i created one web form

    the form contain two label box and text box

    in the form one button is placed

    i click the button the page redirect to next page

    window.location .href="fdfgd.co m";

    but

    i wll send textbox value and label box value in the corresponding redirect page..
    pl help me...
    See more | Go to post

  • i want code for javascript

    for example like

    document.getele mentID("Panelna me").


    pl help
    See more | Go to post

    Leave a comment:


  • thirunavukarasukm
    started a topic change panel control color
    in .NET

    change panel control color

    Hai

    i created one ascx (Usercontrol).. .file

    the user control file contain one panel and one check box


    if i go to click the check box the panel backcolor will change

    the panel control inside check box

    i want using javascript how to change the panel bgcolor


    pl help me.............
    See more | Go to post
No activity results to display
Show More
Working...