Search:

Type: Posts; User: yoosufshanij

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    5,311

    convert wpf to silverlight

    cud anyone pls advice me how to do the fillowing stuff in silverlight....thanks in advance


    <Window.Resources>
    <Style x:Uid="CustomStyle" x:Name="CustomStyle" x:Key="CustomStyle"...
  2. Replies
    4
    Views
    6,540

    Re: How to drag a popup window

    cud u pls help me to do that if you dont mind. thanks in advance
  3. Replies
    4
    Views
    6,540

    Re: How to drag a popup window

    Thanks for your help

    But actually i want to enable drag option for a popup control like the below

    <Popup x:Uid="SVpopup"
    x:Name="SVpopup"
    PopupAnimation="Slide"
    ...
  4. Replies
    4
    Views
    6,540

    How to drag a popup window

    can anyone advise me how to drag a popup window in wpf
  5. how to animate a WPF window while opening and closing

    cud anyone advise me how to animate a wpf window while opening and closing of the same.....like fade in and fade out....

    thanks in advance
  6. Re: how to detect if window is already opened or not

    Thank u very much......
  7. Re: how to detect if window is already opened or not

    Thanx a ton for the quick reply.....that worked very fine for me....

    I need one more advise from your side.
    is it possible to reload a window if found opened?
  8. how to detect if window is already opened or not

    how to detect if a window is already opened or not from another window in wpf
  9. Replies
    6
    Views
    820

    VS 2005 Re: localize a treeview

    yes....i will populate from Geodatabase
  10. Replies
    6
    Views
    820

    VS 2005 localize a treeview

    how to localize a treeview which is populated dynamically
  11. MsOf03 Re: export data from msword document to Excel sheet

    Well, it shud be able to export puretext as well as a table.
  12. MsOf03 Re: export data from msword document to Excel sheet

    yes i did, but i cudnt find a thread regarding export from word to excel.
    If possible, kindly advise me how to do that.....
  13. MsOf03 export data from msword document to Excel sheet

    cud anyone advice me how to export data from msword document to Excel sheet using vb.net
  14. VS 2005 export data from msword document to Excel sheet

    cud anyone advice me how to export data from msword document to Excel sheet using vb.net
  15. Replies
    7
    Views
    1,846

    VS 2005 Re: Leap year validation(vb.net 2005)

    but the result i'm getting is not precise bcos of leap year
  16. Replies
    7
    Views
    1,846

    VS 2005 Re: Leap year validation(vb.net 2005)

    i'm getting the no of days between two days by using a vb function like
    DateDiff(DateInterval.Day, fromDate, toDate)

    but mi problem is of leap year
    i want to handle that
    pls advise me how to...
  17. Replies
    7
    Views
    1,846

    VS 2005 Leap year validation(vb.net 2005)

    how do i get total no of days between two days which might include leap year

    right now i'm getting the no of days by using DateDiff function in vb.net.
    but i reckon it is not precise. cos it is...
  18. how to create a desktop widget(vb.net 2005)

    how do i create a widget in vb.net which should be in the desktop and when clicked should bring up Iexplorer and visit a website (ie helpdesk)
  19. Re: (ASP 2.0)how to popup a message when session expired

    Thanx a ton mi dear friend. i'll definitely try this and let u know....thanx
  20. Re: (ASP 2.0)how to popup a message when session expired

    Please advice me where shud i put this settimeout
  21. Re: (ASP 2.0)how to popup a message when session expired

    thanx for the reply.....
    i request you to show how to do that in javascript if you dont mind...bcos i'm not good in javascript.....
  22. (ASP 2.0)how to popup a message when session expired

    I have a requirement when the Session timeout period to say 5 minutes. When the session timesout, or about to timeout, the client is presented with a POP-UP that asks to click OK to extend the...
  23. Re: Getting the sessions cleared after two or three postbacks

    i tried by increasing session timeout to 500. but still the same error is coming
  24. Getting the sessions cleared after two or three postbacks

    my porblem is that, in my asp2.0 application, mi sessions r getting cleared after two or three postbacks when i deployed it in the server. In local it is working perfectly. i'm appending the...
  25. How to change system date format programmatically?

    how to change a date of any format or in system format into MM/DD/YYYY format
  26. Re: Hiding The Web Page Name in The AddressBar in ASP 2.0

    i appreciate ur quick response. but as a novice to asp.net, i'm expecting a simple method. So please post a simple way to do this.

    thanks
  27. Hiding The Web Page Name in The AddressBar in ASP 2.0

    hi,
    i am developing one web site in ASP net 2.0 , Like
    http://abc.com
    but when i click one page it is coming like this http://abc.com/mydetails.aspx
    but i want whenever i will click any link it...
  28. Replies
    7
    Views
    667

    Re: [2005] ASP.Net (Date Problem)

    no sir. in the textbox, i'm getting the date in the mm/DD/yyyy format . even if i'm entering directly to the textbox with the same format, again it is throwing the same error.
  29. Replies
    7
    Views
    667

    Re: [2005] ASP.Net (Date Problem)

    ya i'm using a textbox and and image button. if the user click the image button a popup window containing a calender control in which user can select a date. if he selected a date, the popupwindow...
  30. Replies
    7
    Views
    667

    Re: [2005] ASP.Net (Date Problem)

    i ve tried with that also
    TreatDate = CType(txtTreatmentDate.Text, Date)

    but if the date is dd/MM/yyyy, it is throwing the same error

    it is taking the dateformat based on the system. our...
  31. Replies
    7
    Views
    667

    [2005] ASP.Net (Date Problem)

    We ve a web application which is hosted in our compnay's own dedicated server. the user's r able to access the application throughthe network.
    my problem is, for some users date conversion problem...
  32. populate listbox in the parent window with the selectedvalues of popupwindow listbx

    could any one suggest how to populate a listbox in the parentwindow with the selected values of the popup window listbox using javascript.
  33. Replies
    7
    Views
    1,064

    Re: how to hide a table column in ASP 2.0

    great sir, as a novice, it's really a pleasure to learn new new things in web. i dont know how to express mi happiness in words, but one thing i shud tell you that, this is very helpfull for me....
  34. Replies
    7
    Views
    1,064

    Re: how to hide a table column in ASP 2.0

    actually i'm a newbie in asp.net. if u dont mind, kindly give me a small example or any link from where i can learn and create the same. i really appreciate for ur response so far and looking...
  35. Replies
    7
    Views
    1,064

    Re: how to hide a table column in ASP 2.0

    Sorry for that...pls try the link below:
    http://developer.mozilla.org/en/docs/Gecko_DOM_Reference:Introduction#What_is_the_DOM.3F
  36. Replies
    7
    Views
    1,064

    how to hide a table column in ASP 2.0

    I have a two column table, and if I use this script to hide the right column, I want to expand the left column automatically and fill up the space vacated by the right column. You can see this in...
  37. Re: gridview's pageindexchanging event is not firing

    Hoorah....that worked with your code....awesome......i'm really thankfull to you........
  38. Re: gridview's pageindexchanging event is not firing

    this code is to take care of the following visual studio bug:
    Image button click fires rowCommandEvent twice
    The fake one will be handled by this code
  39. gridview's pageindexchanging event is not firing

    my gridviews pageindexchanging event is not firing if i'm using rowcommand event for the same gridview. if i comment the gridview's rowcommand event , pageindexchanging event will fire, otherwise it...
  40. Replies
    2
    Views
    591

    Re: breakpoints not hitting[2005]

    output from debug shows empty and when i attach to iexplorer.exe also it's not hitting. if i used system.diagnosis.debugger.launch, i'm able to debug. but i need to sort out this problem.pls help me...
Results 1 to 40 of 58
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width