Search:

Type: Posts; User: CodeMaker

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. DataGrid do not hold the selected value from Combobox

    Hi

    I am using DataGrid WPFToolkit.

    I am using DataGridComboBoxColumn in a grid.

    Data is successfully loaded as shown in picture 1.


    But, after selecting the value is not staying on grid.
  2. DataGrid rows and column alignement mismatch

    Hi

    I am using WPF ToolKit, datagrid.

    I am facing issue in matching the column headers and rows

    I have attached the file

    Please do the enedful.
  3. 2.0 HTML rendering is different in outlook express and outlook 2007

    Hi

    I am having issue rendering HTML in my mail body.

    The email sent from my application havinf different look in different outlook versions. the mail html body is generated from same XSL...
  4. Replies
    4
    Views
    716

    Re: Threading Issue

    Yes, Its working..But what is the logic behind this?

    please expalin..
  5. [RESOLVED] Sleeping Threads...Any new idea?

    Hi


    I am having shared folder which will have thousands of order XML's. My application will keep monitor this folder. whenver customer drops in file, my application will read data from the XML...
  6. Thread is still in wait state even after calling SET method.

    Hello

    I am working on Threading. I am facing some issues with AutoResetEvent.

    I was trying to find good c# Threading articles on net and I am not satisfied by the result.

    The Threads which...
  7. Re: StreamWriter writes only half soem time

    Issue resolved

    Thanks

    I have used USING keyword and it now print whole text.
  8. Poll: [2.0] More than 200 topics to learn in .NET[Add it to TO-DO List]

    Here I have collected most of the topics students or developers can put into thr TO-DO List and learn daily one by one...



    NET Architectures;Memory Management in .NET;Building Business Access...
  9. Replies
    3
    Views
    464

    Re: Timeout in my application

    Yes..I have used indexing. Now I have increased the TiemOut number. Right now it is not giving any problem.

    Thanks guys
  10. Re: StreamWriter writes only half soem time

    I have attached the source file and target file as Image.

    tw rites only half some time..why?
  11. Re: StreamWriter writes only half soem time

    But if error happends half content how it reads?
  12. Re: StreamWriter writes only half soem time

    Am I missing Dispose?
  13. [RESOLVED] StreamWriter writes only half soem time

    Is thr any problem in thsi code



    foreach(FileInfo file in fileInfo)
    {
    sbGroupedXML.Length = 0;
    try
    {
    sr = file.OpenText();
  14. Replies
    3
    Views
    464

    [RESOLVED] Timeout in my application

    Hello Guys,

    My new project is in .NET and SQL Server.

    This project right now facing problem of timeouts while running procedures.

    The reason is, we have used many threads in bussiness layer...
  15. Replies
    1
    Views
    2,073

    Threading - AutoResetEvent

    Hello

    I would like to know about AutoResetEvent in detail.

    In my application I have made Thread X waiting by using Thread Y.

    But .Set() method does not seems to resume the thread operaion....
  16. Replies
    4
    Views
    716

    Re: Threading Issue

    Sorry found the error
  17. Replies
    4
    Views
    716

    Threading Issue

    Hi

    The below code produces the output as shown in attached file.

    ready.Set(); does not resume the thread..

    where I went wrong friends?


    using System;
  18. Replies
    1
    Views
    554

    Remoting...where to start?

    Hi

    I am a c# developer but now my new project is on Remoting. I do not have any idea. But I would like to earn as well as so simple application in remoting..

    May I knw where I can find friendly...
  19. Replies
    1
    Views
    1,656

    starter-kits-time-tracker..Help needed

    Hi

    I have download the starter kit from ASP.NET Site

    http://www.asp.net/downloads/starter-kits/time-tracker/

    I have sql server express edition in my system.

    When I run the application I...
  20. Replies
    1
    Views
    633

    Grid View does not retain the data!!

    Hello,



    I have a Grid View with Edit Button in each row, to edit checkbox and text box columns. After updating the row, when I click the edit button in next row the previous updates (in...
  21. Data Recovery and Troubleshooting with SQL Server

    Can anybody help me to answer these questions?

    I have attached a picture
  22. how to create crystal report using generic list

    Hi all,

    Can any one guide me?
    ? (I am using .NET crystal report)
    I have a list of class and using this list I want to create crystal report.
    I want to create parameter fields of crystal report...
  23. Re: What is the maximum number of cookies that can be allowed to a web site?

    nothing such..

    I am attending some interview tomorrow

    so preparing
  24. Replies
    2
    Views
    4,778

    Re: Which DLL translate XML to SQL in IIS?

    SQLISAPI right?
  25. To add a custom control to a Web form we have to register with?

    To add a custom control to a Web form we have to register with

    TagPrefix
    Name space of the dll that is referenced
    Assemblyname
    All of the above


    Let me know please...I think all..
  26. The number of forms that can be added to a aspx page is?

    The number of forms that can be added to a aspx page is


    1
    2
    3
    More than 3

    please let me know
  27. Where is the default Session data is stored in ASP.Net?

    Where is the default Session data is stored in ASP.Net?


    InProcess
    StateServer
    Session Object
    all of the above

    Please reply
  28. Select the type Processing model that asp.net simulate

    Select the type Processing model that asp.net simulate

    Event-driven
    Static
    Linear
    Topdown

    Please reply
  29. Replies
    2
    Views
    4,778

    Which DLL translate XML to SQL in IIS?

    Which DLL translate XML to SQL in IIS?

    SQLISAPI.dll
    SQLXML.dll
    LISXML.dll
    SQLIIS.dll

    Kindly let me know the answer?
  30. What is the maximum number of cookies that can be allowed to a web site?

    What is the maximum number of cookies that can be allowed to a web site?

    1
    10
    20
    More than 30

    Kidnly let me know the answer?
  31. Which one of the following namespaces contains the definition for IdbConnection?

    System.Data.Interfaces
    System.Data.Common
    System.Data
    System.Data.Connection

    Kindly let me know?
  32. [2.0] multi lingual application on windows mobile 5.0 device

    We have one application written in C# and its multi lingual application on windows mobile 5.0 device. We are able to load the string from the resource file. I just wanted to know that , is it...
  33. Re: Need help on Issue with Windows registry +Web.config+Deployed WebApplication

    Hi ,

    Thanks for the reply.
    Actually I had done this trial and error before sending a mail to VB FORUM.

    After a lot of struggle, finally able to find the cause for this issue.

    FYI:
    The...
  34. Replies
    3
    Views
    494

    Re: Web Chat application

    As you said it is good to use Database table. But Session variable is not an appropriate choice because a user cannot access another user’s session object
  35. Replies
    5
    Views
    2,599

    Re: how to control scroll bar position?

    I am checking it.

    I will update this thread as soon as it works fine.

    Is it good to have repeater control in a page?

    Is thr any performence issue in it?
  36. Re: Visual Studio 2010 and the .Net Framework 4.0.

    Good to know.
  37. Replies
    5
    Views
    2,599

    Re: how to control scroll bar position?

    I am using 2.0 framework.
  38. Visual Studio 2010 and the .Net Framework 4.0.

    Dear All,



    Microsoft is offering a first look at the next version of its Visual Studio integrated development environment (IDE) and platform, which will be named Visual Studio 2010 and the...
  39. Need help on Issue with Windows registry +Web.config+Deployed WebApplication

    Dear All,

    Please help on this issue,

    Issue with Windows registry +Web.config+Deployed WebApplication

    Details:

    1. The WebApplication reads Windows SystemRegistry to get the name of...
  40. Replies
    1
    Views
    465

    merging data file with Microsoft word

    Hi All,



    I am using the VB application for merging data file with Microsoft word template. While merging I am getting the following error.

    This is working one of the machines but not in...
Results 1 to 40 of 180
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width