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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

sugunavathysubramanian

@sugunavathysubramanian
About
Posts
78
Topics
38
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Crystal Report -problem
    S sugunavathysubramanian

    Hai, I Have done crystal report in my project.but how to upload in server.what are configuration i check.if you know replay me.. Thanks in advance.

    ASP.NET sysadmin help tutorial workspace

  • how to solve this error ------>Access to the path 'C:\websites\afxisi.org\Export\contacts.csv' is denied ?
    S sugunavathysubramanian

    yes i did set the permission .any other way you know ?

    ASP.NET database sysadmin help tutorial question

  • how to solve this error ------>Access to the path 'C:\websites\afxisi.org\Export\contacts.csv' is denied ?
    S sugunavathysubramanian

    hai, Thank You.this folder inside server.this code is work fine in afxisi.net server.but today i did upload my files,db.data change in afxisi.org server so this server not support. export csv coding ********** System.Threading.Thread.Sleep(3000); StreamWriter sw = new StreamWriter(Server.MapPath("Export\\contacts.csv")); sw.WriteLine("{0},{1},{2}","Title", "First Name", "Last Name"); if (con.State.ToString() == "Closed") { con.Open(); } SqlDataAdapter adp = new SqlDataAdapter("select title,firstname,lastname,officephone,mobileno,accountname,homephone,otherphone,fax,title1,department,donotcall,team,assignedto,emailprimary,secondaryemail1,secondaryemail2,secondaryemail3,primaryaddress,primarycity,primarystate,primaycountry,primaypostalcode,secondaryaddress,secondarycity,secondarystate,secondarycountry,secondarypostalcode,description,middlename,suffix,company,jobtitle,businessstreet2,businessstreet3,homestreet2,homestreet3,otherstreet,otherstreet2,otherstreet3,othercity,otherstate,otherpostalcode,othercountry,assistantsphone,businessfax,businessphone,businessphone2,callback,carphone,homefax,homephone2,isdn,pager,primaryphone,radiophone,ttytddphone,telex,aniversary,billinginformation,birthday,businessaddresspobox,categories,children,directoryserver,emailtype,emaildisplayname,email2type,email2displayname,email3type,email3displayname,gender,governmentidnumber,hobby,homeaddresspobox,initials,internetfreebusy,keywords,language,location,managersname,mileage,notes,officelacation,organizationalidnumber,otheraddresspobox,priority,private,profession,sensitivity,spouse,user1,user2,user3,user4,webpage,groupname,status from leads where groupname='" + txtgroupname.SelectedValue+"'", con); DataSet ds = new DataSet(); adp.Fill(ds); if (ds.Tables[0].Rows.Count > 0) { for (int io = 0; io < ds.Tables[0].Rows.Count; io++) { sw.WriteLine("{0},{1},{2}",ds.Tables[0].Rows[io][0].ToString(),ds.Tables[0].Rows[io][1].ToString(),ds.Tables[0].Rows[io][2].ToString()); } } if (con.State == ConnectionState.Open) {con.Close(); } sw.Close(); string filename = Server.MapPath("Export\\contacts.csv"); Session["filenames"] = filename; exportframe.Attributes["src"] = "./crmexport.aspx"; if you know any solution replay to me...

    ASP.NET database sysadmin help tutorial question

  • how to solve this error ------&gt;Access to the path 'C:\websites\afxisi.org\Export\contacts.csv' is denied ?
    S sugunavathysubramanian

    hai, Thank You.i assign provision on this folder.but still doesn't work .anymore solution you known ?

    ASP.NET database sysadmin help tutorial question

  • how to solve this error ------&gt;Access to the path 'C:\websites\afxisi.org\Export\contacts.csv' is denied ?
    S sugunavathysubramanian

    hai, i am doing crm project.i upload the database, file and data in new server path.but old server working fine.it export csv file .but new server display error.what can i do ?if you know answer replay to me.... Thank you...!

    ASP.NET database sysadmin help tutorial question

  • how to reduce loading time in website?
    S sugunavathysubramanian

    hai, i am use asp.net.i host my website project in online.but it work slow. how to reduce loading time in website ? what can i do ? if you know thw answer replay to me............ thank you..

    ASP.NET csharp asp-net tutorial question

  • how to handle server error
    S sugunavathysubramanian

    thank you .i will see the link

    ASP.NET sysadmin help tutorial

  • how to handle server error
    S sugunavathysubramanian

    hai, i got error----> Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 0 i am using ajax tab control.local it's work fine.but web it's display above error.how to solve this error.if you know replay to me... thank you.

    ASP.NET sysadmin help tutorial

  • hide extention from the url
    S sugunavathysubramanian

    i am using IIS7.0... can you give any example coding

    ASP.NET database

  • hide extention from the url
    S sugunavathysubramanian

    I want to remove the file Extention from the URL. Like - in URL path is like that - http:\\localhost\project1\webform1.aspx Now I want it only show in the URL like - http:\\localhost\project\webform1 if form have Query string that it shows as it is but with out file extention(.aspx).

    ASP.NET database

  • how to send mail in particular time +.net with c#
    S sugunavathysubramanian

    hai, i am using newsletter concept.so i want send mail in particular date.i am using sql server.if you know the answer replay to me...

    ASP.NET csharp database sql-server sysadmin tutorial

  • how to filtering of bounced email addresses +.net with c#
    S sugunavathysubramanian

    hai, i am doing newsletter concept.i donot know how to filtering of bounced email addresses .if you know the answer or any other link replay to me.. thank you..

    ASP.NET csharp tutorial

  • how to send mail with target date +.net with c#
    S sugunavathysubramanian

    hai mahesh, i am using sql server, string date = string.Format("{0:MM/dd/yyyy}", DateTime.Now); string senddate="27/7/2008"; if (senddate==date) { MailMessage mailMessage = new MailMessage(); mailMessage.From = ""; mailMessage.To = ""; mailMessage.Subject = "hai"; mailMessage.Body ="hello"; mailMessage.BodyFormat = MailFormat.Html; mailMessage.Priority = MailPriority.High; SmtpMail.Send(mailMessage); } i wrote code in page_load event.i host the project in server it will work or not. replay...thanks .

    ASP.NET csharp com testing beta-testing tutorial

  • how to send mail with target date +.net with c#
    S sugunavathysubramanian

    hai, i am using MailMessage mailMessage = new MailMessage(); mailMessage.From = "Magesh@Test.com"; mailMessage.To ="sugunaavthy.s@afxisi.co.in"; mailMessage.Subject = "Hi"; mailMessage.Body = "Hi This One Is For Testing"; SmtpMail.Send(mailMessage); it work fine.but i want to know how to send mail on (ex:25/7/2008) any date.if know the answer replay to me.. thank you.

    ASP.NET csharp com testing beta-testing tutorial

  • how to read inpox +.net with c#
    S sugunavathysubramanian

    hai, i want do check failure notice in my inpox. if it's possible or not,tell me now..thank you.

    ASP.NET csharp tutorial

  • how to read inpox +.net with c#
    S sugunavathysubramanian

    hai, i send list of mail to client email id.i check mail go to client inpox or i had any failure notice. thank you

    ASP.NET csharp tutorial

  • how to read inpox +.net with c#
    S sugunavathysubramanian

    hai, i am doing check mail.if mail go to inbox or, i had any failure notice in my inbox.that is a concept.if you kown the anser replay to me. thank you.

    ASP.NET csharp tutorial

  • how to read inpox +.net with c#
    S sugunavathysubramanian

    hai, i am doing newsletter concept.i want to know how to read mail in inpox.if you the answer replay to me... thank you !

    ASP.NET csharp tutorial

  • [Message Deleted]
    S sugunavathysubramanian

    thank you..

    ASP.NET

  • [Message Deleted]
    S sugunavathysubramanian

    [Message Deleted]

    ASP.NET
  • Login

  • Don't have an account? Register

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