User Profile

Collapse

Profile Sidebar

Collapse
lemuel
lemuel
Last Activity: Jul 27 '07, 06:26 AM
Joined: May 31 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • lemuel
    replied to how to create a resume builder using C#
    in .NET
    actually no one is stopping me from making the said software however, im having a hard time on how to convert the data i get from the application and then send it and format it in a word document. that is my problem.

    i have started a bit on doing this and so far i have not encountered any problems yet.

    here are some of the links that gave me an idea on how to go about this problem:

    http://www.codeproject .com/aspnet/wordapplication .asp...
    See more | Go to post

    Leave a comment:


  • lemuel
    started a topic how to create a resume builder using C#
    in .NET

    how to create a resume builder using C#

    hello everyone!

    i tried searching for a sample code which might give me an idea on how to create a resume builder but unfortunately i cant seem to find any relevant links.

    here's my problem:

    i have to create a software using .NET where in the user will enter the needed information for his resume. capturing the data from the user is easy, however, i don't know how to send those data and format them in a...
    See more | Go to post

  • when i enter things my datagrid will it automatically update my DB or not? if not, how would i update my DB with the changes made in the datagrid like addition of new members and editing of existing members.
    See more | Go to post

    Leave a comment:


  • lemuel
    replied to query strings
    in .NET
    i agree with plater that it's better to use sessions rather than querystrings for a custID which is a vital information...

    anyway, you could do something like this on your login page:

    Code:
    private void btnSubmit_Click(object sender, System.EventArgs e)
    {
    Response.Redirect("Webform2.aspx?custID=" +
    this.txtCustID.Text + ");
    }
    where Webform2.aspx is...
    See more | Go to post

    Leave a comment:


  • anybody here who could give me an idea or even the logic on how to do what i asked? im really stuck with my project right now. :(
    See more | Go to post

    Leave a comment:


  • lemuel
    started a topic entering things in datagrid and updating DB content
    in .NET

    entering things in datagrid and updating DB content

    hello everyone. i'm new here at this site so sorry if i may sound like a newb (i really am)

    i'm using C# by the way.

    i have a datagrid in my windows form and that datagrid's datasource is bound to a specific database using a MySQLConnection .

    my problem now is that i want a user to actually enter some data into the datagrid and the data entered by the user should be reflected in the database(or the database...
    See more | Go to post
No activity results to display
Show More
Working...