Click here to Skip to main content
Page 1 of 2
Page Size: 10 · 25 · 50


Author filtered by: srigates [x]
Question 10 May 2013   license: CPOL
hi , everyone: now i am make an application for attendance maintenance,in this application i would calculate no of days presented an id in the particular month, how can i use the query, i am using below to calculate no of day presented in a month.how can i fetch for a particular...
C#
Question 10 May 2013   license: CPOL
hi , every one: i am using a attendance concept in my windows application, one table is have all name in the concern all details are filled by admin. Another table is filled by entry of employee in to company. now i have to seperate presented list and absented list. i am showing 2...
Question 8 May 2013   license: CPOL
hi i am using asp.net with c#, now my requirement is to search in database by using slider in side of my website, when drag or increase a value of + / - value clicking in the slider. how can i use it ?
Question 7 May 2013   license: CPOL
hi here i am developing one foundation project in windows application, here no. of visitors and guest are arrival in that foundation,each one entry is saved in db, the application need to advertise that facebook page abt the foundation, so i decide to using like button in my pages to like my...
C#
Question 6 May 2013   license: CPOL
hi everyone, i am make a financial calculation in my application. it contains a 3 datagrid, it show 3 different credits and debits likes that, now my requirement is user want be HighLighted some rows in that Datagrid, Bcoz the highlighted rows some important debits/ credits. so now i...
C#
Question 29 Apr 2013   license: CPOL
hi my requirement is to attach a default word file in a mail. that file send to all customer mail-id. here i am using gmail smtp. here is my sample code msg.Attachments.Add(data); MailMessage msg = new MailMessage(); string from = "example@gmail.com"; string ps =...
Answer 29 Apr 2013   license: CPOL
Hi,1. rightclick on setup wizard2. go to view of your wizard.(file system,custom action, user interface) like that.3. choose the user interface,4. then select start on displayed page of user interface5. rightclick on start6. add dialog 7.there is a option to add user interface...
C#
Question 27 Apr 2013   license: CPOL
here i am need a captcha in windows application..
C#
Question 27 Apr 2013   license: CPOL
hi here my problem is button in form. if i fill the number and click the button mean it shows answer, if i click again it show double of my answer... here how to block button click not more than one time. or it execute at only once. here is my coding: if (chk_yoga.Checked) ...
C#
Question 25 Apr 2013   license: CPOL
here i am trying to load a checkbox text from database..conn.Open(); SqlCommand chk = new SqlCommand("select activity_names from activity_tbl", conn); SqlDataAdapter da = new SqlDataAdapter(chk); DataSet dst = new DataSet(); ...
C#
thank u fred by srigates
Forum Message 24 Apr 2013  
hi fred, your coding nicely working. here i am enjoying because your is excited me.. i just convert and place into windows application.... ya its smoothly working... thanks a lot.
Question 24 Apr 2013   license: CPOL
here my situation is: in one textbox i fill a integer like "100". in another textbox it display like "one Hundred". how can i do this..
C#
Question 22 Apr 2013   license: CPOL
private void button2_Click(object sender, EventArgs e) { PrintDocument doc = new PrintDocument(); doc.PrintPage += this.Doc_PrintPage; PrintDialog dlgSettings = new PrintDialog(); dlgSettings.Document = doc; if...
C#
Question 19 Apr 2013   license: CPOL
hi everybody. i want place a user image into picturebox when user login.its done in windows application using c#. here is my code: SqlCommand cmd1 = new SqlCommand("SELECT * FROM forstepb WHERE id =" + id + "", conn); ...
C#
Question 18 Apr 2013   license: CPOL
here i am using a itextsharp.dll but i don't know how to pass my panel into pdf creation. my code is here.. sfd.Title = "Save As PDF"; sfd.Filter = "(*.pdf)|*.pdf"; sfd.InitialDirectory = @"C:\"; if (sfd.ShowDialog() ==...
C#
Answer 17 Apr 2013   license: CPOL
conn.Open(); DataSet ds = new DataSet(); SqlDataReader ad = cmd.ExecuteReader(); if (ad.HasRows) { if (ad.Read()) { txt_uname.Text = ad[1].ToString(); ...
C#
Question 17 Apr 2013   license: CPOL
hi, i using datagridview in one form, and select one row from datagrid by click().then it transfer all data to another page.it takes too long coding bcoz( i use global variables and store selected values from gridview are stored in it).wat is simple way to use data set. but i got some error...
C#
Question 17 Apr 2013   license: CPOL
i am uplaoding a image into my form and place the image into picture box.but the image size too large(does not fit into my picturebox). how can i reduce my images and display into picture box.private void btn_browspass_Click(object sender, EventArgs e) { ...
C#
Question 15 Apr 2013   license: CPOL
i pass a combobox values as(2,3,4,5,6):private void comboBox1_SelectedIndexChanged(object sender, EventArgs e) { int boxes = Convert.ToInt32(comboBox1.Text); Form1_Load(sender, e); for (int i = 0; i
C#
Question 9 Apr 2013   license: CPOL
hi, here my problem is., i am working with windows application, In my application i am use report wizard and dataset andreport viwer to display the report(this is mainly used for make a print option).but all form working well except the report viewer page.. it not fetch any from database. i...
C#
Question 3 Apr 2013   license: CPOL
i try this code..if (checkBox2.Checked) { if (textBox2.Text != "") { string filepath = "C:\\Users\\Public\\DemoManishRT_1\\DemoManishRT_1\\EXE\\setup.exe"; ...
C#
Question 3 Apr 2013   license: CPOL
hiIn my form have 2 textbox and button. i get email id and user password from my text box and button click it verify and show valid or invalid record. and i send some product keys to particular email id all are done through windows application..
C#
Question 3 Apr 2013   license: CPOL
hi friends! now i am working with windows application.my clients is ask a (csv)file extracted to particular path. that path maybe specified by user. here my form have 5 check boxes, if checkbox is checked it show it browse button and textbox..here my code:string strFilePath =...
C#
Question 3 Apr 2013   license: CPOL
if (textBox1.Text != "";){ if (!Directory.Exists(textBox1.Text)) { Directory.CreateDirectory(Path.Combine(textBox1.Text)); File.Move(filetran, textBox1.Text);// i am struggle here.. } catch (Exception e1) { ...
C#
Question 2 Apr 2013   license: CPOL
i create a windows project now i converted my project as exe file. and install into my client system it show a error.. "no database found or unc share" some times its shows a error like "unable to update database is read only". now i suggest to edit config file. then how to change a app config...

Page 1 of 2
1 2


Advertise | Privacy | Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid