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
R

Ramkithepower

@Ramkithepower
About
Posts
59
Topics
32
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Datagrid object binding and saving back
    R Ramkithepower

    Hi All, I have created an object book which is as follows public class book { public string bookname; public string bookauthor; public string bookprice; } public class books:List { } now on the load of the page i get some book details stored in the database and add them to the "books" object and also I add a empty book object to the books so which can be used by the users to add one new book. I then bind this to a datagrid on the aspx page with template columns. Books books = new Books(); books=Books.getBooks(); //also adds on blank book object dgbooks.datasource = books; dgbooks.databind(); on click of the save button i require the datasource to be type cast as books object. I am trying to do this on the click event of the save button books = (Books)dgbooks.datasource; but this is not working because the datasource is entry. Because during the postback it is wiped off. Can someone please help me to come around with this one? The above code is just a sample code.. hence please ignore the mistakes.

    Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.

    C# database wpf wcf help question

  • modifyable html control
    R Ramkithepower

    Hi All, I am building a windows tool for which I require a text area control where i can format the text such as color, size etc. but the formatted text should be readable as HTML in the codebehind. Is there any such tool?

    Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.

    C# html question

  • changing a table name in dataset
    R Ramkithepower

    Thanks mate, really not sure how I missed this...

    Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.

    C# question

  • changing a table name in dataset
    R Ramkithepower

    Hi , Is there a way to change the table name of a datatable in a dataset or create a new dataset and copy the table with a new name in to the new dataset?

    Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.

    C# question

  • datatable to object array
    R Ramkithepower

    I have a table that would be read into the dataset using dataadapter.fill method. The table will be of the below format Name | Age | Score | Gender Ram 14 75 M Sam 15 85 M John 16 95 M I have an object of the following sort in c# public class students { //initializing private variables public string Name { //get/set } public string Age { //get/set } public string Score { //get/set } } How can i convert this table in the dataset to an array of Students object?

    Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.

    C# question csharp data-structures

  • Excel upload
    R Ramkithepower

    Hi All, I have a 90 column excel which may contain upto 200 rows which needs uploading into SQL database. Initially we designed an SSIS package that was actually very efficient. But just before our code went live we came to know that SSIS or DTS packages cannot be run on the production servers due to some security reason. But never mind, we did a overnight code to read the excel as dataset and then insert row by row using a parameterized stored procedure which is not at all efficient coding. Take hell lot of time to load anyways. Is there an efficient way of doing this?????

    Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.

    C# database sql-server security question

  • C# Threading
    R Ramkithepower

    Hi , I am trying to create an application to extract some txt files from ZIP and then search the text files for a search string. I have done two functions 1. That extracts the files 2. That searches through the files This is my required program flow. I need to threads to run here The first thread should concentrate on searching the file, extracting them and add the extracted files's to a string array and the second thread to monitor that string array and search the newly added files for the search string. Is this possible? I have done some coding for this. Will post it later in this message thread if required later.

    Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.

    C# csharp algorithms data-structures question

  • Validating string values
    R Ramkithepower

    Yes an Enum should do the trick.

    Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.

    C# csharp linq tutorial question

  • Validating string values
    R Ramkithepower

    Hi, Is there a rather simple and constructive ways of validating a string value against a bunch value? For example, If I have a variable called "strStatus" it should only hold "In-Progress", "Closed" or "Open". I know that I can do this using simple if condition or linq. Is there any other ways, like using enum etc.

    Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.

    C# csharp linq tutorial question

  • Windows Login - Pop up
    R Ramkithepower

    Hi , Might be a simple fix, but struggling for a long time. I have built a new site and configured that in IIS, whenever I login to the server I get the "Connect to" windows login dialog. However on pressing cancel in this dialog, te screen loads without any issues. Any idea how i can get rid of this?

    Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.

    ASP.NET sysadmin windows-admin help question

  • Login dialog on page loads
    R Ramkithepower

    Thank you and sorry about that

    Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.

    C# sysadmin windows-admin help question

  • Login dialog on page loads
    R Ramkithepower

    Hi , Might be a simple fix, but struggling for a long time. I have built a new site and configured that in IIS, whenever I login to the server I get the "Connect to" windows login dialog. However on pressing cancel in this dialog, te screen loads without any issues. Any idea how i can get rid of this?

    Ramki

    C# sysadmin windows-admin help question

  • Windows application create an Excel file
    R Ramkithepower

    if it is a exe, try right-clicking on it and select "run as administrator".

    Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.

    C# help com

  • Login dialog on Page loads
    R Ramkithepower

    Hi , Might be a simple fix, but struggling for a long time. I have built a new site and configured that in IIS, whenever I login to the server I get the "Connect to" windows login dialog. However on pressing cancel in this dialog, te screen loads without any issues. Any idea how i can get rid of this?

    Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.

    C# sysadmin windows-admin help question

  • data import from excel to Data grid view
    R Ramkithepower

    Use DTS or SSIS transformation. It generally finishes the work in seconds. Build is easy too.

    Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.

    C# csharp css database sql-server visual-studio

  • Databinding
    R Ramkithepower

    what is the object you are referring to. Is it a dataset?

    Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.

    C# csharp asp-net performance question

  • sorting
    R Ramkithepower

    Thank you all for the reply.

    Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.

    C# algorithms question

  • sorting
    R Ramkithepower

    Hi, I have the following complex type, public class record() { string name1; string name2; } I create a list of records in another function public list records();//list of records Now I have to sort this class first by name1 and then by name2. Is there any simple way to do this?

    Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.

    C# algorithms question

  • Calling WCF service manually
    R Ramkithepower

    Hi All, Can we call a wcf service manually by using SOAP envelope, without adding a web reference?

    Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.

    C# wcf csharp xml question

  • Caliing WCF service manually
    R Ramkithepower

    Hi All, Can we call a wcf service manually by using SOAP envelope, without adding a web reference?

    Jack Sparrow -------------------------------------- Defeat is not the worst of failures. Not to have tried is the true failure.

    WCF and WF wcf csharp xml 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