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...
User Profile
Collapse
-
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... -
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.Leave a comment:
-
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 + "); }
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. :(Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: