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
D

deepaks3

@deepaks3
About
Posts
126
Topics
71
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Creating WMS Publishing Point.
    D deepaks3

    Hi, I want to create a Windows Media Services Publising Point using C#, with only RTSP stream. I have the file path, and publising point name input by user. Also how can we chaek if the Publising point is exisiting or not, and also to check that is a certain publishing point is started or not. Plzzzz Help. Thanks.

    Deepak Surana

    C# csharp help

  • A little more healthy....
    D deepaks3

    Hi Friends, Have you visited the site slimNhot.com You can post your health related issues there and get the answers. Let it be any health/lifestyle related question... Be healthy...

    Deepak Surana

    The Lounge com question

  • Help Required in File Operations.
    D deepaks3

    HI , I am developing a small application in which C# reads a file make changes to it and saves it. The txt files contains dome configuration values say TimeOut=30 ID=abcd Scope=Allowed . . . 1.In my screen i also want to show these values, so what is the method to fetch individual values 2.When i make any change to the value i want it to be saved in that particular line itself. Thanks in Advance.

    Deepak Surana

    C# csharp help question workspace

  • Javascript reading INI/XML FIles
    D deepaks3

    Hi, How can i read values from INI files in Javascript. I cant use XML as then i have to use Microsoft.XMLDOM object, whihc i cant use unfortunately. Or is there any other simpler way to read XML files without using Microsoft.XMLDOM.:confused: Regards

    Deepak Surana

    Web Development javascript xml question

  • Reading all images [JavaScript]
    D deepaks3

    Hi, I have a directory in which i have multiple images.. In javascript i want to reall all the image files from the directory and display it as a slie show. The images can be added to the directory at the time when the slideshow is running, so that is the reason i dont want to specify any image name in the code. What i am sure is that the image file extension will be ".Jpg" Thanks in advance.

    Deepak Surana

    Web Development javascript

  • Display Data Month Wise
    D deepaks3

    ya that will solve my problem i guess.. thanks a ton

    Deepak Surana

    Database database question

  • Display Data Month Wise
    D deepaks3

    By Using Group BY i will get the data in the form of rows, but i want each month amount in the corresponding month.

    Deepak Surana

    Database database question

  • Display Data Month Wise
    D deepaks3

    Hi, I am accpting date from the user in a form. And i want to display the data in crystal reports month wise, in which i want the month names to be the column. Ex: SNo Name Amount Date Jan Feb Mar Apr ..... Is there any way by which i can achive this output by sql query...?:confused:

    Deepak Surana

    Database database question

  • Windows Forms DataGrid View Clearing Problem
    D deepaks3

    Actually its very simple... grid.datasource = null; grid.rows.clear(); grid.refresh(); and a Indian Programmer gave me the solution by the way.... so if an Indian asked a programming question in the forest .... it will be Urgent.. and i think only Indians can solve it.. no others.. ;P :laugh:

    Deepak Surana

    C# help css winforms question

  • Windows Forms DataGrid View Clearing Problem
    D deepaks3

    Rows.Clear() isnt working..

    Deepak Surana

    C# help css winforms question

  • Windows Forms DataGrid View Clearing Problem
    D deepaks3

    Ok, There are cerain no of rows in the grid, so when i click on the clear button i want that only the column names should be visible but not any rows. And i have aded the columns on the design time, so i want to retain those columns.

    Deepak Surana

    C# help css winforms question

  • Windows Forms DataGrid View Clearing Problem
    D deepaks3

    Hi, I am using a DataGrid View on my windows forms. I want to clear all the rows of the grid on certain event, for that i tried to set the data source property to null. But it also cleared the columns. I also tried to use the clear function of the rows ut it was of no help; How can i just clear teh rows and let the columns be intact in there. Thanks.

    Deepak Surana

    C# help css winforms question

  • Winforms Datagrid
    D deepaks3

    Hi, I am using datagrid in Winforms. How can i set the autogenerate columns =false I just want only those columns to show up whihc i have added no other columns apart from that. Thanks.

    Deepak Surana

    C# csharp winforms question

  • pages for palmtop
    D deepaks3

    Do one thing... its a quite time consuming task but u will definately benifit form it... Create a class that inherits from the page class.. and then inherit all your pages from that single class... so now what u can do i that you can put all the common functionality on that single class, so from next time onwards u will have to make change only on one place... I hope u got it... Cheers.!! :->

    Deepak Surana

    ASP.NET design help

  • pages for palmtop
    D deepaks3

    I guess you can get the details of the browser by Request object...

    Deepak Surana

    ASP.NET design help

  • Master Page and HTML combo...
    D deepaks3

    Hi, I have a few static html pages, whihc i wish to display on the master page on the selection of the menu. What are the possible ways to display that. I dont want to use IFrame as it will remain forever on that page. Thanks in advance.

    Deepak Surana

    ASP.NET html

  • reading special characters.
    D deepaks3

    Hi, I am reading the contents of a file and displaying it in a lable on a web page. There are also some special characters in the file such as : à é The problem is that these chars are converted to square blocks like this � in display. And this the the code i am using to read the file: FileStream file = new FileStream(FilePath, FileMode.Open, FileAccess.Read); // Create a new stream to read from a file StreamReader sr = new StreamReader(file); // Read contents of file into a string string s = sr.ReadToEnd(); // Close StreamReader sr.Close(); // Close file file.Close(); And this is the code whihc i am using to display the contents: lblStaticContent.Text = s.ToString(); Please help.

    Deepak Surana

    ASP.NET help

  • GridView delete Button position.
    D deepaks3

    I tried shifting the next column of the delete option to its left. But only move right option is available for the column just next to delete.

    Deepak Surana

    ASP.NET question

  • GridView delete Button position.
    D deepaks3

    Thanks Buddy, But there is no header for the delete, as it is generated by the gridview itself.

    Deepak Surana

    ASP.NET question

  • GridView delete Button position.
    D deepaks3

    Hi, I am using gridview in one of my pages, and have set the option AutoGenerateDeleteButton="true" The delete button is coming on the left hand side, however i want it on the right most column of the gridview. How can we do that.?

    Deepak Surana

    ASP.NET question
  • Login

  • Don't have an account? Register

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