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
S

sathyan_8294

@sathyan_8294
About
Posts
121
Topics
109
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to browse folder or image
    S sathyan_8294

    hai all i want to browse the folder or image in javascript...i saw a code in html like instead of this...i want in javascript...is it possible... Thanks & Regards D.Sathyanarayanan

    JavaScript javascript html tutorial

  • what is mobile application?
    S sathyan_8294

    what is mobile application?....using this what we do?...any tutorial for mobile application...

    Mobile question tutorial

  • Javascript validate the master and content page
    S sathyan_8294

    hai all
    i want to validate the content page using javascript external file.
    i keep 5 text box in content page.i want to validate the textbox like
    fields must not blank,
    characters only allowed for name,state,country.
    numbers only allowed for age,pincode
    email validation etc.
    i want to validate the textboxes in content page using javascript external file.
    how to do these...plz send javascript code...thanks in advance...

    JavaScript javascript tutorial

  • Merge Modules for Crystal Report 2008
    S sathyan_8294

    There is any Merge Modules for Crystal Report 2008

    C#

  • how to send bulk mail?
    S sathyan_8294

    Hai all, I want to send bulk mail in asp.net using C#...Front End:Asp.Net with C# and Back End:Sql Server. Following code is used to sending from gmail only...how i send from yahoo,hotmail,rediffmail,etc... MailMessage mm = new MailMessage(); mm.From =new MailAddress(FromTextBox.Text); mm.To.Add(ToTextBox.Text); if (FileUpload1.HasFile) { Attachment at = new Attachment(FileUpload1.PostedFile.FileName); mm.Attachments.Add(at); } mm.Subject = SubjectTextBox.Text; mm.Body = MessageTextBox.Text; SmtpClient sc = new SmtpClient(); sc.Host ="smtp.gmail.com"; sc.Port = 587; sc.EnableSsl = true; sc.Credentials =new System.Net.NetworkCredential(FromTextBox.Text,PasswordTextBox.Text); sc.Send(mm); Response.Write("Mail Sended"); how to send bulkmail from gmail,yahoo,rediffmail,hotmail etc.. how to attached single and multiple files and images... how to store sended mail with and without single and multiple attachments... how to do these all...please any body send code... thanks in advance...

    ASP.NET csharp asp-net database sql-server com

  • how to send mail without internet connection
    S sathyan_8294

    i am developing sending bulk mail in asp.net using C#....how to send mail without internet connection...Is There any code in C# for sending bulk mail without internet connection...(intranet to internet)

    ASP.NET csharp asp-net tutorial

  • How to enabled the dialog box in toolbox in asp.net
    S sathyan_8294

    hai all, I am using visual studio .net 2008,the dialog box are font dialog,color dialog are disabled in toolbox.How to enabled this? Regards D.Sathyanarayanan

    ASP.NET csharp asp-net visual-studio tutorial question

  • how to print
    S sathyan_8294

    hai all, i am using dotnet 2005 and sql server2000.i have 2 table as follow table name as bill cutomercode billno capacity unitmodel rate act 101 1 ton elite plus 10 act 122 1.5 ton vertix 32 tablename as unit cutomercode billno capacity unitmodel indoorunit outdoorunit act 101 1 ton elite plus 232 146 act 101 1 ton elite plus 258 231 act 122 1.5 ton vertix 465 521 act 122 1.5 ton vertix 112 101 act 122 1.5 ton vertix 178 104 here cutomercode,billno,capacity,unitmodel,indoorunit,outdoorunit,rate are columns. i wrote a command in database expert in crystal report.i passed the parameter values of customercode and billno. i have coming as follow in crystal report print page. SLNO capacity unitmodel 1 1 ton elite plus indoorunit:232 outdoorunit:146 2 1 ton elite plus indoorunit:258 outdoorunit:231 3 1.5 ton vertix indoorunit:465 outdoorunit:521 4 1.5 ton vertix indoorunit:112 outdoorunit:101 5 1.5 ton vertix indoorunit:178 outdoorunit:104 the above print is wrong.mistake is repeated datas.my client expect print like 1,2,3,4 for each data as follow.i want to display as follow in crystal report print page. SLNO capacity unitmodel 1 1 ton elite plus indoorunit:232,258 outdoorunit:146,231 2 1.5 ton vertix indoorunit:465,112,178 outdoorunit:521,101,104 how to print these datas in crystal report.

    Visual Basic

  • plz help..how to find my old posted qusestions?
    S sathyan_8294

    how to find my old posted qusestions?..plz help

    IT & Infrastructure help tutorial question

  • after installation
    S sathyan_8294

    hai all, i wrote a program in windows service name as acs_service. i taken setup name as win_sersetup this windows service name as acs_service to .exe. then i install this service setup name as win_sersetup. after installation this service setup name as win_sersetup, i want to list the service name as acs_service automatically in services inside administrative tools in control panel(controlpanel->administrative tools->services).i want to start and stop the service name as acs_service. but after installation,the service name as acs_service not listed in services inside administrative tools in control panel(controlpanel->administrative tools->services). so how to list a windows service name as acs_service in services inside administrative tools in control panel (controlpanel->administrative tools->services) after installation the service setup name as win_sersetup.

    Visual Basic tools tutorial workspace

  • is it possible?
    S sathyan_8294

    hai all, is it possible to take and run vb.net windows application setup as windows service...if possible means how to take and run vb.net windows application setup as windows service.... is it possible to run the vb.net windows application setup automatically 5 mins once....if possible means...how to run vb.net windows application setup automatically...want to run 5 minutes once automatically... thanks in advance...

    Visual Basic csharp tutorial question workspace

  • problem to start a sql server service manager
    S sathyan_8294

    i can't understand...what u say....

    Database help tutorial csharp database sql-server

  • problem to start a sql server service manager
    S sathyan_8294

    hai all i am using sql server 2000. when i worked in .net,suddenly sql server service manager is stopped.then i tried to start the sql server service manager in service...it showing error as "The MS SQLSERVER service on local computer started and then stopped.some services stop automatically if they have no work to do,for example,the performance logs and alerts service."how to solve this? thanks in advance.

    Database help tutorial csharp database sql-server

  • can't start sql server service manager [modified]
    S sathyan_8294

    Hi dear, I have one problem so u please solve that. i am using sql server 2000. In my working time sudennly sql server service manager is stopped,then i tried to start the sql server service manager,but it can't start...how to solve this problem... please help me. thanks in advance...

    modified on Thursday, October 23, 2008 5:45 AM

    Database help database sql-server sysadmin tutorial

  • how to create database setup?
    S sathyan_8294

    i want to install the sql 2000 database in other machine. so how to create sql 2000 database setup?

    Database database tutorial question workspace

  • instead of displaying date,how to display string in gridview?
    S sathyan_8294

    hai all, i want to display 'P' instead of date in single line in grid view. Here P means Present. i have 2 table named as employee details and attendance. emp_id and emp_name are the 2 field names for employee details table. emp_id and date1 are the 2 field names for attendance table. values in attendance table are emp_id--------date1 ---11---------10-08-2008 ---11---------11-08-2008 ---11---------12-08-2008 here datatype is datetime for date1 field. in attendance table, the date values (10-08-2008,11-08-2008,12-08-2008) are present date for emp_id 11. in output side,i select employeename as ajay from employeenamedropdownlist,then i select fromdate as 09-08-2008,then i select todate as 13-08-2008,then i finally click submit button. when i click submit button,the following output coming in grid view using my program EmployeeID--EmployeeName--09-08-2008--10-08-2008--11-08-2008--12-08-2008--13-08-2008 ---11--------------------Ajay------------------------------10-08-2008 ---11--------------------Ajay------------------------------------------------11-08-2008 ---11--------------------Ajay-------------------------------------------------------------------12-08-2008 but this output is wrong. here 2 mistake. 1st mistake: instead of 'P',displaying date in 3 lines. P means Present. 2nd mistake: Displaying 3 lines for same employeeid and employeename. so i want to display 'P' instead of date in single line in grid view as follow EmployeeID-----EmployeeName-----09-08-2008-----10-08-2008-----11-08-2008-----12-08-2008-----13-08-2008 ---11-------------------Ajay-------------------------------------------P-------------------P--------------------P how to do this? here my program using C# in asp.net protected void SubmitButton_Click(object sender, ImageClickEventArgs e) { from_date = fromdatetextbox.Text; to_date = todatetextbox.Text; emp_name = employeenamedropdownlist.SelectedValue; check(); } void check() { System.TimeSpan dt_diff = Convert.ToDateTime(to_date).Subtract(Convert.ToDateTime(from_date)); days = dt_diff.Days; for (int i = 0; i <= days; i++) { sql_date = Convert.ToDateTime(from_date).AddDays(i).ToString("MM/dd/yyyy"); da = new SqlDataAdapter("select distinct a.emp_id as EmployeeID,a.emp_name as EmployeeName,min(case when b.date1='" + sql_date + "' then b.date1 end) as '" + sql_date + "' from employeedetails as a,attendance as b where a.emp_id=b.emp_id and b.date1='" + sql_date + "' group by a.emp_id,a.emp_name", con); da.Fill(dt); } GV_musterrole.Da

    ASP.NET csharp css asp-net database tutorial

  • if employee present or absence [modified]
    S sathyan_8294

    hai all, daily i put attendance for employee.i want to display 'x' under date in grid view. x means present.if employee present in that date as 13-06-2008 means,i want to display 'x' under this date 13-06-2008. i have 2 table. emp_id and emp_name are field names for employee details table. emp_id and date are field names for attendance table. i use dash(-) for space in following example. for ex, in my employee details table values are emp_id-------emp_name --11----------balaji --12----------ramu ...etc in my attendance table values are emp_id-------date --11-------11-06-2008 --11-------13-06-2008 --11-------14-06-2008 ...etc here date as 11-06-2008,13-06-2008,14-06-2008 are present date for emp_id 11.but there is no date as 12-06-2008 in attendance table for emp_id 11.so that date is absent date for emp_id 11. in web form side, if i select employee name as balaji,fromdate as 10-06-2008 and todate as 13-06-2008 means, i want to display 'x' under present date for emp_id 11 of emp_name balaji in grid view as follow, emp_id----emp_name----10-06-2008----11-06-2008----12-06-2008----13-06-2008 --11------Balaji------------------------------------x---------------------------------------x here display starting date as 10-06-2008 in above grid,because i select from date as 10-06-2008. ending date is 13-06-2008,because i select todate as 13-06-2008. so how to display 'x' under that present date for emp_id 11.

    modified on Thursday, August 14, 2008 1:10 PM

    ASP.NET tutorial css

  • how to put 'x' in date field in gridview
    S sathyan_8294

    i am using .net 2005.i do my project in asp.net. My project title is master log attendance. our project is mainly used for see the employee attendance details. i want vb.net or C# code for,how to put 'x' at date field in gridview. here 'x' means present. date field will displayed as what we select from date and to date. i am using 2 tables.first table name as emp_details contain 2 field names as emp_id,emp_name. second table name as attendance contain 2 field names as emp_id,date. employees are put attendance daily. in web form i keep emp_name,from date,to date. i select emp_name,from date and todate. in following example i use dash(-) for space. for (ex): in emp_details table, values are emp_id---emp_name --11-------ashok --12-------ramu in attendance table, values are emp_id----date --11-----05-06-08 --11-----06-06-08 --11-----09-06-08 --12-----05-06-08 --12-----07-06-08 i select emp_name as ashok,from date as 05-06-2008,to date as 09-06-2008 means i want to display 'x' in date available in table for that selected name as ashok in gridview as follow. emp_id--name----05-06-2008---06-06-2008 --07-06-2008 --08-06-2008 --09-06-2008 ---11----ashok------------x----------------x---------------------------------------------------x here no 'x' for 07-06-2008 and 08-06-2008 for ashok.because no date(07-06-2008 and 08-06-2008 ) for id of ashok in attentance table.that means he is absent. i select emp_name as all emp_name,from date as 05-06-2008,to date as 09-06-2008 means i want to display 'x' in date available in table for that particular name in grid view as follow emp_id--name---05-06-2008---06-06-2008 --07-06-2008 --08-06-2008 --09-06-2008 ---11---ashok------------x-----------------x---------------------------------------------------x ---12---ramu-------------x--------------------------------x here no 'x' for 07-06-2008 and 08-06-2008 for ashok.because no date(07-06-2008 and 08-06-2008 ) for id of ashok in attentance table.that means he is absent. like wise no 'x' for 06-06-2008,08-06-2008 and 09-06-2008 for ramu.because no date(06-06-2008,08-06-2008 and 09-06-2008) for id of ramu in attentance table.that means he is absent. i want vb.net or C# code for to put x in date field in grid view. so how to put 'x' in date field in grid view.if employee present.

    ASP.NET csharp tutorial css asp-net

  • attendance
    S sathyan_8294

    i am using .net 2005.i do my project in asp.net. My project title is master log attendance. our project is mainly used for see the employee attendance details. i want to put 'x' at date field in datagrid. here 'x' means present. date field will displayed as what we select from date and to date. i am using 2 tables.first table name as emp_details contain 2 field names as emp_id,emp_name. second table name as attendance contain 2 field names as emp_id,date. employees are put attendance daily. in web form i keep emp_name,from date,to date. i select emp_name,from date and todate. in following example i use dash(-) for space. for (ex): in emp_details table, values are emp_id---emp_name --11-------ashok --12-------ramu in attendance table, values are emp_id----date --11-----05-06-08 --11-----06-06-08 --11-----09-06-08 --12-----05-06-08 --12-----07-06-08 i select emp_name as ashok,from date as 05-06-2008,to date as 09-06-2008 means i want to display 'x' in date available in table for that selected name as ashok. emp_id--name----05-06-2008---06-06-2008 --07-06-2008 --08-06-2008 --09-06-2008 ---11----ashok------------x----------------x---------------------------------------------------x here no 'x' for 07-06-2008 and 08-06-2008 for ashok.because no date(07-06-2008 and 08-06-2008 ) for id of ashok in attentance table.that means he is absent. i select emp_name as all emp_name,from date as 05-06-2008,to date as 09-06-2008 means i want to display 'x' in date available in table for that particular name. emp_id--name---05-06-2008---06-06-2008 --07-06-2008 --08-06-2008 --09-06-2008 ---11---ashok------------x-----------------x---------------------------------------------------x ---12---ramu-------------x--------------------------------x here no 'x' for 07-06-2008 and 08-06-2008 for ashok.because no date(07-06-2008 and 08-06-2008 ) for id of ashok in attentance table.that means he is absent. like wise no 'x' for 06-06-2008,08-06-2008 and 09-06-2008 for ramu.because no date(06-06-2008,08-06-2008 and 09-06-2008) for id of ramu in attentance table.that means he is absent.

    ASP.NET csharp asp-net tutorial

  • want to generate
    S sathyan_8294

    hai bardy, The datas only displayed from sql.I genarate serial no automatically using above code.It comes in ascending order.but i want to display in descending order.

    Visual Basic database tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups