Search:

Type: Posts; User: nebrom

Page 1 of 6 1 2 3 4

Search: Search took 0.14 seconds.

  1. how do to insert to database using dynamic view in mvc 4?

    I am using mvc 4 in VS 2012 with ms sql 2008.
    i am new mvc, now i want to insert data into my table,
    my table is: testtable with columns ,idno,email,fullname
    idno is primary key and auto...
  2. How to make a web based amortization generator using java

    i am new to java any help please, i cannot proceed for two weeks still trying. i am developing web application using netbean 6.5 and mysql database.
    i have a table called Payment _schedule.
    then...
  3. Replies
    2
    Views
    2,545

    how to insert data into multiple tables?

    I am using asp.net,c# and ms sql for my web application.
    i have two tables
    tableone
    idno int identity(1,1),fullname varchar(200),mobileno varchar(200)

    tabletwo code int...
  4. Replies
    1
    Views
    695

    how to use codes in c# classes?

    i am developing web application using C# and asp.net. i want to put some codes in classes so that i can call these when necessary. example let's i have to files, called register.aspx and register.cs...
  5. Re: how to connect to desktop application in other computer?

    thanks TechGnome.
    i am using C# and ms sql 2008 express.
    my database connection in the local pc1 is =pc1\sqlexpress.
    this works fine in pc1, but how do i make it to access from the other...
  6. how to connect to desktop application in other computer?

    i have developed desktop application that runs on local computer pc1. now i want to access it from other computers ( pc2 ,pc3,p4)connected in LAN network.
    the database and software is installed in...
  7. how to use multiple database for a single web application?

    i am planning to develop a web application that is accessible from the internet.
    i want to have a web based application for apartment rent management system.
    so the application will register each...
  8. Replies
    2
    Views
    956

    MS SQL web application development

    i am developing web based registration system.
    using MS sql and C#,asp.net.
    the system will be deployed both on local computer and on the internet.
    when there is internet connection, the user...
  9. Replies
    0
    Views
    851

    article manager using asp.net?

    I am developing a website using ASP.net,C# and MS SQl 2008. I am using visual stuido 2010.
    Now i want to have article publishing mechanism.the users of the site should be role based sytem. i am...
  10. How to connect my web application with sms API?

    I am developing web application using C#,ASP.net and MS sQl. now i want to connect with SMS API application.
    i am going to hire or buy sms API code from the service provider. but how do i connect...
  11. Sending report using auto email in windows application?

    I want to get code that works for sending auto email.
    i want to send reports automatically per month.
    i am developing rent management system, i want to know the report between two dates and i...
  12. Replies
    4
    Views
    3,171

    Re: sending email using asp.net and vb.net?

    my domain is somewhere else hosted.. then i try telnet from my computer to the remote hosted domain.. telnet works fine,
    but i could not send email
  13. Replies
    4
    Views
    3,171

    sending email using asp.net and vb.net?

    <%@ Import Namespace="System.Net.Mail" %>

    <script runat="server">

    Protected Sub Sendmail_Click(ByVal sender As Object, ByVal e As System.EventArgs)
    Dim myMessage As MailMessage
    ...
  14. I couldnot send email from widnows application using C#?

    I want to send email from windows application using C#, i am developing my project on my laptop, i am connected to internet when i try to send email it fails to send here is the code i have.
    ...
  15. How do you print receipts from cash register machines?

    here there are a lot of cash register machine users, they print daily reports/z-reports/ and monthly report or summary reports from being on their office.
    if they are out of office they cannot print...
  16. Re: Dispose(bool)': no suitable method found to override

    sorry my english poor,what do u mean?
  17. Dispose(bool)': no suitable method found to override

    I am developing windows application using C# and Ms sql.
    here is my code
    namespace rentalMaster
    {
    public partial class reportrentstatus : Form
    {
    SqlConnection dbcon = new...
  18. how to access desktop application from network?

    I am using C# and mS sql server for windows application. i have done the project . i install sql server on PC1 and install the windows application on it. then i go to other computers within a single...
  19. Replies
    3
    Views
    2,042

    Re: how to create a pop up windows using C#?

    I need to make the pop up to appear at day time, so how can i i do that?one the form should pop up if there is matches with today's date and how can i do that to appear on day time too? thanks Mr
  20. Replies
    3
    Views
    2,042

    how to create a pop up windows using C#?

    I am developing windows application using C# and MS sql server.
    i have a table called ReminderTbl with columns(id,title,details,datetoberemind)
    i have an insert form i just feed the data and now i...
  21. how do i open windows form file based on time?

    I am developing windows application using C# and MS sql.
    now i can run my project successfully except i need one thing.
    my project has so many files. one of the file displays name lists of ...
  22. Replies
    2
    Views
    1,594

    how to display a webpage every one hour?

    I am developing an intranet web application. i am using asp.net,C# and MS sql.
    now i want to make everyone hour to bring a grid view page with lists of names whose contractperiod is expiring...
  23. How to back up and resotre in windows applicaiton using C#?

    I am developing windows application using C# and MS sql server.
    Now i have completed the project except how to backup and restore.
    now i want to have a backup and restore buttons.
    when i click.....
  24. Replies
    1
    Views
    1,234

    How do i multiply each cell from the row?

    I am using C#,Asp.net and MS sql to develop my web application.
    I have a table with 3 columns
    Employeetbl
    empid primary key
    datefrom
    dateto

    in gridview i...
  25. Re: How to change numbers into years ,month and days.

    on sorry. yes i have a reference date.
    i have a registration form. it has a column which is dateOfJoining.
    example. MR Girmay joined the company in Nov -10-2011 and
    now he wants to leave the...
  26. How to change numbers into years ,month and days.

    I am developing web application using C#,ASP.net and ms sql server.
    now i have integer input example 402 days.
    now i want to express it in years, months and days.
    that is
    1 year, 1 month and 7...
  27. Replies
    1
    Views
    1,477

    how to hide main form before login?

    i amd developing windows application using C#. i want to add login form to my project so that i can only see the main form after i successfully loged in.
    so how can i do that. the name of my main...
  28. system.nullreferenceexception:object reference not set to an instance at program.main

    i am using C# desktop application and ms sql server database.
    i can run my project in the local pc when i run it from my project or from the .exe file in the debug folder. it runs fine.
    but when i...
  29. Re: how to attach database into .exe windows application?

    thank you. i did like below. i detached the database then add to my project under db folder . i use the following code

    using System;
    using System.Collections.Generic;
    using...
  30. how to attach database into .exe windows application?

    I am developing a windows application project using C# , MS sql 2005 and VS 2008.
    now i want to run the application in other computers ( visual studio and MS sql server are not installed in these...
  31. how to display unicode character in datagirdview C#?

    I am developing windows application using C# and ms sql.
    I am displaying my data in datagridview in english. i make all my columns Nvarchar.
    now i have install local language in my pc that is...
  32. how to display opened forms in windows tool bar menu?

    I am developing a project using C# and SQL server. it is windows application.
    In my project there so many buttons. and at the top of my parent project i have horizontal menu. i have a menu strip...
  33. how to change the value of one column in each row ?

    i am using C# for windows application and sql server 2005.

    create table employeetable(id int not null primarykey, name varchar(100), salary float);
    now i have an interface which is used to insert...
  34. how to calculate the difference between two dates to get in months.

    I am using C# windows application
    i have two datetimepicker, startdate and enddate.
    the difference between the two datetime picker must be atleast one month.
    just the difference between the two...
  35. Replies
    1
    Views
    1,203

    How to make the select statement in MS sql?

    I am developing windows application using C# and MS sql.
    I have the following tables.

    table1
    pkid Name
    101 Meles
    102 Zenawi
    103 Mekele
    104 Kenenisa
  36. Pop up reminder on windows application using C#?

    I am developing desktop application. i am using ms sql and C#.
    testtable records.
    noteid notetitle notelocation notedescription
    101 Meles Zenawi Mekele meeting
    102 ...
  37. Replies
    2
    Views
    1,378

    how to list the date based on months?

    I am developing windows application using C# and MS sql.
    i have a table with records of startdate and enddate columns.
    example
    create table datetble(int did not null primarykey, startdate...
  38. I am developing windows application using C# and MS SQL. how do i make pop up?

    I am developing windows application using C# and ms sql .
    i have a table named
    create table remindertbl( rid int not null primary key, title varchar(100), description varchar(600), reminderdate...
  39. How to backup and restore using c# in windows application?

    I am developing windows application using c# and MS SQL server.
    i have have 2 buttons with names Backup and restore.
    when i click the button Backup.. i should see options where to backup then...
  40. how to send weekly report automatically using c#?

    i am developing windows application using c# and sql server 2008.
    i want to have a reporting formt.the application is just user registration form. i just want to report to a specific email every...
Results 1 to 40 of 212
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width