User Profile

Collapse

Profile Sidebar

Collapse
vedika
vedika
Last Activity: Sep 12 '08, 10:03 AM
Joined: Feb 19 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Add following to you stylesheet.
    Code:
    #menu{
    background-color: FFD520;
    }
    See more | Go to post
    Last edited by eWish; Jun 7 '08, 04:15 PM. Reason: Please use code tags

    Leave a comment:


  • can not get selected radiobutton in selection list

    Hi all,

    I have a dynamically created selection list that means created from code behind file. But I can not get its selected value.The form which I use is mobile form.
    All are mobile controls.

    Please Help,
    Vedika
    See more | Go to post

  • vedika
    started a topic Word-wrap by giving width in percentage

    Word-wrap by giving width in percentage

    Hello,
    I have problem with word-wrapping. When width is given in pixel style="word-wrap:word-break" works well but when it is given in percentage then it is not working.

    <table border="1" width="20%">
    <tr>
    <td width="10%" style="word-wrap:break-word">
    ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccc...
    See more | Go to post

  • vedika
    started a topic Unable to connect to the remote server
    in .NET

    Unable to connect to the remote server

    hi,

    I have one c# application through which i connect to web service. web service is SSL protected. when i connect it through secure wireless network it is working well. but when i try to connect web service using unsecured wireless network connection i get the error as Unable to connect to the remote server
    or The remote name could not be resolved:

    Please help me!!!!!!!
    See more | Go to post

  • vedika
    started a topic list view selected item
    in .NET

    list view selected item

    I want to display the selected items in a ListView with blue(default) back color and white fore color even if the ListView isn't focused.
    See more | Go to post

  • vedika
    replied to save file dialog changes db connection
    in .NET
    hi,
    I am using sqlCE as database and developing a desktop application in c#.
    There is one functionality in which "Export" it will take data from database and write it to a file and allow user to save it on their machine by savefile dialog control. But when user select different location to save the file than Application.Sta rtupPath then the file will get saved But after that application can not get database file path.
    ...
    See more | Go to post

    Leave a comment:


  • vedika
    started a topic save file dialog changes db connection
    in .NET

    save file dialog changes db connection

    hi,
    I created one application in which there is export functionality. I am using sqlCE as database . When user click on "export" a save file dialog appeare and file saved in html format from database. but after that if i minimise application to systray and again open it then no any data from database will displayed.
    If i save file in application startup path then on data from database is displaying.

    Thanks...
    See more | Go to post

  • vedika
    replied to Exception handelling in thread
    in .NET
    hi,
    thanks for reply.
    i got a solution from this site itself.
    if (<control>.Invo keRequired)
    {
    <control>.Invok e(new <deligate>(<fun ction>), new object[] { <parameter> });

    }
    See more | Go to post

    Leave a comment:


  • vedika
    started a topic Exception handelling in thread
    in .NET

    Exception handelling in thread

    hi,

    I have created a application in which there is thread for login to server.
    If exception occure while connection to server I can not catch that exception.
    What can I do.
    Please help me.
    See more | Go to post
No activity results to display
Show More
Working...