Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

sailesh_gupta

@sailesh_gupta
About
Posts
24
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • facing error in calling a com component from code?
    S sailesh_gupta

    i have com component which i converted to dll using tblimp tool. I am able to add reference of the dll to my code but when i call the function of the dll i get an error message saying "cannot find entry point" could any one help me out in solving these issues.:confused:

    C# help com question

  • any one wokred with Casswaory linear programming.
    S sailesh_gupta

    thanks. i have implemented the code with my test program.But i m not able to get a optimal solution.so thought to ask in this forum

    C# database

  • any one wokred with Casswaory linear programming.
    S sailesh_gupta

    HI, have any of you worked with Casswory linear programming.IF yes pleasse do mail me back.have some query with the implementation

    C# database

  • Combobox selected item issue
    S sailesh_gupta

    hey hi, i think u can change the combox selected value changed on list box selected item event.

    C# help database tutorial

  • web service and desktop client connectivity issue
    S sailesh_gupta

    HI , i have a web service installed in IIS of my server machine and in client system i have a C# windows application.This application has a refernce added of the service(dll has been added).This dll take the database connection from mentioned from app.config but i want it read the connection details from web.config of service. Can you please help me out how can acheive this. when i try system.web.configriatin.... it refer to client machine.I want it to refer the web.config of the service.

    C# help csharp database sysadmin windows-admin

  • to execute command at command prompt from .net C# application
    S sailesh_gupta

    HI, Can any one guide me how to run commands from a .Net Application developed in C# at Command prompt(i.E C:\>) Any links on it would also be helpful

    C# csharp tutorial

  • Running command in command prompt from .NET
    S sailesh_gupta

    HI, Can any one guide me how to run commands from a .Net Application developed in C# at Command prompt(i.E C:\>) Any links on it would also be helpful

    .NET (Core and Framework) csharp tutorial

  • Docking property of Datable for pda's
    S sailesh_gupta

    hi, i have a form for my device applicaation(PDA) in which i have a datatable. i have to freeze the first column of the datatable. i mean dock the first column so that when he scrolls, first column does not moves along with scroll. for datagrid view there is a frezze property, but i was not able to find such property for datatable. can some one help in reagrds with this.

    C# help

  • Configuring web pages for different browsers
    S sailesh_gupta

    hi , i have not done any html coding. i have created this web pages using Visual studio2005. i have two web pages.First web page is having logo and login box .. second page links to various reports. i have used standard controls from the toolbox.

    ASP.NET csharp css asp-net dotnet help

  • Configuring web pages for different browsers
    S sailesh_gupta

    hi, i m completely new to ASP.Net programming. i have created two pages using Visual Stuido and want to configure them for differnt browsers. as the page works well in IE 6.0 and less but fails for mozarilla and others sites. can sone provide me the idea on how to solve this .. a google link could also help me out. i m working on .net framework2.0 :((

    ASP.NET csharp css asp-net dotnet help

  • Memory Occupied by a table of a database
    S sailesh_gupta

    Hi , i want to know how can i get memory occupied by table of a database through query. if some one can provide me a google link where i can find it or the search string to be used for googling it out. it would be of great help. Also assume memory occupied by the table when no rows present is M , and when row is present the memory occupied is M*1, etc

    Database database performance help question

  • Search Functionality in C# .net2.0.
    S sailesh_gupta

    Hi all, can any one guide me on ways to implement the this feature. In textbox when ever we type some characters , all the entries mathcing to the entered charcters(from database) appear below the text box and user can select ne of the given entry. :confused:

    C# csharp database tutorial

  • Docking in data grid view
    S sailesh_gupta

    y didnt u answer?

    .NET (Core and Framework) tutorial css

  • Docking in data grid view
    S sailesh_gupta

    hi, can come one please guide me how to dock the first column in datagridview.so that when the number of columns increases and scroll is there the first column in visible even if we scroll to the last column. treat this as urgent

    .NET (Core and Framework) tutorial css

  • dockin of column -Data Grid View in C# [modified]
    S sailesh_gupta

    hi, can come one please guide me how to dock the first column in datagridview.so that when the number of columns increases and scroll is there the first column in visible even if we scroll to the last column.

    modified on Monday, August 11, 2008 6:59 AM

    C# tutorial csharp css

  • application form size for different OS
    S sailesh_gupta

    well i do that by setting the Windowstate property to Maximized during the design time

    .NET (Core and Framework) help css

  • application form size for different OS
    S sailesh_gupta

    hi all, we have developed application on dotnetframework2 on wondows xp OS. we have set the form size to maximum on load. but we are recicving complain stated as The forms are not fully displayed when the screen resolution is less that 1024x768. It is not possible to navigate to fields which are not displayed, there are no scroll bars to see the hidden screen area. how can we resolve this issue. Any help on this please. :confused:

    .NET (Core and Framework) help css

  • problem in Range selection
    S sailesh_gupta

    THANKS A LOT .... I GOT THE SOLUTION

    C# csharp database help

  • problem in Range selection
    S sailesh_gupta

    sailesh_gupta wrote: now user has to select range from both the combo box. That is not clear. Do you mean:"The user has to define a range by selecting min and max values?" yes you got it right. also sailesh_gupta wrote: Now i have to restrcit user from selecting min to be 2 and max to be 6. Why? This point is very obscure. i have to restrict the user from selecting the range between 2 to 6 because he has already selected a a range from 3 to 5. which means i should selectthe value of x = a if x lies between 3-5.this condition is set by user using the application. during the next time user cannot put a condition that select x = b if x lies between 2to 6 beacuse already a condition exist. i.e if both the constraint are there and input value is 4 what will be the value of x using the constarint.

    C# csharp database help

  • problem in Range selection
    S sailesh_gupta

    the problem statement is i have two combo box's named max and min and a text box for entering value. in max we have values range from 0 - 10 and similarliy we have in min. now user has to select range from both the combo box. like he can select min to be 4 and max to be 7 and value for this range to be some X%. Now i have to restrcit user from selecting min to be 2 and max to be 6. When the user closes the application and restarts it we should see that the above condition entered before logging off is validated before entering the new ranges. i have sql database and using a application is begn developed using .NET C# YEs i m rating down cris

    C# csharp database help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups